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 git-for-windows/git
to version 2.35.2 or higher.
Affected versions of this package are vulnerable to Uncontrolled Search Path Element via the default system settings for TMP
and TEMP
which point to C:\Windows\Temp
, a folder that is world-writable, and the SYSTEM user account inherits those settings, which allows any authenticated user to place malicious .dll
files that are loaded when Git for Windows' uninstaller is run via the SYSTEM account.
Override SYSTEM's TMP
environment variable to point to a directory exclusively under SYSTEM's control before running the uninstaller, clear C:\Windows\Temp
of all .dll
files before running the uninstaller, or run the uninstaller under an admin account rather than SYSTEM.