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 Cryptographic Issues vulnerabilities in an interactive lesson.
Start learningUpgrade elliptic
to version 6.5.4 or higher.
elliptic is a fast elliptic-curve cryptography implementation in plain javascript.
Affected versions of this package are vulnerable to Cryptographic Issues via the secp256k1
implementation in elliptic/ec/key.js
. There is no check to confirm that the public key point passed into the derive function actually exists on the secp256k1
curve. This results in the potential for the private key used in this implementation to be revealed after a number of ECDH operations are performed.