216.73.216.86

CVE-2026-44244

· Published 07/05/2026 19:16 · Modified 07/05/2026 21:16

Labels: CVE-2026-44244 2026-05-07CVE-2026-44244CWE-94[email protected]

Essential information

Published
07/05/2026 19:16
Modified
07/05/2026 21:16
Author
Creator
CVSS
7.8 HIGH (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CVSS metrics

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.

NVD status

Status
Undergoing Analysis — CVE is currently being analyzed by NVD staff, this process results in association of reference link tags, CVSS scores, CWE association, and CPE applicability statements.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
git / gitpython cpe:2.3:a:git:gitpython:<3.1.49:*:*:*:*:*:*:*
git / gitpython cpe:2.3:a:git:gitpython:3.1.49:*:*:*:*:*:*:*

References