feat(threat_intel): GlassWorm v2 editor-extension exposure catalog (73 entries)#20
Open
huncho-tensei wants to merge 1 commit into
Conversation
73 entries covering the March-April 2026 GlassWorm v2 campaign targeting VS Code / Cursor / Windsurf via Open VSX: - 72 cloned extensions identified by Socket.dev and Koi Security using invisible Unicode PUA-character payloads with Solana blockchain C2 infrastructure - 1 Anivia Stealer/OctoRAT Prettier impersonation (Nov 2025) All entries use ecosystem 'editor-extension' matching the normalized <publisher>.<name> format emitted by the editorext scanner. Versions set to '*' because the malicious publisher accounts are entirely attacker-controlled. Sources: Socket.dev, The Hacker News, Aikido.dev, Hackread.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an exposure catalog for the GlassWorm v2 campaign (March-April 2026) targeting VS Code, Cursor, Windsurf, and VSCodium via Open VSX.
ecosystem: "editor-extension"matching the normalized<publisher>.<name>format emitted by the existingeditorextscanner["*"]because the malicious publisher accounts are entirely attacker-controlled (no legitimate versions exist)docs/schema/v0.1.0/exposure-catalog.schema.jsonSources
Test plan
python3 -c "import json, jsonschema; jsonschema.validate(json.load(open('threat_intel/glassworm-v2-vscode-2026-04.json')), json.load(open('docs/schema/v0.1.0/exposure-catalog.schema.json')))"passesgo test ./...passes (no Go code changed)bumblebee selfteststill passes