Skip to content

Commit cd3e457

Browse files
1 parent 12403ce commit cd3e457

3 files changed

Lines changed: 875 additions & 0 deletions

File tree

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-cfw5-2vxh-hr84",
4+
"modified": "2026-03-12T14:13:03Z",
5+
"published": "2026-03-12T14:13:03Z",
6+
"aliases": [
7+
"CVE-2026-30226"
8+
],
9+
"summary": "devalue has prototype pollution in devalue.parse and devalue.unflatten",
10+
"details": "In devalue v5.6.3, `devalue.parse` and `devalue.unflatten` were susceptible to prototype pollution via maliciously crafted payloads. Successful exploitation could lead to Denial of Service (DoS) or type confusion.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "devalue"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "5.6.4"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/sveltejs/devalue/security/advisories/GHSA-cfw5-2vxh-hr84"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30226"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/sveltejs/devalue"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-1321"
55+
],
56+
"severity": "MODERATE",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2026-03-12T14:13:03Z",
59+
"nvd_published_at": "2026-03-11T18:16:22Z"
60+
}
61+
}

0 commit comments

Comments
 (0)