GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing.
Security Fix(es):
All versions of package gitpython are 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.(CVE-2022-24439)
GitPython before 3.1.32 does not block insecure non-multi options in clone and clone_from. NOTE: this issue exists because of an incomplete fix for CVE-2022-24439.(CVE-2023-40267)
{ "severity": "Critical" }
{ "src": [ "python-GitPython-3.1.32-1.oe2203.src.rpm", "python-GitPython-3.1.32-1.oe2203sp1.src.rpm", "python-GitPython-3.1.32-1.oe2203sp2.src.rpm" ], "noarch": [ "python3-GitPython-3.1.32-1.oe2203.noarch.rpm", "python-GitPython-help-3.1.32-1.oe2203.noarch.rpm", "python-GitPython-help-3.1.32-1.oe2203sp1.noarch.rpm", "python3-GitPython-3.1.32-1.oe2203sp1.noarch.rpm", "python-GitPython-help-3.1.32-1.oe2203sp2.noarch.rpm", "python3-GitPython-3.1.32-1.oe2203sp2.noarch.rpm" ] }