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 applicationsA fix was pushed into the master branch but not yet published.
Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity in the Server.prototype.addContext method of lib/internal/tls/wrap.js, which builds the server name matching regular expression without the case-insensitive flag. An attacker can evade the TLS context bound to a specific hostname, and the client certificate policy attached to it, by sending an uppercase or mixed-case SNI hostname in the ClientHello, which fails to match the configured context and falls back to the server's default context. Exploitation affects servers with multi-context SNI configurations where the default context enforces a weaker client authentication policy than the host-specific context it should have matched.