Skip to content

Commit 53d9dfe

Browse files
Merge pull request #6392 from github/G-Rath-GHSA-rx8g-88g5-qh64
2 parents b0edeed + f57e984 commit 53d9dfe

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

advisories/github-reviewed/2025/09/GHSA-rx8g-88g5-qh64/GHSA-rx8g-88g5-qh64.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-rx8g-88g5-qh64",
4-
"modified": "2025-09-29T13:12:07Z",
4+
"modified": "2025-09-29T13:12:11Z",
55
"published": "2025-09-24T18:30:31Z",
66
"aliases": [
77
"CVE-2025-57352"
88
],
99
"summary": "min-document vulnerable to prototype pollution",
10-
"details": "A vulnerability exists in the 'min-document' package prior to version 2.19.0, stemming from improper handling of namespace operations in the removeAttributeNS method. By processing malicious input involving the __proto__ property, an attacker can manipulate the prototype chain of JavaScript objects, leading to denial of service or arbitrary code execution. This issue arises from insufficient validation of attribute namespace removal operations, allowing unintended modification of critical object prototypes. The vulnerability remains unaddressed in the latest available version.",
10+
"details": "A vulnerability exists in the 'min-document' package prior to version 2.19.1, stemming from improper handling of namespace operations in the removeAttributeNS method. By processing malicious input involving the __proto__ property, an attacker can manipulate the prototype chain of JavaScript objects, leading to denial of service or arbitrary code execution. This issue arises from insufficient validation of attribute namespace removal operations, allowing unintended modification of critical object prototypes. The vulnerability remains unaddressed in the latest available version.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V4",
14-
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P"
14+
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N"
1515
}
1616
],
1717
"affected": [
@@ -28,7 +28,7 @@
2828
"introduced": "0"
2929
},
3030
{
31-
"last_affected": "2.19.0"
31+
"fixed": "2.19.1"
3232
}
3333
]
3434
}
@@ -44,6 +44,10 @@
4444
"type": "WEB",
4545
"url": "https://github.com/Raynos/min-document/issues/54"
4646
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/Raynos/min-document/pull/55"
50+
},
4751
{
4852
"type": "PACKAGE",
4953
"url": "https://github.com/Raynos/min-document"
@@ -57,7 +61,7 @@
5761
"cwe_ids": [
5862
"CWE-1321"
5963
],
60-
"severity": "LOW",
64+
"severity": "MODERATE",
6165
"github_reviewed": true,
6266
"github_reviewed_at": "2025-09-29T13:12:07Z",
6367
"nvd_published_at": "2025-09-24T18:15:41Z"

0 commit comments

Comments
 (0)