Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2024-45305

Опубликовано: 02 сент. 2024
Источник: nvd
CVSS3: 2.5
EPSS Низкий

Описание

gix-path is a crate of the gitoxide project dealing with git paths and their conversions. gix-path executes git to find the path of a configuration file that belongs to the git installation itself, but mistakenly treats the local repository's configuration as system-wide if no higher scoped configuration is found. In rare cases, this causes a less trusted repository to be treated as more trusted, or leaks sensitive information from one repository to another, such as sending credentials to another repository's remote. In gix_path::env, the underlying implementation of the installation_config and installation_config_prefix functions calls git config -l --show-origin and parses the first line of the output to extract the path to the configuration file holding the configuration variable of highest scope. It is believed to be very difficult to exploit this vulnerability deliberately, due to the need either to anticipate a situation in which higher-scoped configuration variable

EPSS

Процентиль: 9%
0.00033
Низкий

2.5 Low

CVSS3

Дефекты

CWE-706

Связанные уязвимости

CVSS3: 2.5
ubuntu
больше 1 года назад

gix-path is a crate of the gitoxide project dealing with git paths and their conversions. `gix-path` executes `git` to find the path of a configuration file that belongs to the `git` installation itself, but mistakenly treats the local repository's configuration as system-wide if no higher scoped configuration is found. In rare cases, this causes a less trusted repository to be treated as more trusted, or leaks sensitive information from one repository to another, such as sending credentials to another repository's remote. In `gix_path::env`, the underlying implementation of the `installation_config` and `installation_config_prefix` functions calls `git config -l --show-origin` and parses the first line of the output to extract the path to the configuration file holding the configuration variable of highest scope. It is believed to be very difficult to exploit this vulnerability deliberately, due to the need either to anticipate a situation in which higher-scoped configuration varia...

CVSS3: 2.5
debian
больше 1 года назад

gix-path is a crate of the gitoxide project dealing with git paths and ...

CVSS3: 2.5
github
больше 1 года назад

gix-path uses local config across repos when it is the highest scope

EPSS

Процентиль: 9%
0.00033
Низкий

2.5 Low

CVSS3

Дефекты

CWE-706