Total
3 CVE
CVE | Vendors | Products | Updated | CVSS v2 | CVSS v3 |
---|---|---|---|---|---|
CVE-2020-13822 | 1 Indutny | 1 Elliptic | 2024-10-16 | 6.8 MEDIUM | 7.7 HIGH |
The Elliptic package 6.5.2 for Node.js allows ECDSA signature malleability via variations in encoding, leading '\0' bytes, or integer overflows. This could conceivably have a security-relevant impact if an application relied on a single canonical signature. | |||||
CVE-2020-28498 | 1 Indutny | 1 Elliptic | 2024-10-16 | 4.3 MEDIUM | 6.8 MEDIUM |
The package elliptic before 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. | |||||
CVE-2024-48949 | 1 Indutny | 1 Elliptic | 2024-10-15 | N/A | 9.1 CRITICAL |
The verify function in lib/elliptic/eddsa/index.js in the Elliptic package before 6.5.6 for Node.js omits "sig.S().gte(sig.eddsa.curve.n) || sig.S().isNeg()" validation. |