Lucene search
K

22 matches found

Github Security Blog
Github Security Blog
added 2026/06/03 9:39 p.m.7 views

browserstack-runner vulnerable to Remote Code Execution via vm sandbox escape in _log HTTP handler

Summary The HTTP handler /log in lib/server.js lines 491–515 of browserstack-runner passes unauthenticated user-supplied data to vm.runInNewContext combined with eval, enabling a sandbox escape and arbitrary code execution on the host system. Details When browserstack-runner starts, it creates an...

8.8CVSS6.5AI score0.00395EPSS
Exploits0References4Affected Software1
CVE
CVE
added 2026/05/27 6:50 p.m.19 views

CVE-2026-45102

CVE-2026-45102 concerns OneUptime, an open-source monitoring platform. Prior to version 10.0.98, OneUptime used Node.js vm module as an isolation primitive, which is not intended for security boundaries and can be escaped via error objects and infinite recursion, potentially enabling remote code ...

9.9CVSS5.8AI score0.00266EPSS
Exploits0References1
Snyk
Snyk
added 2026/05/07 4:8 a.m.9 views

Arbitrary Code Injection

Overview vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Affected versions of this package are vulnerable to Arbitrary Code Injection through lib/builtin.js. An attacker can execute host code when the allowlist includes -X or uses and then calls...

9.9CVSS6.2AI score0.00669EPSS
Exploits1References2
Veracode
Veracode
added 2026/03/11 7:26 a.m.3 views

Information Disclosure

Node.js is vulnerable to Information Disclosure. The vulnerability is due to improper buffer allocation handling when using the vm module with the timeout option, where interrupted allocations may return buffers containing uninitialized memory, potentially exposing leftover data such as tokens or...

7.1CVSS6AI score0.00978EPSS
Exploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/24 4:0 p.m.6 views

OneUptime:: node:vm sandbox escape in probe allows any project member to achieve RCE

Summary OneUptime lets project members write custom JavaScript that runs inside monitors. The problem is it executes that code using Node.js's built-in vm module, which Node.js itself documents as "not a security mechanism — do not use it to run untrusted code." The classic one-liner escape gives...

9.9CVSS6.2AI score0.00504EPSS
Exploits2References4Affected Software1
NVD
NVD
added 2026/02/21 11:15 a.m.11 views

CVE-2026-27574

OneUptime is a solution for monitoring and managing online services. In versions 9.5.13 and below, custom JavaScript monitor feature uses Node.js's node:vm module explicitly documented as not a security mechanism to execute user-supplied code, allowing trivial sandbox escape via a well-known...

9.9CVSS0.00504EPSS
Exploits2References2
RedHat Linux
RedHat Linux
added 2026/02/18 2:32 a.m.4 views

nodejs: Nodejs uninitialized memory exposure

A memory exposure flaw has been discovered in Node.js. A flaw in Node.js's buffer allocation logic can expose uninitialized memory when allocations are interrupted, when using the vm module with the timeout option. Under specific timing conditions, buffers allocated with Buffer.alloc and other...

7.1CVSS7.4AI score0.00978EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2026/02/08 1:21 a.m.7 views

CVE-2026-25533

Enclave is a secure JavaScript sandbox designed for safe AI agent code execution. Prior to 2.10.1, the existing layers of security in enclave-vm are insufficient: The AST sanitization can be bypassed with dynamic property accesses, the hardening of the error objects does not cover the peculiar...

8.8CVSS5.6AI score0.0023EPSS
Exploits1References1
OSV
OSV
added 2026/02/06 9:16 p.m.6 views

CVE-2026-25533 Enclave has a sandbox escape via infinite recursion and error objects

Enclave is a secure JavaScript sandbox designed for safe AI agent code execution. Prior to 2.10.1, the existing layers of security in enclave-vm are insufficient: The AST sanitization can be bypassed with dynamic property accesses, the hardening of the error objects does not cover the peculiar...

6.4CVSS5.7AI score0.0023EPSS
Exploits1References5
Snyk
Snyk
added 2026/02/05 5:49 p.m.1 views

Infinite loop

Overview @enclave-vm/core is a Sandbox runtime for secure JavaScript code execution Affected versions of this package are vulnerable to Infinite loop via infinite recursion in the vm module. An attacker can execute arbitrary code outside the intended sandbox by crafting recursive calls that explo...

9.4CVSS6.1AI score0.0023EPSS
Exploits1References2
Snyk
Snyk
added 2026/02/05 5:49 p.m.3 views

Infinite loop

Overview enclave-vm is a Sandbox runtime for secure JavaScript code execution Affected versions of this package are vulnerable to Infinite loop via infinite recursion in the vm module. An attacker can execute arbitrary code outside the intended sandbox by crafting recursive calls that exploit hos...

9.4CVSS6.1AI score0.0023EPSS
Exploits1References2
Github Security Blog
Github Security Blog
added 2026/02/05 5:49 p.m.7 views

Sandbox escape via infinite recursion and error objects

Note: The npm package has moved to @enclave-vm/core formerly enclave-vm. All fixed versions and guidance refer to @enclave-vm/core. Summary The existing layers of security in enclave-vm are insufficient: The AST sanitization can be bypassed with dynamic property accesses, the hardening of the err...

8.8CVSS5.8AI score0.0023EPSS
Exploits1References5Affected Software2
OSV
OSV
added 2026/01/26 2:47 p.m.5 views

BIT-NODE-MIN-2025-55131

A flaw in Node.js's buffer allocation logic can expose uninitialized memory when allocations are interrupted, when using the vm module with the timeout option. Under specific timing conditions, buffers allocated with Buffer.alloc and other TypedArray instances like Uint8Array may contain leftover...

7.1CVSS6.1AI score0.00978EPSS
Exploits0References2
OSV
OSV
added 2026/01/20 9:16 p.m.4 views

ALPINE-CVE-2025-55131

A flaw in Node.js's buffer allocation logic can expose uninitialized memory when allocations are interrupted, when using the vm module with the timeout option. Under specific timing conditions, buffers allocated with Buffer.alloc and other TypedArray instances like Uint8Array may contain leftover...

7.1CVSS5.9AI score0.00978EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2026/01/20 8:41 p.m.3 views

CVE-2025-55131

A flaw in Node.js's buffer allocation logic can expose uninitialized memory when allocations are interrupted, when using the vm module with the timeout option. Under specific timing conditions, buffers allocated with Buffer.alloc and other TypedArray instances like Uint8Array may contain leftover...

7.1CVSS5.7AI score0.00978EPSS
Exploits0References2Affected Software1
Snyk
Snyk
added 2026/01/13 4:20 p.m.2 views

Race Condition

Overview Affected versions of this package are vulnerable to Race Condition in the vm module with the timeout option. An attacker can access secrets like tokens or passwords to leak or cause data corruption by exploiting a race condition in buffer allocation logic that allows zero-fill toggle to...

9.2CVSS6.9AI score0.00978EPSS
Exploits0References2
GithubExploit
GithubExploit
added 2024/11/28 5:47 p.m.546 views

Exploit for CVE-2024-21534

POC - CVE-2024-21534 Jsonpath-plus vulnerable to Remote Code E...

9.8CVSS8.2AI score0.09076EPSS
Exploits4
GithubExploit
GithubExploit
added 2024/11/23 5:54 a.m.392 views

Exploit for CVE-2024-21534

Vulnerability Information: CVE-2024-21534 The jsonpath-plus...

9.8CVSS8AI score0.09076EPSS
Exploits4
NVD
NVD
added 2024/05/08 3:15 p.m.41 views

CVE-2024-34347

@hoppscotch/cli is a CLI to run Hoppscotch Test Scripts in CI environments. Prior to 0.8.0, the @hoppscotch/js-sandbox package provides a Javascript sandbox that uses the Node.js vm module. However, the vm module is not safe for sandboxing untrusted Javascript code. This is because code inside th...

8.3CVSS8.3AI score0.00611EPSS
Exploits0References3
OSV
OSV
added 2024/05/08 2:16 p.m.46 views

CVE-2024-34347 @hoppscotch/cli affected by Sandbox Escape in @hoppscotch/js-sandbox leads to RCE

@hoppscotch/cli is a CLI to run Hoppscotch Test Scripts in CI environments. Prior to 0.8.0, the @hoppscotch/js-sandbox package provides a Javascript sandbox that uses the Node.js vm module. However, the vm module is not safe for sandboxing untrusted Javascript code. This is because code inside th...

8.3CVSS8AI score0.00611EPSS
Exploits0References5
Rows per page
Query Builder