Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 applicationsA fix was pushed into the master
branch but not yet published.
org.webjars.npm:secp256k1 is a This module provides native bindings to ecdsa secp256k1 functions
Affected versions of this package are vulnerable to Improper Validation of Integrity Check Value due to a missing that check in loadCompressedPublicKey
. An attacker can extract enough information to fully restore the private key from as little as 11 ECDH sessions.
Note:
Other operations on public keys likepublicKeyVerify()
incorrectly returning true
and publicKeyTweakMul()
returning predictable outcomes allowing to restore the tweak are also affected.