Skip to content

Commit 31ef4ec

Browse files
1 parent f8cd9e3 commit 31ef4ec

2 files changed

Lines changed: 78 additions & 52 deletions

File tree

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-3jc6-6r48-v6qf",
4+
"modified": "2026-04-23T14:23:26Z",
5+
"published": "2026-04-20T03:34:41Z",
6+
"aliases": [
7+
"CVE-2026-6594"
8+
],
9+
"summary": "Deep Merge is Vulnerable to Prototype Pollution Through Lack of Sanitization",
10+
"details": "A Prototype Pollution vulnerability was determined in brikcss merge up to 1.3.0. Executing a manipulation of the argument __proto__/constructor.prototype/prototype can lead to improperly controlled modification of object prototype attributes. The attack may be performed from remote. The vendor was contacted early about this disclosure but did not respond in any way.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L"
15+
},
16+
{
17+
"type": "CVSS_V4",
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N"
19+
}
20+
],
21+
"affected": [
22+
{
23+
"package": {
24+
"ecosystem": "npm",
25+
"name": "@brikcss/merge"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "0"
33+
},
34+
{
35+
"last_affected": "1.3.1"
36+
}
37+
]
38+
}
39+
]
40+
}
41+
],
42+
"references": [
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6594"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/brikcss/merge"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/sudo-secure/security-research/blob/main/brikcss-merge/prototype-pollution/PoC.md"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://vuldb.com/submit/791805"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://vuldb.com/vuln/358229"
62+
},
63+
{
64+
"type": "WEB",
65+
"url": "https://vuldb.com/vuln/358229/cti"
66+
}
67+
],
68+
"database_specific": {
69+
"cwe_ids": [
70+
"CWE-1321",
71+
"CWE-94"
72+
],
73+
"severity": "MODERATE",
74+
"github_reviewed": true,
75+
"github_reviewed_at": "2026-04-23T14:23:26Z",
76+
"nvd_published_at": "2026-04-20T02:16:15Z"
77+
}
78+
}

advisories/unreviewed/2026/04/GHSA-3jc6-6r48-v6qf/GHSA-3jc6-6r48-v6qf.json

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)