diff --git a/advisories/github-reviewed/2024/07/GHSA-x3m3-4wpv-5vgc/GHSA-x3m3-4wpv-5vgc.json b/advisories/github-reviewed/2024/07/GHSA-x3m3-4wpv-5vgc/GHSA-x3m3-4wpv-5vgc.json new file mode 100644 index 00000000000..469cfaa3ddb --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-x3m3-4wpv-5vgc/GHSA-x3m3-4wpv-5vgc.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-x3m3-4wpv-5vgc", + "modified": "2024-07-10T16:50:19Z", + "published": "2024-07-01T15:32:19Z", + "aliases": [ + "CVE-2024-38999" + ], + "summary": "jrburke requirejs vulnerable to prototype pollution", + "details": "jrburke requirejs v2.3.6 was discovered to contain a prototype pollution via the function `s.contexts._.configure`. This vulnerability allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "requirejs" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.3.6" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38999" + }, + { + "type": "WEB", + "url": "https://gist.github.com/mestrtee/9acae342285bd2998fa09ebcb1e6d30a" + }, + { + "type": "PACKAGE", + "url": "https://github.com/requirejs/r.js" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1321" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-07-10T16:50:19Z", + "nvd_published_at": "2024-07-01T13:15:05Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/07/GHSA-x3m3-4wpv-5vgc/GHSA-x3m3-4wpv-5vgc.json b/advisories/unreviewed/2024/07/GHSA-x3m3-4wpv-5vgc/GHSA-x3m3-4wpv-5vgc.json deleted file mode 100644 index 4857ff090b5..00000000000 --- a/advisories/unreviewed/2024/07/GHSA-x3m3-4wpv-5vgc/GHSA-x3m3-4wpv-5vgc.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-x3m3-4wpv-5vgc", - "modified": "2024-07-09T18:30:42Z", - "published": "2024-07-01T15:32:19Z", - "aliases": [ - "CVE-2024-38999" - ], - "details": "jrburke requirejs v2.3.6 was discovered to contain a prototype pollution via the function s.contexts._.configure. This vulnerability allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38999" - }, - { - "type": "WEB", - "url": "https://gist.github.com/mestrtee/9acae342285bd2998fa09ebcb1e6d30a" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-1321" - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-07-01T13:15:05Z" - } -} \ No newline at end of file