| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-v87r-6q3f-2j67 | GitPython: Newline injection in config_writer().set_value() enables RCE via core.hooksPath |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Thu, 07 May 2026 21:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Gitpython Project
Gitpython Project gitpython |
|
| Vendors & Products |
Gitpython Project
Gitpython Project gitpython |
Thu, 07 May 2026 21:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Thu, 07 May 2026 19:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | 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. | |
| Title | GitPython: Newline injection in config_writer().set_value() enables RCE via core.hooksPath | |
| Weaknesses | CWE-94 | |
| References |
| |
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-05-07T20:11:38.984Z
Reserved: 2026-05-05T16:33:55.844Z
Link: CVE-2026-44244
Updated: 2026-05-07T20:08:36.502Z
Status : Undergoing Analysis
Published: 2026-05-07T19:16:02.357
Modified: 2026-05-07T21:16:30.283
Link: CVE-2026-44244
No data.
OpenCVE Enrichment
Updated: 2026-05-07T21:24:29Z
Github GHSA