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 tar to version 0.4.45 or higher.
tar is a Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once.
Affected versions of this package are vulnerable to UNIX Symbolic Link (Symlink) Following in the unpack_dir() function. An attacker can change the permissions of arbitrary directories outside the intended extraction root by crafting a tar archive containing a symbolic link followed by a directory entry with the same name, causing the process to follow the symlink and apply permission changes to the symlink target.