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 wolfssl/wolfssl
to version 5.6.6 or higher.
Affected versions of this package are vulnerable to Observable Discrepancy due to the implementation of the SP Math All RSA
when built with specific configuration options. An attacker can decrypt ciphertexts and forge signatures after probing with a large number of test observations (Marvin). However, the server's private key is not exposed. This is only exploitable if the server is configured with --enable-all CFLAGS="-DWOLFSSL_STATIC_RSA"
, which enables static RSA cipher suites.
This vulnerability can be mitigated by not enabling static RSA cipher suites, by using TLS 1.3, or by building with --enable-sp
, or --enable-sp-asm