CVE-2026-42284
Last modified
CVE-2026-42284 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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)). EPSS estimates a 0.57% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Gitpython Project | Gitpython | < 3.1.47 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-42284?
How severe is CVE-2026-42284?
How do I fix CVE-2026-42284?
Are you affected by CVE-2026-42284?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
