CVE-2026-34208
Last modified
CVE-2026-34208 is a critical-severity vulnerability rated 10/10 on the CVSS scale. SandboxJS is a JavaScript sandboxing library. Prior to 0.8.36, SandboxJS blocks direct assignment to global objects (for example Math.random = ...), but this protection can be bypassed through an exposed callable constructor path: this.constructor.call(target, attackerObject). EPSS estimates a 0.56% chance of exploitation in the next 30 days.
Description
SandboxJS is a JavaScript sandboxing library. Prior to 0.8.36, SandboxJS blocks direct assignment to global objects (for example Math.random = ...), but this protection can be bypassed through an exposed callable constructor path: this.constructor.call(target, attackerObject). Because this.constructor resolves to the internal SandboxGlobal function and Function.prototype.call is allowed, attacker code can write arbitrary properties into host global objects and persist those mutations across sandbox instances in the same process. This vulnerability is fixed in 0.8.36.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Nyariv | Sandboxjs | < 0.8.36 |
References
- https://github.com/nyariv/SandboxJS/security/advisories/GHSA-2gg9-6p7w-6cpjExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-34208?
How severe is CVE-2026-34208?
How do I fix CVE-2026-34208?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-34202ZEBRA is a Zcash node written entirely in Rust. Prior to zeb…7.5
- CVE-2026-34203Nautobot is a Network Source of Truth and Network Automation…4.3
- CVE-2026-34204MinIO is a high-performance object storage system. Prior to …7.1
- CVE-2026-34205Home Assistant is open source home automation software that …9.6
- CVE-2026-34206Captcha Protect is a Traefik middleware to add an anti-bot c…6.1
- CVE-2026-34207TypeBot is a chatbot builder tool. In versions prior to 3.16…7.6
- CVE-2026-34209mppx is a TypeScript interface for machine payments protocol…7.5
- CVE-2026-34210mppx is a TypeScript interface for machine payments protocol…8.1
- CVE-2026-34211SandboxJS is a JavaScript sandboxing library. Prior to 0.8.3…7.5
- CVE-2026-34212Docmost is open-source collaborative wiki and documentation …5.4
- CVE-2026-34213Docmost is open-source collaborative wiki and documentation …5.4
- CVE-2026-34214Trino is a distributed SQL query engine for big data analyti…6.5
Are you affected by CVE-2026-34208?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
