Threat Intelligence Database
Comprehensive database of the latest cyber threats affecting organizations worldwide. Filter and search to find specific threat intelligence relevant to your organization.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threat Intelligence
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-47210: CWE-913: Improper Control of Dynamically-Managed Code Resources in patriksimek vm2CVE-2026-47210 0 vm2 is an open source vm/sandbox for Node.js. Prior to version 3.11.4, a sandbox escape vulnerability in vm2 allows arbitrary code execution in the host process when untrusted code is executed with async support on runtimes exposing WebAssembly JSPI (WebAssembly.promising / WebAssembly.Suspending). In the tested configuration, a JSPI-backed Promise can reach Promise.prototype.finally() in a way that bypasses the expected Promise-species hardening and exposes a host-originated rejection object to attacker-controlled species logic, breaking the sandbox boundary. This issue has been patched in version 3.11.4. Join the discussion | CVE Database V5 | 06/12/2026, 14:17:22 UTC Added: 06/12/2026, 14:39:31 UTC |
CVE-2026-47209: CWE-693: Protection Mechanism Failure in patriksimek vm2CVE-2026-47209 0 vm2 is an open source vm/sandbox for Node.js. Prior to version 3.11.4, the BaseHandler.set trap in bridge.js (line 1231) ignores the receiver parameter and unconditionally writes to the host target object. Per the Proxy set trap specification, when receiver !== proxy (e.g., when a child object inherits from the proxy via Object.create), the property assignment should create an own property on the receiver, not on the proxy target. The current implementation always calls otherReflectSet(object, key, value) against the host target, causing all inherited property writes to leak through to the host object. This bug provides an alternative attack vector for writing dangerous cross-realm Symbol keys (e.g., nodejs.util.promisify.custom) to host objects, bypassing any future per-trap isDangerousCrossRealmSymbol guard on the direct set path. This issue has been patched in version 3.11.4. Join the discussion | CVE Database V5 | 06/12/2026, 14:14:06 UTC Added: 06/12/2026, 14:39:31 UTC |
CVE-2026-47208: CWE-913: Improper Control of Dynamically-Managed Code Resources in patriksimek vm2CVE-2026-47208 0 vm2 is an open source vm/sandbox for Node.js. Prior to version 3.11.4, VM2 suffers from a sandbox breakout vulnerability. This allows attackers to write code which can escape from the VM2 sandbox and execute arbitrary commands on the host system. This issue has been patched in version 3.11.4. Join the discussion | CVE Database V5 | 06/12/2026, 14:16:22 UTC Added: 06/12/2026, 14:39:31 UTC |
CVE-2026-47141: CWE-668: Exposure of Resource to Wrong Sphere in patriksimek vm2CVE-2026-47141 0 vm2 is an open source vm/sandbox for Node.js. Prior to version 3.11.4, NodeVM exposes some process-wide observability builtins when they are allowed through require.builtin. The diagnostics_channel, async_hooks, and perf_hooks builtins are not blocked by the dangerous builtin denylist. These modules are process-wide, not sandbox-local. Sandboxed code can use them to observe host application data across the vm2 boundary. This issue has been patched in version 3.11.4. Join the discussion | CVE Database V5 | 06/12/2026, 14:17:35 UTC Added: 06/12/2026, 14:39:31 UTC |
CVE-2026-47140: CWE-693: Protection Mechanism Failure in patriksimek vm2CVE-2026-47140 0 vm2 is an open source vm/sandbox for Node.js. Prior to version 3.11.4, NodeVM blocks several dangerous Node.js builtins such as module, worker_threads, cluster, vm, repl, and inspector. However, the denylist misses process and inspector/promises. Both can be used from sandboxed code to reach host-side execution primitives. This allows sandboxed code to bypass the intended builtin restrictions and execute code in the host process. This issue has been patched in version 3.11.4. Join the discussion | CVE Database V5 | 06/12/2026, 14:16:10 UTC Added: 06/12/2026, 14:39:31 UTC |
CVE-2026-47139: CWE-693: Protection Mechanism Failure in patriksimek vm2CVE-2026-47139 0 vm2 is an open source vm/sandbox for Node.js. Prior to version 3.11.4, NodeVM supports excluding public network builtins from the wildcard builtin option. With this configuration direct access to http, https, http2, net, dgram, tls, dns, and dns/promises is blocked. However, Node.js also exposes underscored internal HTTP builtins such as _http_client and _http_server. These are not blocked when the public modules are excluded. Sandboxed code can use these internal builtins to make outbound HTTP requests and open listening HTTP sockets even though the public network modules are denied. This issue has been patched in version 3.11.4. Join the discussion | CVE Database V5 | 06/12/2026, 14:15:44 UTC Added: 06/12/2026, 14:39:31 UTC |
CVE-2026-47137: CWE-913: Improper Control of Dynamically-Managed Code Resources in patriksimek vm2CVE-2026-47137 0 vm2 is an open source vm/sandbox for Node.js. Prior to version 3.11.4, the fix for GHSA-8hg8-63c5-gwmx (CVE-2023-37903) introduced a check in nodevm.js line 263 that blocks the combination nesting: true + require: false. However, the check uses strict equality (options.require === false), which is trivially bypassed by omitting the require option entirely. When require is not specified, options.require is undefined, not false. The strict equality check fails, so the security guard is skipped. Immediately after (line 280), the destructuring default require: requireOpts = false assigns requireOpts = false, producing the exact configuration the patch was designed to prevent. This issue has been patched in version 3.11.4. Join the discussion | CVE Database V5 | 06/12/2026, 14:15:34 UTC Added: 06/12/2026, 14:39:31 UTC |
CVE-2026-47135: CWE-693: Protection Mechanism Failure in patriksimek vm2CVE-2026-47135 0 vm2 is an open source vm/sandbox for Node.js. Prior to version 3.11.4, Symbol.for override in setup-sandbox.js only intercepts 2 of 9 dangerous Node.js cross-realm symbols. Combined with the bridge's set/defineProperty/deleteProperty traps having no isDangerousCrossRealmSymbol key check, sandbox code can obtain real cross-realm symbols, write them to host objects, and control host-side behavior — verified with a full util.promisify hijack chain. This issue has been patched in version 3.11.4. Join the discussion | CVE Database V5 | 06/12/2026, 14:14:42 UTC Added: 06/12/2026, 14:39:31 UTC |
CVE-2026-47131: CWE-913: Improper Control of Dynamically-Managed Code Resources in patriksimek vm2CVE-2026-47131 0 vm2 is an open source vm/sandbox for Node.js. Prior to version 3.11.4, by combining Buffer.call.call({}.__lookupGetter__, Buffer, "__proto__"), Buffer.call.call({}.__lookupSetter__, Buffer, "__proto__"), and Node.js's ERR_INVALID_ARG_TYPE Error, the host's TypeError constructor can be obtained, which allows the escape from the sandbox. This allows attackers to run arbitrary code. This issue has been patched in version 3.11.4. Join the discussion | CVE Database V5 | 06/12/2026, 14:14:17 UTC Added: 06/12/2026, 14:39:30 UTC |
Showing 1 to 9 of 9 results