Malicious VS Code Extensions Trigger Third GlassWorm Supply Chain Alert

Related

The CISOs Every Security Vendor Wants Feedback From

Security vendors don’t build meaningful products by guessing. They...

5 Leading CISOs and Cybersecurity Heads in Beijing

Beijing is one of Asia’s largest hubs for cybersecurity...

7 CISOs to Watch in Buenos Aires, Argentina

Buenos Aires is a major hub for cybersecurity leadership...

Share

What happened

Security researchers reported a new wave of malicious Visual Studio Code extensions linked to the GlassGutter and GlassWorm malware campaigns. This is the third round of harmful packages uploaded to the Visual Studio Code Marketplace. The extensions posed as useful tools but deployed malware that can collect system data, run commands, and connect to attacker controlled servers. Microsoft removed the infected packages after the report.

Who is affected

Developers who installed the malicious VS Code extensions are at risk. Organizations that allow developers to install extensions without review face exposure. Any environment that relies on VS Code for daily development work may be affected if these packages were downloaded before removal.

Why CISOs should care

This attack shows how trusted ecosystems can become vectors for supply chain compromise. Developer tools are a high value target because they sit close to source code and CI workflows. Even small malicious extensions can open a path to credential theft, source code exposure, or broader lateral movement. CISOs need to treat extension marketplaces with the same scrutiny as any third party software source.

3 practical actions

  1. Audit all developer machines for the removed VS Code extensions and remove any suspicious packages.

  2. Enforce policies that restrict extension installation to a vetted list and route new requests through security review.

  3. Add monitoring for anomalous activity tied to developer tools, such as unexpected outbound connections or command execution from IDE plugins.