Gentoo: GLSA-202311-01: GitPython: Code Execution via Crafted Input
Summary
Please review the CVE identifier referenced below for details.
Resolution
All GitPython users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-python/GitPython-3.1.30"
References
[ 1 ] CVE-2022-24439
https://nvd.nist.gov/vuln/detail/CVE-2022-24439
Availability
This GLSA and any updates to it are available for viewing at
the Gentoo Security Website:
https://security.gentoo.org/glsa/202311-01
Concerns
Security is a primary focus of Gentoo Linux and ensuring the
confidentiality and security of our users' machines is of utmost
importance to us. Any security concerns should be addressed to
security@gentoo.org or alternatively, you may file a bug at
https://bugs.gentoo.org.
Background
GitPython is a Python library used to interact with Git repositories.
Affected Packages
Package Vulnerable Unaffected
-------------------- ------------ ------------
dev-python/GitPython < 3.1.30 >= 3.1.30
Impact
An attacker may be able to trigger 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.
Workaround
There is no known workaround at this time.