Vulnerability Description
GitPython 3.1.50 fails to recognize joined short-option forms such as -u<value> (the short form of --upload-pack=<value>) when enforcing its default unsafe-option gate. When an application passes attacker-influenced clone options into Repo.clone_from(..., multi_options=..., allow_unsafe_options=False), an attacker can supply -u<helper> to bypass the gate that blocks --upload-pack/-u, causing Git to execute the specified helper command during clone. Fixed in 3.1.51.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-v396-
- https://www.vulncheck.com/advisories/gitpython-authentication-bypass-via-joined-
FAQ
What is CVE-2026-67324?
CVE-2026-67324 is a vulnerability with a CVSS score of 9.8 (CRITICAL). GitPython 3.1.50 fails to recognize joined short-option forms such as -u<value> (the short form of --upload-pack=<value>) when enforcing its default unsafe-option gate. When an application passes atta...
How severe is CVE-2026-67324?
CVE-2026-67324 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-67324?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.