First published: Tue Feb 02 2021(Updated: )
The npm package `elliptic` before version 6.5.4 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.
Credit: report@snyk.io report@snyk.io report@snyk.io
Affected Software | Affected Version | How to fix |
---|---|---|
npm/elliptic | <6.5.4 | 6.5.4 |
indutny Elliptic Node.js | <6.5.4 | |
indutny Elliptic | <6.5.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2020-28498 has a medium severity rating due to its potential for cryptographic exploitation.
To fix CVE-2020-28498, update the elliptic package to version 6.5.4 or later.
CVE-2020-28498 affects the elliptic package versions prior to 6.5.4.
CVE-2020-28498 is identified as a cryptographic issue related to the secp256k1 implementation.
Yes, CVE-2020-28498 can lead to security breaches if the public key point is not properly validated.