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.3.10, 0.4.24, 0.5.14, 0.6.4 or higher.
Affected versions of this package are vulnerable to Improper Enforcement of Behavioral Workflow via the starttls function. An attacker can intercept and manipulate the communication by injecting a crafted response before the client completes sending the command, causing the connection to remain unencrypted and potentially exposing sensitive information in cleartext.
Note: This is only exploitable if the client does not explicitly verify the TLS status after attempting to initiate a secure connection.
This vulnerability can be mitigated by explicitly verifying the TLS status using the tls_verified? method after initiating the secure connection, or by connecting directly to an implicit TLS port instead of using STARTTLS.