Lucene search
+L

31926 matches found

NVD
NVD
added 2026/09/18 2:19 p.m.6 views

CVE-2026-93606

vm2 npm versions 3.12.0 and earlier contain a sandbox escape in VM and NodeVM. When an embedder exposes a host API that returns a host-realm Promise, the bridge's rejection sanitizer hostPromiseSanitizeReject / makeSanitizedPromiseCallback / normalizeHostPromiseCallbacks in lib/bridge.js only wra...

10CVSS0.00518EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/18 1:54 p.m.4 views

SUSE-SU-2026:4264-1 Security update for MozillaFirefox

This update for MozillaFirefox fixes the following issues: Update to Firefox Extended Support Release 153.3.0 ESRi MFSA 2026-93, bsc1280371 - CVE-2026-92005: Use-after-free in the Audio/Video: Web Codecs component. - CVE-2026-92006: Privilege escalation due to incorrect boundary conditions in the...

9.6CVSS0.00381EPSS
SaveExploits0References65
Cvelist
Cvelist
added 2026/09/18 1:20 p.m.37 views

CVE-2026-93606 vm2 before 3.12.1 Sandbox Escape via Promise Symbol.species

vm2 npm versions 3.12.0 and earlier contain a sandbox escape in VM and NodeVM. When an embedder exposes a host API that returns a host-realm Promise, the bridge's rejection sanitizer hostPromiseSanitizeReject / makeSanitizedPromiseCallback / normalizeHostPromiseCallbacks in lib/bridge.js only wra...

10CVSS0.00518EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/18 1:20 p.m.5 views

EUVD-2026-82901

vm2 npm versions 3.12.0 and earlier contain a sandbox escape in VM and NodeVM. When an embedder exposes a host API that returns a host-realm Promise, the bridge's rejection sanitizer hostPromiseSanitizeReject / makeSanitizedPromiseCallback / normalizeHostPromiseCallbacks in lib/bridge.js only wra...

10CVSS0.00518EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/18 1:20 p.m.14 views

CVE-2026-93606

CVE-2026-93606 affects vm2 (npm) versions 3.12.0 and earlier, specifically the VM and NodeVM sandbox implementations. The root cause lies in lib/bridge.js: the bridge's rejection sanitizer only wraps then/catch rejection slots holding a function, and the Symbol.species/.then neutralization is app...

10CVSS0.00518EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/18 1:20 p.m.5 views

EUVD-2026-82900

vm2 NodeVM versions before 3.12.1 contain a sandbox escape vulnerability where the DANGEROUSBUILTINS denylist omits childprocess despite blocking other host-spawning modules. Attackers can require childprocess and execute arbitrary commands on the host system when NodeVM is configured with...

10CVSS0.00383EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/18 1:20 p.m.26 views

CVE-2026-93605

vm2 NodeVM versions before 3.12.1 contain a sandbox escape vulnerability rated CVSS 10.0 (Critical) . The DANGEROUS_BUILTINS denylist omits child_process despite blocking other host-spawning modules. When NodeVM is configured with builtin:['*'] or an explicit child_process allowance, an attacker ...

10CVSS0.00383EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/18 1:20 p.m.10 views

CVE-2026-93604

vm2 through 3.12.0 allows untrusted guest code to cross the NodeVM isolation boundary when the embedder allowlists the crypto builtin. The builtin sanitizer in lib/builtin.js replaces crypto.setEngine but leaves crypto.setFips callable, and the readonly wrapper does not localize side effects of f...

7.2CVSS0.00252EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/18 1:20 p.m.6 views

EUVD-2026-82899

vm2 through 3.12.0 exposes Node.js's crypto.setFips function to untrusted guest code when an embedder explicitly allowlists the crypto builtin for a NodeVM require.builtin: 'crypto'. The builtin sanitizer sanitizeCryptoModule in lib/builtin.js replaces crypto.setEngine but leaves crypto.setFips...

7.2CVSS0.00252EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/18 1:20 p.m.35 views

CVE-2026-93604 vm2 3.11.8 Sandbox Escape via crypto.setFips

vm2 through 3.12.0 exposes Node.js's crypto.setFips function to untrusted guest code when an embedder explicitly allowlists the crypto builtin for a NodeVM require.builtin: 'crypto'. The builtin sanitizer sanitizeCryptoModule in lib/builtin.js replaces crypto.setEngine but leaves crypto.setFips...

7.2CVSS0.00252EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/18 1:20 p.m.4 views

EUVD-2026-82898

vm2 through 3.12.0 fixed in 3.12.1 does not correctly handle a nullish this receiver in the apply trap of its bridge lib/bridge.js: when sandboxed code calls a host-provided non-strict sloppy-mode function without a receiver — e.g. fn, a detached method, fn.call, fn.applyundefined, Reflect.applyf...

10CVSS0.00426EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/18 1:20 p.m.25 views

CVE-2026-93603

vm2 (Node.js sandbox library) through 3.12.0 is vulnerable to a complete sandbox escape due to incorrect handling of a nullish this receiver in the apply trap of its bridge (lib/bridge.js). When sandboxed code invokes a host-provided non-strict (sloppy-mode) function without a receiver (e.g., fn(...

10CVSS0.00426EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/18 1:20 p.m.10 views

CVE-2026-93598

ArcadeDB (Maven artifact com.arcadedb:arcadedb-engine) through 26.8.1 contains an incomplete deny-list in its polyglot script sandbox. The class HostClassLookupFilter.DENIED lists java.util.ResourceBundle as a bare class name matched by exact equality, which does not cover its subclasses, while S...

7.1CVSS0.00481EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/18 1:20 p.m.5 views

EUVD-2026-82893

ArcadeDB Maven artifact com.arcadedb:arcadedb-engine through 26.8.1 contains an incomplete deny-list in the polyglot script sandbox: com.arcadedb.query.polyglot.HostClassLookupFilter.DENIED lists java.util.ResourceBundle as a bare class name, which is matched by exact equality and therefore does...

7.1CVSS0.00481EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/18 1:04 p.m.9 views

cve-2026-22747-sandbox

test test1 test2 test3 test4 test5 test6 test7 test8 9 10 19 391211111111111...

8.1CVSS7.1AI score0.00296EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 12:13 p.m.9 views

Yara-rules

About What is this? A repo containing some of my privately developed Yara rules. Why? To contribute to the community. Can I use these rules? Of course! That's why I created this repo. You can use them in your detection systems. For example, CAPE sandbox, MalwareBazaar, UnPac.me and VirusTotal mus...

5.7AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/18 12:00 p.m.14 views

brokentooth

brokentooth POC for CVE-2018-4327 at least I think so since CVE-2018-4327 and CVE-2018-4330 were both discussed by @SparkZheng but it's not clear from him which one relates to which bug but since he described this one first I'm taking a guess. Tested on iPhone 6S 11.3.1 Should work until 11.4 Let...

7.5AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/18 12:00 p.m.10 views

brokentooth

brokentooth POC para CVE-2018-4327 al menos eso creo, ya que @SparkZheng discutió tanto CVE-2018-4327 como CVE-2018-4330, pero no queda claro por su parte cuál se relaciona con cada bug; pero como describió este primero, me lanzo a adivinar. Probado en iPhone 6S 11.3.1 Debería funcionar hasta 11....

9.3CVSS7.6AI score0.02326EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/18 9:48 a.m.9 views

UAP-protocol

root@kitploit: ██╗ ██╗ █████╗ ██████╗ ██║ ██║██╔══██╗██╔══██╗ ██║ ██║███████║██████╔╝ ██║ ██║██╔══██║██╔═══╝ ╚██████╔╝██║ ██║██║ ╚═════╝ ╚═╝ ╚═╝╚═╝ Universal Agent Protocol A unified, security-first wire protocol for tool access, agent coordination, and structured RPC. Built to close CVE-2025-495...

9.4CVSS8.8AI score0.44453EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 9:25 a.m.9 views

Securekit

Securekit Securekit protects what your models execute—across any AI system. Securekit is a protocol-agnostic security kernel for AI tool execution. It sits between any LLM or agent system and the tools they use, enforcing zero-trust execution, sandbox isolation, and policy-driven control. It is...

6.1AI score
SaveExploits0References1
Rows per page
Query Builder