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 zephyrproject-rtos/zephyr to version 4.4.0-rc1 or higher.
Affected versions of this package are vulnerable to Selection of Less-Secure Algorithm During Negotiation ('Algorithm Downgrade') due to improper propagation of the protocol selection from the socket to the underlying TLS library. An attacker can cause applications to negotiate a weaker protocol version by initiating a TLS 1.2 connection on a socket intended for TLS 1.3, potentially exposing the connection to vulnerabilities specific to the older protocol.
This vulnerability can be mitigated by restricting the TLS_CIPHERSUITE_LIST socket option to only allow TLS 1.3 cipher suites.