Santos Gallegos discovered that GitPython did not properly validate paths when resolving certain Git references. An attacker could possibly use this issue to cause files outside the .git directory to be accessed, leading to a denial of service. This issue only affected Ubuntu 14.04 LTS, Ubuntu 16.04 LTS, Ubuntu 18.04 LTS, Ubuntu 20.04 LTS, and Ubuntu 22.04 LTS. (CVE-2023-41040) Wes Ring discovered that GitPython did not properly block certain unsafe Git options when they were provided as Python keyword arguments. An attacker could possibly use this issue to cause arbitrary command execution. (CVE-2026-42215) It was discovered that GitPython did not properly validate clone options before processing them. An attacker could possibly use this issue to inject unsafe Git configuration, leading to arbitrary command execution through Git hooks. This issue only affected Ubuntu 20.04 LTS, Ubuntu 22.04 LTS, Ubuntu 24.04 LTS, and Ubuntu 26.04 LTS. (CVE-2026-42284) It was discovered that GitPython did not properly validate reference paths during reference operations. An attacker could possibly use this issue to write, overwrite, move, or delete files outside the repository. (CVE-2026-44243) Dan Aridor discovered that GitPython did not properly validate configuration values before writing them to Git configuration files. An attacker could possibly use this issue to inject unsafe Git configuration, leading to arbitrary command execution through Git hooks. (CVE-2026-44244)
Multiple high-severity vulnerabilities in GitPython (CVE-2026-42215 CVSS 8.8, CVE-2026-42284 CVSS 8.1) allow arbitrary command execution through unsafe Git option injection and improper clone option validation, while other flaws (CVE-2023-41040 CVSS 4.0, CVE-2026-44243, CVE-2026-44244) enable path traversal and unsafe configuration injection leading to file manipulation or denial of service. Affected versions include GitPython <= 3.1.34 for CVE-2023-41040, versions >= 3.1.30 and < 3.1.47 for CVE-2026-42215, and all versions < 3.1.47 for CVE-2026-42284. The primary mitigation is to upgrade to GitPython version 3.1.47.