ghsa-r9p9-mrjm-926w
Vulnerability from github
Published
2021-03-08 16:06
Modified
2023-09-06 23:43
Severity ?
Summary
Elliptic Uses a Broken or Risky Cryptographic Algorithm
Details
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.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "elliptic" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "6.5.4" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2020-28498" ], "database_specific": { "cwe_ids": [ "CWE-327" ], "github_reviewed": true, "github_reviewed_at": "2021-03-08T16:02:43Z", "nvd_published_at": "2021-02-02T19:15:00Z", "severity": "MODERATE" }, "details": "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.", "id": "GHSA-r9p9-mrjm-926w", "modified": "2023-09-06T23:43:30Z", "published": "2021-03-08T16:06:50Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28498" }, { "type": "WEB", "url": "https://github.com/indutny/elliptic/pull/244/commits" }, { "type": "WEB", "url": "https://github.com/indutny/elliptic/commit/441b7428b0e8f6636c42118ad2aaa186d3c34c3f" }, { "type": "WEB", "url": "https://github.com/christianlundkvist/blog/blob/master/2020_05_26_secp256k1_twist_attacks/secp256k1_twist_attacks.md" }, { "type": "WEB", "url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1069836" }, { "type": "WEB", "url": "https://snyk.io/vuln/SNYK-JS-ELLIPTIC-1064899" }, { "type": "WEB", "url": "https://www.npmjs.com/package/elliptic" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N", "type": "CVSS_V3" } ], "summary": "Elliptic Uses a Broken or Risky Cryptographic Algorithm" }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.