diff --git a/advisories/github-reviewed/2024/08/GHSA-49q7-c7j4-3p7m/GHSA-49q7-c7j4-3p7m.json b/advisories/github-reviewed/2024/08/GHSA-49q7-c7j4-3p7m/GHSA-49q7-c7j4-3p7m.json new file mode 100644 index 00000000000..68269eb87ac --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-49q7-c7j4-3p7m/GHSA-49q7-c7j4-3p7m.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-49q7-c7j4-3p7m", + "modified": "2024-08-05T13:51:26Z", + "published": "2024-08-02T09:31:35Z", + "aliases": [ + "CVE-2024-42461" + ], + "summary": "Elliptic allows BER-encoded signatures", + "details": "In the Elliptic package 6.5.6 for Node.js, ECDSA signature malleability occurs because BER-encoded signatures are allowed.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "elliptic" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "5.2.1" + }, + { + "last_affected": "6.5.6" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42461" + }, + { + "type": "WEB", + "url": "https://github.com/indutny/elliptic/pull/317" + }, + { + "type": "PACKAGE", + "url": "https://github.com/indutny/elliptic" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-08-05T13:51:26Z", + "nvd_published_at": "2024-08-02T07:16:10Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/08/GHSA-977x-g7h5-7qgw/GHSA-977x-g7h5-7qgw.json b/advisories/github-reviewed/2024/08/GHSA-977x-g7h5-7qgw/GHSA-977x-g7h5-7qgw.json new file mode 100644 index 00000000000..86a01955489 --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-977x-g7h5-7qgw/GHSA-977x-g7h5-7qgw.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-977x-g7h5-7qgw", + "modified": "2024-08-05T13:51:05Z", + "published": "2024-08-02T09:31:35Z", + "aliases": [ + "CVE-2024-42460" + ], + "summary": "Elliptic's ECDSA missing check for whether leading bit of r and s is zero", + "details": "In the Elliptic package 6.5.6 for Node.js, ECDSA signature malleability occurs because there is a missing check for whether the leading bit of r and s is zero.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "elliptic" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.0.0" + }, + { + "last_affected": "6.5.6" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42460" + }, + { + "type": "WEB", + "url": "https://github.com/indutny/elliptic/pull/317" + }, + { + "type": "WEB", + "url": "https://github.com/indutny/elliptic/commit/b6ff1758d9a6d1a7aec177ff6df9f586492a6315" + }, + { + "type": "PACKAGE", + "url": "https://github.com/indutny/elliptic" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-130" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-08-05T13:51:05Z", + "nvd_published_at": "2024-08-02T07:16:10Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/08/GHSA-49q7-c7j4-3p7m/GHSA-49q7-c7j4-3p7m.json b/advisories/unreviewed/2024/08/GHSA-49q7-c7j4-3p7m/GHSA-49q7-c7j4-3p7m.json deleted file mode 100644 index 12ee17f0696..00000000000 --- a/advisories/unreviewed/2024/08/GHSA-49q7-c7j4-3p7m/GHSA-49q7-c7j4-3p7m.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-49q7-c7j4-3p7m", - "modified": "2024-08-02T09:31:35Z", - "published": "2024-08-02T09:31:35Z", - "aliases": [ - "CVE-2024-42461" - ], - "details": "In the Elliptic package 6.5.6 for Node.js, ECDSA signature malleability occurs because BER-encoded signatures are allowed.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42461" - }, - { - "type": "WEB", - "url": "https://github.com/indutny/elliptic/pull/317" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-08-02T07:16:10Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/08/GHSA-977x-g7h5-7qgw/GHSA-977x-g7h5-7qgw.json b/advisories/unreviewed/2024/08/GHSA-977x-g7h5-7qgw/GHSA-977x-g7h5-7qgw.json deleted file mode 100644 index 7211f6dbe3c..00000000000 --- a/advisories/unreviewed/2024/08/GHSA-977x-g7h5-7qgw/GHSA-977x-g7h5-7qgw.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-977x-g7h5-7qgw", - "modified": "2024-08-02T09:31:35Z", - "published": "2024-08-02T09:31:35Z", - "aliases": [ - "CVE-2024-42460" - ], - "details": "In the Elliptic package 6.5.6 for Node.js, ECDSA signature malleability occurs because there is a missing check for whether the leading bit of r and s is zero.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42460" - }, - { - "type": "WEB", - "url": "https://github.com/indutny/elliptic/pull/317" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-08-02T07:16:10Z" - } -} \ No newline at end of file