Close Menu
NCIJ Network NCIJ Network
    What's Hot

    James Talarico’s Voter Registration Is Raising Questions as He Hits at Ken Paxton — ProPublica

    August 5, 2026

    North Sea oil is a litmus test for Burnham | Oil

    August 5, 2026

    Trump spent $5M in taxpayer funds to restore horse statues, coat them in gold

    August 5, 2026
    Facebook X (Twitter) Instagram
    Trending
    • James Talarico’s Voter Registration Is Raising Questions as He Hits at Ken Paxton — ProPublica
    • North Sea oil is a litmus test for Burnham | Oil
    • Trump spent $5M in taxpayer funds to restore horse statues, coat them in gold
    • Migrant Crisis Reveals Vast Differences Between Ceuta and Its Moroccan Neighbor
    • Das Phantom Tom Rohrböck – POLITICO
    • Rep. Chuck Edwards Drops Re-election Bid in North Carolina After Ethics Rebuke
    • High-stakes Michigan Democratic Senate primary too close to call
    • The best 98-inch TVs of 2026: Expert tested
    • 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
    Wednesday, August 5
    • 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

    Open VSX Removes 77 Malicious Evil Twin Extensions Exfiltrating Developer Data

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

    A cluster of 77 extensions on the Open VSX marketplace has been found to impersonate legitimate developer tools while transmitting information about the systems and development environments on which they were installed.

    The “evil twin” extensions were uploaded to the repository between July 26 and August 1, 2026, according to Manifold Security. The packages have been removed from Open VSX as of August 3, 2026.

    “In most of the packages it sends little more than the machine’s hostname,” security researchers Ax Sharma and Cody Nash said. “In nineteen of them it sends a detailed description of the machine, the repository open in the editor, and the CI system the editor is running inside.”

    Of the identified extensions, 58 have been described as lightweight tools designed to exfiltrate the hostname and, in some cases, the workspace folder name or editor version.

    The rest are reconnaissance payloads that transmit the developer-related information: local hostname and operating system username, the editor’s name, version, host kind and machine ID, the platform and architecture, the locale and timezone, and the open workspace’s folder name and full file system path.

    Cybersecurity

    Both share the same data-exfiltration domain, as well as similarities in code and behavior. The names of the 19 extensions are listed below –

    • amd.gaia-vscode
    • artsy.artsy-studio-extension-pack
    • configcat.configcat-feature-flags
    • iotaledger.iota-move
    • marketplace.visualstudio
    • obyte.oscript-vscode-plugin
    • openeuphoria.vscode-euphoria
    • oss.sfmc-devtools-vscode
    • rumbledb.jsoniq-vscode
    • ssagov.uef-snippets
    • taskfile.vscode-task
    • doi.fileheadercomment
    • mengsiCode.vscode-django-boilerplate
    • move.move-analyzer
    • uavcan.dsdl
    • vs-publisher-988541.apexsql-power-tools
    • casualjim.gotemplate
    • jcamp.dotnet-test-provider-view
    • superposition.supertoml-analyzer

    What’s notable about the campaign is that it reuses the names, namespaces, and descriptions of real Open VSX extensions, but they are published through unrelated accounts and assigned a low version number (e.g., 0.0.1). The main change involves swapping the contents of the bundled “extension.js” file with capabilities to capture and transmit data, while framing the collection as “anonymous usage metrics.”

    None of the extensions offer the advertised functionality mentioned in their listings. Instead, they display a status bar item along with a message that states they are active, before firing the data exfiltration step. In all 77 extensions, the data is sent to “mangorbit[.]com,” which was registered on July 15, 2026, 11 days before the first packages were published.

    The extensions that are part of the second set cluster have also been found to carry out the following steps –

    • Inspect files in the workspace’s .git directory to obtain Git remote hosts and organizations, the domain of the developer’s configured email, the current branch, and the HEAD commit SHA hash.
    • Enumerate up to 60 installed extension IDs and pick up the proxy hostname from the environment
    • The names of any CI markers present, and separately the values of GITHUB_REPOSITORY, CI_PROJECT_PATH, the Azure DevOps collection URI, the Buildkite organisation slug, the CircleCI project username, the Codespace name and the Gitpod workspace context URL from CI environments
    • Read the editor’s own telemetry opt-out setting, checks if it’s enabled, and sends the status

    Further analysis indicates that the malicious code has contingency plans in place to query a DNS TXT record to retrieve a fallback exfiltration URL in the event the primary domain is blocked or taken down. The recon variant also features a retry mechanism that triggers the collection later on, suggesting the objective goes beyond a simple one-shot experiment.

    “In the recon variant, attempts come at roughly fifteen minutes, fifty minutes and three and a half hours, then every seven or eight hours, resuming on every editor restart and giving up only after seven days,” the researchers explained. “A machine that is offline, firewalled, or behind a proxy that drops the first request gets asked again for a week.”

    “The recon variant checks whether the open workspace’s own devcontainer.json or .vscode/extensions.json references the extension’s ID, and reports the answer as a single flag. In plain terms, it distinguishes installs that a repository’s configuration caused from installs a human chose. That is the field you would want if the question you were asking was how am I being pulled in, and by what.”

    Cybersecurity

    The disclosure comes as 450 unique npm packages spanning 2,244 artifacts have been compromised as part of a new software supply chain attack to deliver an information stealer and leverage the stolen npm token to push trojanized versions containing the same malware. The compromise campaign has been codenamed ChainDrop.

    “The malicious releases contain a Mini Shai-Hulud variant, a self-propagating credential-stealing worm delivered through a large, heavily obfuscated Bun-based JavaScript payload,” Microsoft said. “The malware typically executes automatically through an npm preinstall lifecycle hook before package installation completes.”

    “The malware can also use stolen GitHub credentials to inject Claude and Visual Studio Code configuration files into repositories, establishing persistence and creating an additional developer-to-developer infection path.”

    Although the tradecraft resembles the tradecraft observed in past Shai-Hulud npm worm activity, the activity remains unattributed at this stage.

    “This sample also shows techniques not documented in earlier Shai-Hulud reporting: it downloads a standalone Bun runtime to execute a bundled second stage, uses a modular dispatcher with separate GitHub and domain-based delivery channels, and plants autostart hooks in .claude and .vscode to reach developers and AI coding agents who clone the source,” Socket said.

    OX Security noted the ongoing supply chain attacks targeting npm calls for a security layer that goes beyond blocking install scripts and requiring two-factor authentication (2FA) for maintainer accounts.

    “It needs granular permission control over what a package can and can’t do,” security researcher Moshe Siman Tov Bustan said. “npm packages should require permission before they can exfiltrate AWS keys and GitHub credentials in a single command.”

    data developer Evil Exfiltrating extensions Malicious open Removes twin VSX
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    One C2 kit. 30 customers. 2 governments

    NVIDIA Releases Alpamayo 2 Super: A 34B Open Vision-Language-Action Model for Robotaxis and Autonomous Driving Under OpenMDW-1.1

    Over 400 NPM Packages Infected in ChainDrop Supply Chain Attack

    New XCSSET variant targets macOS devs via compromised Xcode projects

    QuickFox Supply Chain Attack Delivers FDMTP Backdoor via Trojanized Windows Installer

    Zenity Raises $125 Million in Series C Funding

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    James Talarico’s Voter Registration Is Raising Questions as He Hits at Ken Paxton — ProPublica

    August 5, 2026

    North Sea oil is a litmus test for Burnham | Oil

    August 5, 2026

    Trump spent $5M in taxpayer funds to restore horse statues, coat them in gold

    August 5, 2026

    Migrant Crisis Reveals Vast Differences Between Ceuta and Its Moroccan Neighbor

    August 5, 2026
    Latest Posts

    Oil prices hit $100 for the first time since May

    July 23, 2026

    Pew Survey: China May Be Liked More, but It Is Celebrating a Race It Never Ran

    July 23, 2026

    Yinson Production and PTSC’s FSO heads off to Southeast Asian oil project

    July 23, 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

    James Talarico’s Voter Registration Is Raising Questions as He Hits at Ken Paxton — ProPublica

    August 5, 2026

    North Sea oil is a litmus test for Burnham | Oil

    August 5, 2026

    Trump spent $5M in taxpayer funds to restore horse statues, coat them in gold

    August 5, 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.