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 thin-vec to version 0.2.16 or higher.
Affected versions of this package are vulnerable to Double Free in the IntoIter::drop and ThinVec::clear() functions when a panic occurs during element deallocation. An attacker can achieve memory corruption, including potential arbitrary code execution, by triggering a panic in the Drop implementation of an element, which can lead to use-after-free or double free conditions. This is only exploitable if the container holds heap-owning types and the Drop implementation of an element panics during deallocation.