CVE-2026-44244
HIGHGitPython: Newline injection in config_writer().set_value() enables RCE via core.hooksPath
Title source: cnaDescription
GitPython is a python library used to interact with Git repositories. Prior to version 3.1.49, GitConfigParser.set_value() passes values to Python's configparser without validating for newlines. GitPython's own _write() converts embedded newlines into indented continuation lines (e.g. \n becomes \n\t), but Git still accepts an indented [core] stanza as a section header — so the injected core.hooksPath becomes effective configuration. Any Git operation that invokes hooks (commit, merge, checkout) will then execute scripts from the attacker-controlled path. This issue has been patched in version 3.1.49.
References (2)
Core 2
Core References
X_Refsource_Confirm x_refsource_confirm
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-v87r-6q3f-2j67
X_Refsource_Misc x_refsource_misc
https://github.com/gitpython-developers/GitPython/releases/tag/3.1.49
Scores
CVSS v3
7.8
EPSS
0.0002
EPSS Percentile
6.7%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CISA SSVC
Vulnrichment
Exploitation
poc
Automatable
no
Technical Impact
total
Details
CWE
CWE-94
Status
published
Products (3)
gitpython-developers/GitPython
< 3.1.49
gitpython_project/gitpython
< 3.1.49
pypi/GitPython
0 - 3.1.49PyPI
Published
May 07, 2026
Tracked Since
May 08, 2026