Skip to content

Commit 629eab5

Browse files
1 parent 43bebb0 commit 629eab5

File tree

2 files changed

+85
-14
lines changed

2 files changed

+85
-14
lines changed

advisories/unreviewed/2025/09/GHSA-hhf6-3xpg-pggx/GHSA-hhf6-3xpg-pggx.json renamed to advisories/github-reviewed/2025/09/GHSA-hhf6-3xpg-pggx/GHSA-hhf6-3xpg-pggx.json

Lines changed: 43 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,69 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-hhf6-3xpg-pggx",
4-
"modified": "2025-09-24T21:30:37Z",
4+
"modified": "2025-09-25T16:46:20Z",
55
"published": "2025-09-24T21:30:37Z",
66
"aliases": [
77
"CVE-2025-57330"
88
],
9+
"summary": "web3-core-subscriptions has a Prototype Pollution vulnerability",
910
"details": "The web3-core-subscriptions is a package designed to manages web3 subscriptions. A Prototype Pollution vulnerability in the attachToObject function of web3-core-subscriptions version 1.10.4 and before allows attackers to inject properties on Object.prototype via supplying a crafted payload, causing denial of service (DoS) as the minimum consequence.",
10-
"severity": [],
11-
"affected": [],
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "web3-core-subscriptions"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "2.0.0-alpha.1"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1238
"references": [
1339
{
1440
"type": "ADVISORY",
1541
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-57330"
1642
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/web3/web3.js/commit/d9660426c12210c5071aeb4e1a647c6ea9d67b12"
46+
},
1747
{
1848
"type": "WEB",
1949
"url": "https://github.com/VulnSageAgent/PoCs/blob/main/JavaScript/prototype-pollution/web3-core-subscriptions%401.10.4/index.js"
2050
},
2151
{
2252
"type": "WEB",
2353
"url": "https://github.com/VulnSageAgent/PoCs/tree/main/JavaScript/prototype-pollution/CVE-2025-57330"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/web3/web3.js"
2458
}
2559
],
2660
"database_specific": {
27-
"cwe_ids": [],
28-
"severity": null,
29-
"github_reviewed": false,
30-
"github_reviewed_at": null,
61+
"cwe_ids": [
62+
"CWE-1321"
63+
],
64+
"severity": "LOW",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-09-25T16:46:20Z",
3167
"nvd_published_at": "2025-09-24T19:15:39Z"
3268
}
3369
}

advisories/unreviewed/2025/09/GHSA-xfqm-j7pc-xrfc/GHSA-xfqm-j7pc-xrfc.json renamed to advisories/github-reviewed/2025/09/GHSA-xfqm-j7pc-xrfc/GHSA-xfqm-j7pc-xrfc.json

Lines changed: 42 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,43 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-xfqm-j7pc-xrfc",
4-
"modified": "2025-09-24T21:30:37Z",
4+
"modified": "2025-09-25T16:46:42Z",
55
"published": "2025-09-24T21:30:37Z",
66
"aliases": [
77
"CVE-2025-57349"
88
],
9+
"summary": "messageformat has a prototype pollution vulnerability",
910
"details": "The messageformat package, an implementation of the Unicode MessageFormat 2 specification for JavaScript, is vulnerable to prototype pollution due to improper handling of message key paths in versions prior to 2.3.0. The flaw arises when processing nested message keys containing special characters (e.g., __proto__ ), which can lead to unintended modification of the JavaScript Object prototype. This vulnerability may allow a remote attacker to inject properties into the global object prototype via specially crafted message input, potentially causing denial of service or other undefined behaviors in applications using the affected component.",
10-
"severity": [],
11-
"affected": [],
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:U"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "messageformat"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "3.0.0-beta.0"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "< 2.3.0"
38+
}
39+
}
40+
],
1241
"references": [
1342
{
1443
"type": "ADVISORY",
@@ -17,13 +46,19 @@
1746
{
1847
"type": "WEB",
1948
"url": "https://github.com/messageformat/messageformat/issues/452"
49+
},
50+
{
51+
"type": "PACKAGE",
52+
"url": "https://github.com/messageformat/messageformat"
2053
}
2154
],
2255
"database_specific": {
23-
"cwe_ids": [],
24-
"severity": null,
25-
"github_reviewed": false,
26-
"github_reviewed_at": null,
56+
"cwe_ids": [
57+
"CWE-1321"
58+
],
59+
"severity": "LOW",
60+
"github_reviewed": true,
61+
"github_reviewed_at": "2025-09-25T16:46:42Z",
2762
"nvd_published_at": "2025-09-24T19:15:40Z"
2863
}
2964
}

0 commit comments

Comments
 (0)