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 libcurl to version 8.20.0 or higher.
Affected versions of this package are vulnerable to Improper Certificate Validation in the OCSP stapling process with Apple SecTrust. An attacker can cause the client to accept invalid or revoked server certificates by exploiting the failure to properly detect OCSP response problems.
Note:
This is only exploitable if the following conditions are met:
The attacker possesses a compromised but legally structured certificate that has been revoked.
The attacker is in a Man-in-the-Middle (MitM) position to intercept the victim's traffic, or they must trick the victim application into connecting directly to an attacker-controlled server.
The victim application uses libcurl explicitly configured to request OCSP stapling (the Certificate Status Request TLS extension), which the maintainer notes is not a widely used feature and is not on by default.
The victim application must be running on an Apple OS, utilizing the Apple SecTrust native certificate store, but built with an OpenSSL-based backend.