Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade gix-path
to version 0.10.9 or higher.
gix-path is a gitoxide project crate dealing paths and their conversions
Affected versions of this package are vulnerable to Uncontrolled Search Path Element via the env::executable_invocation()
function, which searches for git.exe
at the hardcoded locations C:/Program Files/Git/mingw64/bin
and C:/Program Files (x86)/Git/mingw32/bin
after traversing the PATH
. A low-privileged user on the same system who can plant a malicious file by that name in one of the affected directories can cause it to be executed. An example scenario in which this is possible is on a 32-bit system which doesn't already have a system-owned C:\Program Files (x86)
directory and git
does not appear in PATH
.
Note: Only Windows applications are vulnerable.