cvedb.io
CVE-2026-44244
HIGH · CVSS 7.8
EPSS exploitation probability: 0%
Published 2026-05-07T19:16:02.357 · Last modified 2026-06-17T10:50:24.350

Summary

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.

Affected products

gitpython_project — gitpython

Does this affect you?

Add your gear to cvedb and we'll alert you only when gitpython_project ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.