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 thrift to version 0.24.0 or higher.
thrift is a Python bindings package for Apache Thrift.
Affected versions of this package are vulnerable to Improper Handling of Highly Compressed Data (Data Amplification) through the ZLIB read path in thrift.transport.THeaderTransport.THeaderTransport. An attacker can force excessive memory and CPU use by sending a header-framed request with a small compressed payload that expands into a very large decompressed body. When THeaderTransport.readFrame() processes the THeaderTransformID.ZLIB transform, it unconditionally decompresses the payload with zlib.decompress(), so a compression bomb can amplify input into an oversized message and exhaust the Python process or service handling the request.