Skip to content

Commit 64cba70

Browse files
1 parent ce39579 commit 64cba70

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

advisories/github-reviewed/2025/09/GHSA-6xv4-9cqp-92rh/GHSA-6xv4-9cqp-92rh.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-6xv4-9cqp-92rh",
4-
"modified": "2025-10-30T14:05:30Z",
4+
"modified": "2025-10-31T15:12:38Z",
55
"published": "2025-09-24T18:30:31Z",
66
"aliases": [
77
"CVE-2025-57353"
@@ -10,8 +10,8 @@
1010
"details": "The Runtime components of messageformat package for Node.js version 3.0.1 contain a prototype pollution vulnerability. Due to insufficient validation of nested message keys during the processing of message data, an attacker can manipulate the prototype chain of JavaScript objects by providing specially crafted input. This can result in the injection of arbitrary properties into the Object.prototype, potentially leading to denial of service conditions or unexpected application behavior. The vulnerability allows attackers to alter the prototype of base objects, impacting all subsequent object instances throughout the application's lifecycle. Version 3.0.2 contains a fix.",
1111
"severity": [
1212
{
13-
"type": "CVSS_V4",
14-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P"
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N"
1515
}
1616
],
1717
"affected": [
@@ -25,13 +25,16 @@
2525
"type": "ECOSYSTEM",
2626
"events": [
2727
{
28-
"introduced": "0"
28+
"introduced": "3.0.1"
2929
},
3030
{
3131
"fixed": "3.0.2"
3232
}
3333
]
3434
}
35+
],
36+
"versions": [
37+
"3.0.1"
3538
]
3639
}
3740
],
@@ -44,6 +47,10 @@
4447
"type": "WEB",
4548
"url": "https://github.com/messageformat/messageformat/issues/453"
4649
},
50+
{
51+
"type": "WEB",
52+
"url": "https://github.com/messageformat/messageformat/issues/453#issuecomment-3466959449"
53+
},
4754
{
4855
"type": "WEB",
4956
"url": "https://github.com/messageformat/messageformat/pull/464"
@@ -65,7 +72,7 @@
6572
"cwe_ids": [
6673
"CWE-1321"
6774
],
68-
"severity": "HIGH",
75+
"severity": "MODERATE",
6976
"github_reviewed": true,
7077
"github_reviewed_at": "2025-09-24T20:11:09Z",
7178
"nvd_published_at": "2025-09-24T18:15:41Z"

0 commit comments

Comments
 (0)