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 sodiumoxide
to version 0.0.14 or higher.
sodiumoxide is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc.
Affected versions of this package are vulnerable to Cryptographic Weakness via the scalarmult()
function.
It accepted all-zero public keys, for which the resulting Diffie-Hellman shared secret will always be zero regardless of the private key used.
This issue was fixed by checking for this class of keys and rejecting them if they are used.