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

exploitDog

nvd логотип

CVE-2026-42284

Опубликовано: 07 мая 2026
Источник: nvd
CVSS3: 8.1
CVSS3: 9.8
EPSS Низкий

Описание

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.47, _clone() validates multi_options as the original list, then executes shlex.split(" ".join(multi_options)). A string like "--branch main --config core.hooksPath=/x" passes validation (starts with --branch), but after split becomes ["--branch", "main", "--config", "core.hooksPath=/x"]. Git applies the config and executes attacker hooks during clone. This issue has been patched in version 3.1.47.

Уязвимые конфигурации

Конфигурация 1
cpe:2.3:a:gitpython_project:gitpython:*:*:*:*:*:python:*:*
Версия до 3.1.47 (исключая)

EPSS

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

8.1 High

CVSS3

9.8 Critical

CVSS3

Дефекты

CWE-88

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

CVSS3: 8.1
ubuntu
3 месяца назад

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.47, _clone() validates multi_options as the original list, then executes shlex.split(" ".join(multi_options)). A string like "--branch main --config core.hooksPath=/x" passes validation (starts with --branch), but after split becomes ["--branch", "main", "--config", "core.hooksPath=/x"]. Git applies the config and executes attacker hooks during clone. This issue has been patched in version 3.1.47.

CVSS3: 8.1
debian
3 месяца назад

GitPython is a python library used to interact with Git repositories. ...

CVSS3: 9.8
redos
20 дней назад

Уязвимость GitPython

CVSS3: 8.1
github
3 месяца назад

GitPython: Unsafe option check validates multi_options before shlex.split transformation

suse-cvrf
3 месяца назад

Security update for python-GitPython

EPSS

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

8.1 High

CVSS3

9.8 Critical

CVSS3

Дефекты

CWE-88