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 net-imap
to version 0.2.5, 0.3.9, 0.4.20, 0.5.7 or higher.
Affected versions of this package are vulnerable to Memory Allocation with Excessive Size Value in the ResponseReader
class. An attacker can cause the application to allocate excessive memory and trigger denial of service by sending requests containing "literal" strings.
After implementing the fix, the default max_response_size
is still high (512MiB), to accommodate backward compatibility. It is recommended to set a lower max_response_size
if connecting to untrusted servers or using insecure connections.