Bug 1218750 (CVE-2024-22190) - VUL-0: CVE-2024-22190: python-GitPython: GitPython is a python library used to interact with Git repositories. There is an incomplete fix for . On Windows, GitPython uses an untrusted search path if it uses a shell to run `git`, as well as when it ru ...
Summary: VUL-0: CVE-2024-22190: python-GitPython: GitPython is a python library used t...
Status: RESOLVED INVALID
Alias: CVE-2024-22190
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Cloud Bugs
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/390789/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-12 06:34 UTC by SMASH SMASH
Modified: 2024-01-12 06:35 UTC (History)
1 user (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SMASH SMASH 2024-01-12 06:34:53 UTC
GitPython is a python library used to interact with Git repositories. There is an incomplete fix for CVE-2023-40590. On Windows, GitPython uses an untrusted search path if it uses a shell to run `git`, as well as when it runs `bash.exe` to interpret hooks. If either of those features are used on Windows, a malicious `git.exe` or `bash.exe` may be run from an untrusted repository. This issue has been patched in version 3.1.41.

References:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-22190
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-2mqj-m65w-jghx
https://www.cve.org/CVERecord?id=CVE-2024-22190
https://github.com/gitpython-developers/GitPython/commit/ef3192cc414f2fd9978908454f6fd95243784c7f
https://github.com/gitpython-developers/GitPython/pull/1792