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 tukaani-project/xz
to version 5.8.1 or higher.
Affected versions of this package are vulnerable to Use After Free when processing multiple threads in the worker_decoder()
function in stream_decoder_mt.c
. An attacker can cause the input buffer to be freed while a worker-specific thread is still writing to it, triggering a crash.
Note: The lzma_stream_decoder
, including its use by xz --decompress --threads=1
and xzdec
commands, is not affected.