Skip to content

Commit 19bd53a

Browse files
1 parent acf951b commit 19bd53a

1 file changed

Lines changed: 46 additions & 6 deletions

File tree

advisories/unreviewed/2026/03/GHSA-v8jm-5vwx-cfxm/GHSA-v8jm-5vwx-cfxm.json renamed to advisories/github-reviewed/2026/03/GHSA-v8jm-5vwx-cfxm/GHSA-v8jm-5vwx-cfxm.json

Lines changed: 46 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-v8jm-5vwx-cfxm",
4-
"modified": "2026-03-03T21:31:15Z",
4+
"modified": "2026-03-04T20:50:09Z",
55
"published": "2026-03-03T18:31:33Z",
66
"aliases": [
77
"CVE-2025-15599"
88
],
9+
"summary": "DOMPurify contains a Cross-site Scripting vulnerability",
910
"details": "DOMPurify 3.1.3 through 3.2.6 and 2.5.3 through 2.5.8 contain a cross-site scripting vulnerability that allows attackers to bypass attribute sanitization by exploiting missing textarea rawtext element validation in the SAFE_FOR_XML regex. Attackers can include closing rawtext tags like </textarea> in attribute values to break out of rawtext contexts and execute JavaScript when sanitized output is placed inside rawtext elements. The 3.x branch was fixed in 3.2.7; the 2.x branch was never patched.",
1011
"severity": [
1112
{
@@ -14,10 +15,49 @@
1415
},
1516
{
1617
"type": "CVSS_V4",
17-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N"
19+
}
20+
],
21+
"affected": [
22+
{
23+
"package": {
24+
"ecosystem": "npm",
25+
"name": "dompurify"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "3.1.3"
33+
},
34+
{
35+
"fixed": "3.2.7"
36+
}
37+
]
38+
}
39+
]
40+
},
41+
{
42+
"package": {
43+
"ecosystem": "npm",
44+
"name": "dompurify"
45+
},
46+
"ranges": [
47+
{
48+
"type": "ECOSYSTEM",
49+
"events": [
50+
{
51+
"introduced": "2.5.3"
52+
},
53+
{
54+
"last_affected": "2.5.8"
55+
}
56+
]
57+
}
58+
]
1859
}
1960
],
20-
"affected": [],
2161
"references": [
2262
{
2363
"type": "ADVISORY",
@@ -28,7 +68,7 @@
2868
"url": "https://github.com/cure53/DOMPurify/commit/c861f5a83fb8d90800f1680f855fee551161ac2b"
2969
},
3070
{
31-
"type": "WEB",
71+
"type": "PACKAGE",
3272
"url": "https://github.com/cure53/DOMPurify"
3373
},
3474
{
@@ -45,8 +85,8 @@
4585
"CWE-79"
4686
],
4787
"severity": "MODERATE",
48-
"github_reviewed": false,
49-
"github_reviewed_at": null,
88+
"github_reviewed": true,
89+
"github_reviewed_at": "2026-03-04T20:50:09Z",
5090
"nvd_published_at": "2026-03-03T18:16:23Z"
5191
}
5292
}

0 commit comments

Comments
 (0)