Close Menu

    Subscribe to Updates

    Get the latest Tech news from SynapseFlow

    What's Hot

    Former NSA Director Paul Nakasone Launches National Security Advisory Firm

    August 21, 2026

    Wild New Paper Claims Human Brain Doesn’t Produce Consciousness

    August 21, 2026

    Epic Games thinks that Apple’s new EU app store rules still violate the Digital Markets Act

    August 21, 2026
    Facebook X (Twitter) Instagram
    • Homepage
    • About Us
    • Contact Us
    • Privacy Policy
    Facebook X (Twitter) Instagram YouTube
    synapseflow.co.uksynapseflow.co.uk
    • AI News & Updates
    • Cybersecurity
    • Future Tech
    • Reviews
    • Software & Apps
    • Tech Gadgets
    synapseflow.co.uksynapseflow.co.uk
    Home»Cybersecurity»Critical Isolated-vm Vulnerability Leads to RCE on Host
    Critical Isolated-vm Vulnerability Leads to RCE on Host
    Cybersecurity

    Critical Isolated-vm Vulnerability Leads to RCE on Host

    The Tech GuyBy The Tech GuyAugust 21, 2026No Comments3 Mins Read0 Views
    Share
    Facebook Twitter LinkedIn Pinterest Email
    Advertisement


    A critical-severity type confusion in the isolated-vm Node.js library could allow threat actors to achieve remote code execution (RCE) on the host system.

    Advertisement

    Through isolated-vm, developers can access the V8 JavaScript engine’s Isolate interface to build completely isolated JavaScript environments. Each Isolate is a completely separated V8 instance, with its own heap memory, execution state, and garbage collector.

    V8’s Isolates enabled the execution of multiple sandboxed JavaScript code instances on the same machine, without the need for a container or a virtual machine. isolated-vm is widely used for executing untrusted JavaScript code within a V8 Isolate.

    The recently identified type confusion bug, which has yet to be assigned a CVE identifier, impacts ExternalCopy, the function used to copy data across Isolates, EndorLabs explains. The function serializes the data in one Isolate and reconstructs it in the other instance.

    For performance optimization, it uses a transferList: large ArrayBuffers are listed, and the underlying memory is transferred by detaching the buffer from the source and handing it to the destination.

    The issue was that, when data was transferred, the reconstructor iterated over the byte array list twice, with the second pass trusting the first walk.

    Advertisement. Scroll to continue reading.

    However, because iterating the transfer_list JavaScript array would not return the same value for an element defined as a getter for each pass, an attacker could abuse the time-of-check/time-of-use (TOCTOU) weakness to dereference an attacker-controlled pointer.

    While the ExternalCopy constructor is only accessible from the host, a guest can target ivm.Reference, the mechanism through which the host exposes anything to the sandbox, to build the malicious transferList and trigger the vulnerability, EndorLabs says.

    Successful exploitation of the security defect leads to a crash (denial-of-service) or control-flow hijack of the host process, which potentially enables RCE on the host.

    “Any embedder that runs untrusted code in an isolate and shares even one Reference into it is affected. Host code that passes a caller-influenced array as transferList is affected directly, without any guest,” an isolated-vm advisory reads.

    Patches for the vulnerability were included in isolated-vm versions 6.2.0 and 7.0.1 to prevent user JavaScript from running during the copy.

    “The vulnerability lived in the native glue code: the C++ binding that serializes values across the boundary. That layer is written in a memory-unsafe language; it manipulates raw V8 handles and backing-store pointers, and it re-reads attacker-controlled JavaScript objects in the middle of a security-sensitive operation. A single unchecked cast on a re-read value was enough to turn a correct isolation primitive into a full escape,” EndorLabs notes.

    Related: Rust Supply Chain Attack Linked to North Korean Hackers

    Related: Microsoft Rolls Out 22 Fresh Security Patches

    Related: CISA Urges Immediate Patching of Exploited TrueConf Vulnerabilities

    Related: Atlassian, Splunk Patch Dozens of Critical, High-Severity Vulnerabilities

    Advertisement
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    The Tech Guy
    • Website

    Related Posts

    Former NSA Director Paul Nakasone Launches National Security Advisory Firm

    August 21, 2026

    Threat Actor Hacks 14,000 IP Cameras in Ukraine and Russia

    August 21, 2026

    Surveillance – Everything You Wanted to Know, But Were Afraid to Ask

    August 21, 2026

    Hackers Target Zimbra Servers in Active Exploitation Campaign

    August 20, 2026

    Atlassian, Splunk Patch Dozens of Critical, High-Severity Vulnerabilities

    August 20, 2026

    Cl0p Ransomware Group Names Over 40 Victims of PTC Windchill Campaign

    August 20, 2026
    Leave A Reply Cancel Reply

    Advertisement
    Top Posts

    You don’t need a NAS to self-host — I proved it with hardware from my closet

    June 7, 2026391 Views

    Spotify is giving one of its best playlists a big visual upgrade to give subscribers ‘a closer connection’ to its New Music Friday curators — and I think it could be the update it’s always needed

    June 12, 2026210 Views

    The iPad Air brand makes no sense – it needs a rethink

    October 12, 202516 Views
    Stay In Touch
    • Facebook
    • YouTube
    • TikTok
    • WhatsApp
    • Twitter
    • Instagram
    Advertisement
    About Us
    About Us

    SynapseFlow brings you the latest updates in Technology, AI, and Gadgets from innovations and reviews to future trends. Stay smart, stay updated with the tech world every day!

    Our Picks

    Former NSA Director Paul Nakasone Launches National Security Advisory Firm

    August 21, 2026

    Wild New Paper Claims Human Brain Doesn’t Produce Consciousness

    August 21, 2026

    Epic Games thinks that Apple’s new EU app store rules still violate the Digital Markets Act

    August 21, 2026
    categories
    • AI News & Updates
    • Cybersecurity
    • Future Tech
    • Reviews
    • Software & Apps
    • Tech Gadgets
    Facebook X (Twitter) Instagram Pinterest YouTube Dribbble
    • Homepage
    • About Us
    • Contact Us
    • Privacy Policy
    © 2026 SynapseFlow All Rights Reserved.

    Type above and press Enter to search. Press Esc to cancel.

    Ad Blocker Enabled!
    Ad Blocker Enabled!
    Our website is made possible by displaying online advertisements to our visitors. Please support us by disabling your Ad Blocker.