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 applicationsLearn about Uncontrolled Resource Consumption vulnerabilities in an interactive lesson.
Start learningA fix was pushed into the master
branch but not yet published.
openssl-src is a crate that contains the logic to build OpenSSL and is intended to be consumed by the openssl-sys crate.
Affected versions of this package are vulnerable to Uncontrolled Resource Consumption due to improper user input validation in the EVP_PKEY_param_check
or EVP_PKEY_public_check
functions. An attacker can cause a denial of service by supplying excessively long DSA keys or parameters obtained from an untrusted source.
Note:
OpenSSL does not call these functions on untrusted DSA keys, so only applications that directly call these functions may be vulnerable.
Also vulnerable are the OpenSSL pkey
and pkeyparam
command line applications when using the "-check" option.