diff --git a/advisories/unreviewed/2024/09/GHSA-f6v4-cf5j-vf3w/GHSA-f6v4-cf5j-vf3w.json b/advisories/github-reviewed/2024/09/GHSA-f6v4-cf5j-vf3w/GHSA-f6v4-cf5j-vf3w.json similarity index 61% rename from advisories/unreviewed/2024/09/GHSA-f6v4-cf5j-vf3w/GHSA-f6v4-cf5j-vf3w.json rename to advisories/github-reviewed/2024/09/GHSA-f6v4-cf5j-vf3w/GHSA-f6v4-cf5j-vf3w.json index 46ff6dc12a4..d71bd013494 100644 --- a/advisories/unreviewed/2024/09/GHSA-f6v4-cf5j-vf3w/GHSA-f6v4-cf5j-vf3w.json +++ b/advisories/github-reviewed/2024/09/GHSA-f6v4-cf5j-vf3w/GHSA-f6v4-cf5j-vf3w.json @@ -1,20 +1,43 @@ { "schema_version": "1.4.0", "id": "GHSA-f6v4-cf5j-vf3w", - "modified": "2024-09-11T06:30:40Z", + "modified": "2024-09-11T23:11:10Z", "published": "2024-09-11T06:30:39Z", "aliases": [ "CVE-2024-21529" ], + "summary": "dset Prototype Pollution vulnerability", "details": "Versions of the package dset before 3.1.4 are vulnerable to Prototype Pollution via the dset function due improper user input sanitization. This vulnerability allows the attacker to inject malicious object property using the built-in Object property __proto__, which is recursively assigned to all the objects in the program.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N" } ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "dset" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.1.4" + } + ] + } + ] + } ], "references": [ { @@ -25,6 +48,10 @@ "type": "WEB", "url": "https://github.com/lukeed/dset/commit/16d6154e085bef01e99f01330e5a421a7f098afa" }, + { + "type": "PACKAGE", + "url": "https://github.com/lukeed/dset" + }, { "type": "WEB", "url": "https://security.snyk.io/vuln/SNYK-JS-DSET-7116691" @@ -35,8 +62,8 @@ "CWE-1321" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-09-11T23:11:10Z", "nvd_published_at": "2024-09-11T05:15:02Z" } } \ No newline at end of file