Skip to content

Commit d0bc289

Browse files
committed
1 parent 24fa3cc commit d0bc289

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

advisories/github-reviewed/2026/03/GHSA-mwv9-gp5h-frr4/GHSA-mwv9-gp5h-frr4.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-mwv9-gp5h-frr4",
4-
"modified": "2026-03-12T16:38:15Z",
4+
"modified": "2026-03-12T19:41:57Z",
55
"published": "2026-03-12T16:38:15Z",
66
"aliases": [],
77
"summary": "Sveltejs devalue's `devalue.parse` and `devalue.unflatten` emit objects with `__proto__` own properties",
88
"details": "In some circumstances, `devalue.parse` and `devalue.unflatten` could emit objects with `__proto__` own properties. This in and of itself is not a security vulnerability (and is possible with, for example, `JSON.parse` as well), but it can result in prototype injection if _downstream_ code handles it incorrectly:\n\n```ts\nconst result = devalue.parse(/* input creating an object with a __proto__ property */);\nconst target = {};\nObject.assign(target, result); // target's prototype is now polluted\n```",
99
"severity": [
1010
{
1111
"type": "CVSS_V4",
12-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U"
12+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N"
1313
}
1414
],
1515
"affected": [
@@ -23,7 +23,7 @@
2323
"type": "ECOSYSTEM",
2424
"events": [
2525
{
26-
"introduced": "0"
26+
"introduced": "4.0.0"
2727
},
2828
{
2929
"fixed": "5.6.4"
@@ -54,7 +54,7 @@
5454
"cwe_ids": [
5555
"CWE-1321"
5656
],
57-
"severity": "LOW",
57+
"severity": "MODERATE",
5858
"github_reviewed": true,
5959
"github_reviewed_at": "2026-03-12T16:38:15Z",
6060
"nvd_published_at": null

0 commit comments

Comments
 (0)