Information disclosure in Gitpython-Developers Gitpython
CVE-2026-67322
GitPython before 3.1.52 is vulnerable to environment-variable exfiltration in Repo.clone_from(). The caller-supplied remote URL is passed through Git.polish_url(), which on non-Cygwin platforms calls os.path.expandvars() on the URL before invoking git clone. An attacker who controls the clone URL can embed $NAME or ${NAME} tokens that are expanded to the values of the hosting process's environment variables (e.g., AWS_SECRET_ACCESS_KEY or GITHUB_TOKEN). The resulting URL, now containing the secret, is transmitted over the network to an attacker-controlled host during the clone attempt, disclosing the secret.
Vulnerability class: Information Disclosure
EPSS: 0.003 (19.9th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N.
Affected products
- Gitpython-developers Gitpython — versions 0, 3.1.52
- Gitpython_project Gitpython
Weakness classification (CWE)
References
- disclosure@vulncheck.com (Exploit, vendor-advisory, Vendor Advisory)
- disclosure@vulncheck.com (Third Party Advisory, third-party-advisory)
Frequently asked questions
- What is CVE-2026-67322?
- CVE-2026-67322 is a high-severity vulnerability in Gitpython-Developers Gitpython, classified under Information Disclosure. CVSS score: 7.5/10. Published 2026-08-01.
- How severe is CVE-2026-67322?
- High severity. CVSS v3 base score is 7.5 out of 10.