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 Authentication Bypass vulnerabilities in an interactive lesson.
Start learningUpgrade cryptography
to version 2.3 or higher.
cryptography is a package which provides cryptographic recipes and primitives to Python developers.
Affected versions of this package are vulnerable to Authentication Bypass. The finalize_with_tag
API did not enforce a minimum tag length. If a user did not validate the input length prior to passing it to finalize_with_tag
an attacker could craft an invalid payload with a shortened tag (e.g. 1 byte) giving them a 1 in 256 chance of passing the MAC check.