๐Ÿ” CVE Alert

CVE-2026-73621

MEDIUM 5.4

GitPython before 3.1.56 Arbitrary File Truncation via Commit.count

CVSS Score
5.4
EPSS Score
0.0%
EPSS Percentile
0th

GitPython before 3.1.56 contains an argument injection vulnerability in the Commit.count() method, which forwards keyword arguments to 'git rev-list' without the check_unsafe_options guard present in the sibling iter_items method. An attacker who can control options passed to Commit.count (e.g., via an application that forwards a user-supplied options dict) can supply output=<path>, causing 'git rev-list --output=<path>' to open and truncate the target file to zero bytes before revision parsing. This allows destruction/blanking of an arbitrary file at the process's privilege level (no content control, 0-byte truncation).

CWE CWE-88
Vendor gitpython-developers
Product gitpython
Published Aug 13, 2026
Stay Ahead of the Next One

Get instant alerts for gitpython-developers gitpython

Be the first to know when new medium vulnerabilities affecting gitpython-developers gitpython are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
Low

Affected Versions

gitpython-developers / GitPython
0 < 3.1.56

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-p538-c434-8v24 vulncheck.com: https://www.vulncheck.com/advisories/gitpython-before-arbitrary-file-truncation-via-commit-count

Credits

๐Ÿ” manus-use