<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Vm2 (&lt;= 3.11.5) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/vm2--3.11.5/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Mon, 17 Aug 2026 18:45:40 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/vm2--3.11.5/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Critical Sandbox Escape Vulnerability in vm2</title><link>https://feed.craftedsignal.io/briefs/2026-08-vm2-sandbox-breakout/</link><pubDate>Mon, 17 Aug 2026 18:45:40 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-vm2-sandbox-breakout/</guid><description>The vm2 sandbox library is vulnerable to a sandbox breakout (CVE-2026-47698) due to insufficient validation of indirect calls, allowing attackers to execute arbitrary system commands on the host.</description><content:encoded><![CDATA[<p>The vm2 library, a common JavaScript sandbox utility, is susceptible to a critical sandbox breakout vulnerability identified as CVE-2026-47698. This issue arises because the library's mitigation for previous sandbox escapes was insufficient; specifically, the input validation logic failed to account for indirect function calls constructed via specific <code>Buffer.call</code> chains.</p>
<p>An attacker capable of executing arbitrary JavaScript within the vm2 context can leverage this flaw to manipulate object prototypes and bypass sandbox restrictions. By exploiting the <code>WebAssembly.compileStreaming</code> mechanism and triggering exceptions, an attacker can access the host's <code>process</code> object. This grants the ability to utilize Node.js modules like <code>child_process</code> to execute arbitrary commands on the host system, effectively bypassing the security isolation boundary. This vulnerability affects all versions of vm2 up to and including 3.11.5. Organizations utilizing this library for untrusted code execution are at significant risk of remote code execution.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation leads to full Remote Code Execution (RCE) on the host environment where the vm2-sandboxed code is running. This allows an attacker to bypass all intended isolation restrictions, potentially leading to unauthorized data access, system compromise, or lateral movement within the infrastructure hosting the Node.js application.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the vm2 package to a version that contains the patch for CVE-2026-47698.</li>
<li>Review all applications utilizing vm2 for untrusted input and evaluate migration to modern alternative sandboxing solutions, as vm2 has historically suffered from repeated sandbox escape vulnerabilities.</li>
<li>Implement process-level sandboxing (such as containers or gVisor) to provide defense-in-depth, ensuring that even if a language-level sandbox is breached, the attacker remains contained within a restricted environment.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category></item></channel></rss>