CVE-2026-67325 HIGH

CVE-2026-67325: GitPython before 3.1.51 Command Injection via option prefix abbreviation

Vendor Gitpython-Developers
Product GitPython
Weakness CWE-78
Published August 1, 2026
Last update August 5, 2026

CVSS base score

8.7/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

What the vulnerability does

01Description

GitPython before 3.1.51 contains an incomplete command injection blocklist that fails to account for git's long-option prefix abbreviation feature. Attackers can bypass the unsafe options guard by using abbreviated option names like upload_p instead of upload_pack, which git resolves to dangerous options and executes arbitrary commands.

Key dates

02Disclosure timeline

August 1, 2026 CVE published
August 5, 2026 Record updated

Related vulnerabilities

04Related CVE