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.
The product searches for critical resources using an externally-supplied search path that can point to resources that are not under the product’s direct control.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Gitpython | Gitpython_project | * | 3.1.41 (excluding) |
Python-git | Ubuntu | bionic | * |
Python-git | Ubuntu | lunar | * |
Python-git | Ubuntu | mantic | * |
Python-git | Ubuntu | trusty | * |
Python-git | Ubuntu | trusty/esm | * |
Python-git | Ubuntu | xenial | * |
This might allow attackers to execute their own programs, access unauthorized data files, or modify configuration in unexpected ways. If the product uses a search path to locate critical resources such as programs, then an attacker could modify that search path to point to a malicious program, which the targeted product would then execute. The problem extends to any type of critical resource that the product trusts. Some of the most common variants of untrusted search path are: