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
to version or higher.
Affected versions of this package are vulnerable to Improper Certificate Validation via the certificate verification process on MacOS systems when built with both WOLFSSL_SYS_CA_CERTS
and WOLFSSL_APPLE_NATIVE_CERT_VALIDATION
options enabled. An attacker can impersonate a trusted server by presenting a certificate issued by a trusted certificate authority, regardless of the actual domain name. This occurs because the native trust store verification routine overrides errors produced elsewhere in the wolfSSL certificate verification process, including failures due to hostname matching/SNI, OCSP, CRL, etc.
This vulnerability can be mitigated by manually loading CA certificates into the software instead of relying on native certificate verification.