Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Reconnecting the skies: Linking flyways for migratory seabirds across continents

    August 21, 2026

    Heerema, AF Gruppen take on 35,000-ton North Sea platform removal and recycling project

    August 21, 2026

    Investments changed Milwaukee’s Sherman Park after 2016 uprising, but who benefited remains unclear

    August 21, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Reconnecting the skies: Linking flyways for migratory seabirds across continents
    • Heerema, AF Gruppen take on 35,000-ton North Sea platform removal and recycling project
    • Investments changed Milwaukee’s Sherman Park after 2016 uprising, but who benefited remains unclear
    • It’s Harry and Meghan in Finding Freedom 2: Back in Blighty | Marina Hyde
    • Did Ron Johnson say seniors ‘misuse Social Security’? There’s no evidence
    • Ebola outbreak in DR Congo growing ‘exponentially’ as death toll passes 2,500
    • Home Office could be blocked from deporting trafficking victims to Albania | Immigration and asylum
    • Nigel Farage called us ‘nobodies’ in the Clacton byelection. He seems to treat the town in much the same way | Attieh Fard
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Friday, August 21
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Cybersecurity

    Critical Isolated-vm Vulnerability Leads to RCE on Host

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKAugust 21, 2026 Cybersecurity No Comments3 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    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.

    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

    critical Host Isolatedvm leads RCE Vulnerability
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    CISA orders feds to patch actively exploited TrueConf Server flaws

    Rust Supply Chain Attack Linked to North Korean Hackers

    Ransomware takes aim at enterprise resilience

    GitLab CVE-2026-19478 Comes Under Active Exploitation Within Days of Disclosure

    Microsoft Rolls Out 22 Fresh Security Patches

    New Cryptographic Context Injection Attack Could Let Web Pages Steal Grok Chat Data

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Reconnecting the skies: Linking flyways for migratory seabirds across continents

    August 21, 2026

    Heerema, AF Gruppen take on 35,000-ton North Sea platform removal and recycling project

    August 21, 2026

    Investments changed Milwaukee’s Sherman Park after 2016 uprising, but who benefited remains unclear

    August 21, 2026

    It’s Harry and Meghan in Finding Freedom 2: Back in Blighty | Marina Hyde

    August 21, 2026
    Latest Posts

    ‘Running Away Balloon’ Artist Sues AI Meme Generator Over Ad Templates

    July 28, 2026

    Hush Security Raises $30 Million for AI Agent Governance

    July 28, 2026

    Armenia’s AI Bet Is Not Chip Manufacturing. It Is Compute Sovereignty 

    July 28, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    Reconnecting the skies: Linking flyways for migratory seabirds across continents

    August 21, 2026

    Heerema, AF Gruppen take on 35,000-ton North Sea platform removal and recycling project

    August 21, 2026

    Investments changed Milwaukee’s Sherman Park after 2016 uprising, but who benefited remains unclear

    August 21, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

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