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.
References
| Link | Resource |
|---|---|
| https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-rwj8-pgh3-r573 | Exploit Vendor Advisory |
| https://www.vulncheck.com/advisories/gitpython-before-environment-variable-exfiltration-via-clone-from | Third Party Advisory |
| https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-rwj8-pgh3-r573 | Exploit Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-08-01 13:17
Updated : 2026-09-03 16:11
NVD link : CVE-2026-67322
Mitre link : CVE-2026-67322
CVE.ORG link : CVE-2026-67322
JSON object : View
Products Affected
gitpython_project
- gitpython
CWE
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
