Skip to content

Commit ae5850e

Browse files
1 parent 76a1763 commit ae5850e

File tree

1 file changed

+39
-7
lines changed

1 file changed

+39
-7
lines changed

advisories/unreviewed/2025/09/GHSA-8v65-5fw5-23wj/GHSA-8v65-5fw5-23wj.json renamed to advisories/github-reviewed/2025/09/GHSA-8v65-5fw5-23wj/GHSA-8v65-5fw5-23wj.json

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-8v65-5fw5-23wj",
4-
"modified": "2025-09-24T21:30:37Z",
4+
"modified": "2025-09-25T17:48:20Z",
55
"published": "2025-09-24T21:30:37Z",
66
"aliases": [
77
"CVE-2025-57348"
88
],
9+
"summary": "node-cube vulnerable to prototype pollution",
910
"details": "The node-cube package (prior to version 5.0.0) contains a vulnerability in its handling of prototype chain initialization, which could allow an attacker to inject properties into the prototype of built-in objects. This issue, categorized under CWE-1321, arises from improper validation of user-supplied input in the package's resource initialization process. Successful exploitation may lead to denial of service or arbitrary code execution in affected environments. The vulnerability affects versions up to and including 5.0.0-beta.19, and no official fix has been released to date.",
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": "node-cube"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "5.0.0-beta.19"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1238
"references": [
1339
{
1440
"type": "ADVISORY",
@@ -21,13 +47,19 @@
2147
{
2248
"type": "WEB",
2349
"url": "https://github.com/VulnSageAgent/PoCs/tree/main/JavaScript/prototype-pollution/CVE-2025-57348"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/node-cube/cube"
2454
}
2555
],
2656
"database_specific": {
27-
"cwe_ids": [],
28-
"severity": null,
29-
"github_reviewed": false,
30-
"github_reviewed_at": null,
57+
"cwe_ids": [
58+
"CWE-1321"
59+
],
60+
"severity": "LOW",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-09-25T17:48:20Z",
3163
"nvd_published_at": "2025-09-24T19:15:40Z"
3264
}
3365
}

0 commit comments

Comments
 (0)