Lucene search
+L

601301 matches found

CVE
CVE
added 2026/09/17 1:46 p.m.8 views

CVE-2026-92956

vm2 versions 3.10.1 through 3.11.6 are vulnerable to a sandbox escape on Node.js 26 that requires only a default new VM() configuration. The root cause is that WebAssembly.compileStreaming and WebAssembly.instantiateStreaming can produce a raw host-realm Promise rejecting with a host-realm error ...

10CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/17 1:46 p.m.8 views

CVE-2026-92954 vm2 3.10.0 through 3.11.5 Denial of Service via Host Promise

vm2 is a sandbox library for running untrusted JavaScript in Node.js. In versions = 3.10.0 and = 3.11.7, Promises returned from the host realm into the sandbox are not marked as handled at the bridge boundary; only Promises created inside the sandbox are wrapped with a rejection-swallowing handle...

9.2CVSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/17 1:46 p.m.4 views

EUVD-2026-81603

vm2 is a sandbox library for running untrusted JavaScript in Node.js. In versions = 3.10.0 and = 3.11.7, Promises returned from the host realm into the sandbox are not marked as handled at the bridge boundary; only Promises created inside the sandbox are wrapped with a rejection-swallowing handle...

9.2CVSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 1:46 p.m.8 views

CVE-2026-92954

vm2 is a Node.js sandbox library for running untrusted JavaScript. In versions 3.10.0 through 3.11.7 , Promises returned from the host realm into the sandbox are not marked as handled at the bridge boundary. Only sandbox-created Promises receive a rejection-swallowing wrapper, and host-side rejec...

9.2CVSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/17 1:46 p.m.4 views

CVE-2026-92952 vm2 3.11.4 through 3.11.6 Sandbox Symbol Filtering Bypass

vm2 versions 3.11.4 through 3.11.6 incompletely filter Node.js registered internal symbols across the sandbox boundary. The extraction filters in lib/setup-sandbox.js and the cross-realm symbol checks and write traps in lib/bridge.js use a fixed list of known dangerous registered symbols that omi...

8.9CVSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 1:46 p.m.7 views

CVE-2026-92952

vm2 (Node.js sandboxing library) versions 3.11.4 through 3.11.6 incompletely filter Node.js registered internal symbols across the sandbox boundary. The fixed symbol lists in lib/setup-sandbox.js and lib/bridge.js omit nodejs.stream.disturbed and nodejs.stream.errored , exposed on host WebStream ...

8.9CVSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/17 1:46 p.m.4 views

EUVD-2026-81601

vm2 versions 3.11.4 through 3.11.6 incompletely filter Node.js registered internal symbols across the sandbox boundary. The extraction filters in lib/setup-sandbox.js and the cross-realm symbol checks and write traps in lib/bridge.js use a fixed list of known dangerous registered symbols that omi...

8.9CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/17 1:46 p.m.9 views

CVE-2026-92952 vm2 3.11.4 through 3.11.6 Sandbox Symbol Filtering Bypass

vm2 versions 3.11.4 through 3.11.6 incompletely filter Node.js registered internal symbols across the sandbox boundary. The extraction filters in lib/setup-sandbox.js and the cross-realm symbol checks and write traps in lib/bridge.js use a fixed list of known dangerous registered symbols that omi...

8.9CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/17 1:46 p.m.6 views

CVE-2026-92937 vm2 3.11.6 Remote Code Execution via Promise call/apply

vm2 3.11.6 is vulnerable to a sandbox escape leading to remote code execution in the host Node.js process. The fix for GHSA-m283-3h24-438v is incomplete: the bridge gate at lib/bridge.js:1624 identity-checks only the direct call target when deciding whether to rebuild/sanitise a rejected host...

10CVSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 1:46 p.m.8 views

CVE-2026-92937

vm2 3.11.6 (a Node.js sandboxing library) is vulnerable to a sandbox escape resulting in remote code execution in the host process. The root cause is an incomplete fix for a prior advisory (GHSA-m283-3h24-438v): the bridge gate at lib/bridge.js:1624 only identity-checks the direct call target, so...

10CVSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/17 1:46 p.m.3 views

EUVD-2026-81587

vm2 3.11.6 is vulnerable to a sandbox escape leading to remote code execution in the host Node.js process. The fix for GHSA-m283-3h24-438v is incomplete: the bridge gate at lib/bridge.js:1624 identity-checks only the direct call target when deciding whether to rebuild/sanitise a rejected host...

10CVSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/17 1:46 p.m.4 views

CVE-2026-92934 vm2 before 3.11.8 Sandbox Escape RCE via AggregateError

vm2 before 3.11.8 contains an incomplete fix for Error.cause sanitization that allows sandbox escape when revisited host-wrapped AggregateError objects are caught within a single exception handler traversal. Attackers can exploit cycle detection bypass in handleException to access unsanitized hos...

9.5CVSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/17 1:46 p.m.3 views

EUVD-2026-81584

vm2 before 3.11.8 contains an incomplete fix for Error.cause sanitization that allows sandbox escape when revisited host-wrapped AggregateError objects are caught within a single exception handler traversal. Attackers can exploit cycle detection bypass in handleException to access unsanitized hos...

9.5CVSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 1:46 p.m.7 views

CVE-2026-92934

vm2 (a Node.js sandbox library) versions before 3.11.8 contain an incomplete fix for Error.cause sanitization . When a host-wrapped AggregateError object is revisited within a single exception handler traversal in handleException, the cycle detection bypass allows access to unsanitized host proxi...

9.5CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/17 1:46 p.m.8 views

CVE-2026-92934 vm2 before 3.11.8 Sandbox Escape RCE via AggregateError

vm2 before 3.11.8 contains an incomplete fix for Error.cause sanitization that allows sandbox escape when revisited host-wrapped AggregateError objects are caught within a single exception handler traversal. Attackers can exploit cycle detection bypass in handleException to access unsanitized hos...

9.5CVSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/17 1:44 p.m.49 views

kodex

Kodex Community Edition - CE is an open-source toolkit for privacy and security engineering. It helps you to automate data security and data protection measures in your data engineering workflows. It offers the following functionality: Read data items from a variety of sources such as files,...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/17 1:43 p.m.9 views

primefaces

De la Mesa al Código: Un Viaje a Través de la Vulnerabilidad RCE en POS para Restaurantes En esta oportunidad nos encontramos por casualidad con una vulnerabilidad presente en varias aplicaciones de POS para restaurantes XETUX, la cual es una solución para monitoreo y automatización de...

9.8CVSS8.4AI score0.94104EPSS
SaveExploits6References3
Kitploit
Kitploit
added 2026/09/17 1:43 p.m.83 views

ghostbuster

Table of Contents Table of Contents Ghostbuster The problem Project Features Installing Ghostbuster Using Ghostbuster Example Output Setting up your AWS accounts Setting up Cloudflare Optional Authors License Ghostbuster Eliminate dangling elastic IPs by performing analysis on your resources with...

5.6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/17 1:35 p.m.79 views

qark

Quick Android Review Kit This tool is designed to look for several security related Android application vulnerabilities, either in source code or packaged APKs. The tool is also capable of creating "Proof-of-Concept" deployable APKs and/or ADB commands, capable of exploiting many of the...

5.9AI score
SaveExploits0References1
SUSE Linux
SUSE Linux
added 2026/09/17 1:34 p.m.3 views

Security update for the Linux Kernel (Live Patch 39 for SUSE Linux Enterprise 15 SP5)

This update for the SUSE Linux Enterprise Kernel 5.14.21-150500.55.163 fixes various security issues: The following security issues were fixed: CVE-2026-46150: fanotify: fix false positive on permission events bsc1267388. CVE-2026-64423: ipv4: igmp: remove multicast group from hash table on devic...

9.3CVSS0.01482EPSS
SaveExploits8References20
Rows per page
Query Builder