Latest CVE Feed

Vulnerabilities published in the last 30 days. Filter by severity, exploit status, or attack vector.

Score
Vulnerability
Published
7.5 HIGH
CVE-2026-44579 — Next.js: Denial of Service via connection exhaustion in applications using Cache Componen…

Next.js is a React framework for building full-stack web applications. From to before 15.5.16 and 16.2.5, applications using Partial Prerendering through the Cache Components feature can be vulnerab…

next.js | Remote | Denial of Service
May 13, 2026 May 14, 2026
May 13, 2026
May 14, 2026
8.6 HIGH
CVE-2026-44578 — Next.js: Server-side request forgery in applications using WebSocket upgrades

Next.js is a React framework for building full-stack web applications. From 13.4.13 to before 15.5.16 and 16.2.5, self-hosted applications using the built-in Node.js server can be vulnerable to serve…

next.js | Remote | Server-Side Request Forgery
May 13, 2026 May 14, 2026
May 13, 2026
May 14, 2026
9.8 CRITICAL
CVE-2026-44009 — vm2: Sandbox Breakout Through Null Proto Exception

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.2, This vulnerability is fixed in 3.11.2.

vm2 | Remote
May 13, 2026 May 14, 2026
May 13, 2026
May 14, 2026
9.8 CRITICAL
CVE-2026-44008 — vm2: Snabox breakout via `neutralizeArraySpeciesBatch`

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.2, the new method neutralizeArraySpeciesBatch works with objects from the other side but can call into this side via getter on the array pr…

vm2 | Remote | Injection
May 13, 2026 May 14, 2026
May 13, 2026
May 14, 2026
9.1 CRITICAL
CVE-2026-44007 — vm2: nesting: true bypasses require: false, allowing sandbox escape to arbitrary OS comma…

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.1, when a NodeVM is created with nesting: true, sandbox code can unconditionally require('vm2') regardless of the outer VM's require config…

vm2 | Remote | Denial of Service
May 13, 2026 May 14, 2026
May 13, 2026
May 14, 2026
10.0 CRITICAL
CVE-2026-44006 — vm2: Sandbox Escape

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, It is possible to reach BaseHandler.getPrototypeOf, which can be used to get arbitrary prototypes. This vulnerability is fixed in 3.11.0.

vm2 | Remote | Information Disclosure
May 13, 2026 May 14, 2026
May 13, 2026
May 14, 2026
10.0 CRITICAL
CVE-2026-44005 — vm2: Sandbox escape

vm2 is an open source vm/sandbox for Node.js. From 3.9.6 to 3.10.5, vm2's bridge exposes mutable proxies for real host-realm intrinsic prototypes and then forwards sandbox writes into the underlying …

vm2 | Remote | Memory Corruption
May 13, 2026 May 14, 2026
May 13, 2026
May 14, 2026
7.5 HIGH
CVE-2026-44004 — vm2: Host Process OOM DoS via Buffer.alloc (Timeout Bypass)

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, sandboxed code can call Buffer.alloc() with an arbitrary size to allocate memory directly on the host heap. Because Buffer.alloc is a sy…

vm2 | Remote | Memory Corruption
May 13, 2026 May 14, 2026
May 13, 2026
May 14, 2026
5.8 MEDIUM
CVE-2026-44003 — vm2: Transformer Fast-Path Bypass Exposes Internal State Variable

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, vm2's code transformer has a performance optimization that skips AST analysis when the code does not contain catch, import, or async key…

vm2 | Remote | Authentication
May 13, 2026 May 14, 2026
May 13, 2026
May 14, 2026
5.8 MEDIUM
CVE-2026-44002 — vm2: Host File Path Disclosure via Stack Trace Information Leak

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, vm2's CallSite wrapper class (intended as a safe wrapper for V8's native CallSite) blocks getThis() and getFunction() to prevent host ob…

vm2 | Remote | Information Disclosure
May 13, 2026 May 14, 2026
May 13, 2026
May 14, 2026
8.6 HIGH
CVE-2026-44001 — vm2: Sandbox Escape via Promise Constructor Unhandled Rejection (Process Crash DoS)

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, a sandbox escape vulnerability in vm2 v3.10.5 allows any sandboxed code to crash the host Node.js process via a single Promise construct…

vm2 | Remote | Denial of Service
May 13, 2026 May 18, 2026
May 13, 2026
May 18, 2026
7.2 HIGH
CVE-2026-44000 — vm2: sandbox boundary bypass via host Promise resolution preserving host object identity

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, a sandbox boundary violation in vm2 allows host object identity to cross into the sandbox through host Promise resolution. When a host-s…

vm2 | Remote | Misconfiguration
May 13, 2026 May 14, 2026
May 13, 2026
May 14, 2026
9.9 CRITICAL
CVE-2026-43999 — vm2: NodeVM builtin allowlist bypass via `module` builtin's `Module._load` allows sandbox…

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, NodeVM's builtin allowlist can be bypassed when the module builtin is allowed (including via the '*' wildcard). The module builtin expos…

vm2 | Remote | Injection
May 13, 2026 May 14, 2026
May 13, 2026
May 14, 2026
8.5 HIGH
CVE-2026-43998 — vm2: NodeVM require.root bypass via symlink traversal allows sandbox escape

vm2 is an open source vm/sandbox for Node.js. In 3.10.5, NodeVM's require.root path restriction can be bypassed using filesystem symlinks, allowing sandboxed code to load modules from outside the all…

vm2 | Remote | Path Traversal
May 13, 2026 May 14, 2026
May 13, 2026
May 14, 2026
10.0 CRITICAL
CVE-2026-43997 — vm2: Sandbox Escape

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, it is possible to obtain the host Object. There are various ways to use the host Object, to escape the sandbox, one example would be usi…

vm2 | Remote | Misconfiguration
May 13, 2026 May 14, 2026
May 13, 2026
May 14, 2026
7.2 HIGH
CVE-2026-0265 — PAN-OS: Authentication Bypass with Cloud Authentication Service (CAS) enabled

An authentication bypass vulnerability in Palo Alto Networks PAN-OS® software enables an unauthenticated attacker with network access to bypass authentication controls when Cloud Authentication Servi…

pan-os prisma_access | Remote | Authentication
May 13, 2026 May 13, 2026
May 13, 2026
May 13, 2026
7.2 HIGH
CVE-2026-0264 — PAN-OS: Heap-Based Buffer Overflow in DNS Proxy and DNS Server Allows Unauthenticated Rem…

A buffer overflow vulnerability in the DNS proxy and DNS Server features of Palo Alto Networks PAN-OS® Software allows an unauthenticated attacker with network access to cause a denial of service (Do…

pan-os prisma_access | Remote | Memory Corruption
May 13, 2026 May 13, 2026
May 13, 2026
May 13, 2026
7.2 HIGH
CVE-2026-0263 — PAN-OS: Remote Code Execution (RCE) in IKEv2 Processing

A buffer overflow vulnerability in the IKEv2 processing of Palo Alto Networks PAN-OS® software allows an unauthenticated network-based attacker to execute arbitrary code with elevated privileges on t…

pan-os prisma_access | Remote | Memory Corruption
May 13, 2026 May 13, 2026
May 13, 2026
May 13, 2026
7.3 HIGH
CVE-2026-0237 — Prisma Browser: Improperly Restricted Automation Bridge Allows Security Bypass

An improper protection of alternate path vulnerability in Palo Alto Networks Prisma® Browser on macOS fails to properly restrict access to an internal automation bridge. This allows a locally authent…

prisma_browser | Authorization
May 13, 2026 May 13, 2026
May 13, 2026
May 13, 2026
5.9 MEDIUM
CVE-2026-44577 — Next.js: Denial of Service in the Image Optimization API

Next.js is a React framework for building full-stack web applications. From 10.0.0 to before 15.5.16 and 16.2.5, when self-hosting Next.js with the default image loader, the Image Optimization API fe…

next.js | Remote | Denial of Service
May 13, 2026 May 13, 2026
May 13, 2026
May 13, 2026
Showing 20 of 7188 Results