CVE-2026-67325

Severity CVSS v4.0:
HIGH
Type:
CWE-78 OS Command Injections
Publication date:
01/08/2026
Last modified:
05/08/2026

Description

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.