CVE-2023-40267: GitPython vulnerable to remote code execution due to insufficient sanitization of input arguments
(updated )
GitPython before 3.1.32 does not block insecure non-multi options in clone
and clone_from
, making it vulnerable to Remote Code Execution (RCE) due to improper user input validation, which makes it possible to inject a maliciously crafted remote URL into the clone command. Exploiting this vulnerability is possible because the library makes external calls to git without sufficient sanitization of input arguments. NOTE: this issue exists because of an incomplete fix for CVE-2022-24439.
References
- github.com/advisories/GHSA-pr76-5cm5-w9cj
- github.com/gitpython-developers/GitPython
- github.com/gitpython-developers/GitPython/commit/ca965ecc81853bca7675261729143f54e5bf4cdd
- github.com/gitpython-developers/GitPython/pull/1609
- github.com/pypa/advisory-database/tree/main/vulns/gitpython/PYSEC-2023-137.yaml
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AV5DV7GBLMOZT7U3Q4TDOJO5R6G3V6GH
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PF6AXUTC5BO7L2SBJMCVKJSPKWY52I5R
- nvd.nist.gov/vuln/detail/CVE-2023-40267
Detect and mitigate CVE-2023-40267 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →