Snyk has a published code exploit for 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 nodegit
to version 0.26.3 or higher.
nodegit is a Node bindings to the libgit2 project.
Affected versions of this package are vulnerable to Improper Handling of Alternate Data Stream. Git was unaware of NTFS Alternate Data Streams, allowing files inside the .git/
directory to be overwritten during a clone.
While the description contains "NTFS", this vulnerability can not only be exploited on Windows, but also on macOS when working on smb://
-mounted network shares. The exploit involves naming a directory .git::$INDEX_ALLOCATION
, allowing remote code execution during a regular git clone
.
The fix for this CVE requires the fix for CVE-2019-1353.