Skip to content

Commit a5da403

Browse files
1 parent 71a0cd6 commit a5da403

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

advisories/unreviewed/2024/09/GHSA-f6v4-cf5j-vf3w/GHSA-f6v4-cf5j-vf3w.json renamed to advisories/github-reviewed/2024/09/GHSA-f6v4-cf5j-vf3w/GHSA-f6v4-cf5j-vf3w.json

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,43 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-f6v4-cf5j-vf3w",
4-
"modified": "2024-09-11T06:30:40Z",
4+
"modified": "2024-09-11T23:11:10Z",
55
"published": "2024-09-11T06:30:39Z",
66
"aliases": [
77
"CVE-2024-21529"
88
],
9+
"summary": "dset Prototype Pollution vulnerability",
910
"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.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L"
15+
},
16+
{
17+
"type": "CVSS_V4",
18+
"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"
1419
}
1520
],
1621
"affected": [
17-
22+
{
23+
"package": {
24+
"ecosystem": "npm",
25+
"name": "dset"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "0"
33+
},
34+
{
35+
"fixed": "3.1.4"
36+
}
37+
]
38+
}
39+
]
40+
}
1841
],
1942
"references": [
2043
{
@@ -25,6 +48,10 @@
2548
"type": "WEB",
2649
"url": "https://github.com/lukeed/dset/commit/16d6154e085bef01e99f01330e5a421a7f098afa"
2750
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/lukeed/dset"
54+
},
2855
{
2956
"type": "WEB",
3057
"url": "https://security.snyk.io/vuln/SNYK-JS-DSET-7116691"
@@ -35,8 +62,8 @@
3562
"CWE-1321"
3663
],
3764
"severity": "HIGH",
38-
"github_reviewed": false,
39-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2024-09-11T23:11:10Z",
4067
"nvd_published_at": "2024-09-11T05:15:02Z"
4168
}
4269
}

0 commit comments

Comments
 (0)