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 org.eclipse.jgit:org.eclipse.jgit
to version 5.13.3.202401111512-r, 6.6.1.202309021850-r or higher.
Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity via the DirCacheCheckout
, ResolveMerger
(via its WorkingTreeUpdater
), PullCommand
using merge, and when applying a patch (PatchApplier
). An attacker can write a file to locations outside the working tree on case-insensitive filesystems. This can lead to remote code execution if the written file is a git filter that gets executed on a subsequent git command.
Note: This is only exploitable if the user performing the clone or checkout has the rights to create symbolic links, and symbolic links are enabled in the git configuration.
The issue can be mitigated by disabling symbolic links in the git configuration.