Skip to content

Commit c17457f

Browse files
1 parent 0930611 commit c17457f

1 file changed

Lines changed: 30 additions & 5 deletions

File tree

advisories/unreviewed/2025/07/GHSA-9qm3-6qrr-c76m/GHSA-9qm3-6qrr-c76m.json renamed to advisories/github-reviewed/2025/07/GHSA-9qm3-6qrr-c76m/GHSA-9qm3-6qrr-c76m.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-9qm3-6qrr-c76m",
4-
"modified": "2025-07-31T15:35:50Z",
4+
"modified": "2025-07-31T19:28:27Z",
55
"published": "2025-07-31T15:35:50Z",
66
"aliases": [
77
"CVE-2025-34146"
88
],
9+
"summary": "@nyariv/sandboxjs has Prototype Pollution vulnerability that may lead to RCE",
910
"details": "A prototype pollution vulnerability exists in @nyariv/sandboxjs versions <= 0.8.23, allowing attackers to inject arbitrary properties into Object.prototype via crafted JavaScript code. This can result in a denial-of-service (DoS) condition or, under certain conditions, escape the sandboxed environment intended to restrict code execution. The vulnerability stems from insufficient prototype access checks in the sandbox’s executor logic, particularly in the handling of JavaScript function objects returned.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/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"
14+
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "@nyariv/sandboxjs"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.8.24"
32+
}
33+
]
34+
}
35+
]
1436
}
1537
],
16-
"affected": [],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -27,6 +48,10 @@
2748
"type": "WEB",
2849
"url": "https://gist.github.com/Hagrid29/9df27829a491080f923c4f6b8518d7e3"
2950
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/nyariv/SandboxJS"
54+
},
3055
{
3156
"type": "WEB",
3257
"url": "https://www.npmjs.com/package/@nyariv/sandboxjs"
@@ -41,8 +66,8 @@
4166
"CWE-1321"
4267
],
4368
"severity": "HIGH",
44-
"github_reviewed": false,
45-
"github_reviewed_at": null,
69+
"github_reviewed": true,
70+
"github_reviewed_at": "2025-07-31T19:28:27Z",
4671
"nvd_published_at": "2025-07-31T15:15:36Z"
4772
}
4873
}

0 commit comments

Comments
 (0)