### [CVE-2024-22190](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-22190) ![](https://img.shields.io/static/v1?label=Product&message=GitPython&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%203.1.41%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-426%3A%20Untrusted%20Search%20Path&color=brighgreen) ### Description 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. ### POC #### Reference - https://github.com/gitpython-developers/GitPython/pull/1792 - https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-2mqj-m65w-jghx #### Github - https://github.com/PBorocz/manage - https://github.com/fkie-cad/nvd-json-data-feeds