ACVE-2026-0417
Claude Fraud fake extensions steal developer sessions and wallets
Part of campaign: Agent credential stealers
In the wild
exploited-itw · 2026-03-17 – 2026-03-17 · vendor
Description
What
The Claude Fraud campaign used fake Claude.ai and Claude Code pages, malicious VS Code extensions, and advertising lures to deliver MacSync on macOS and PowerShell on Windows. The cited source reports 15,600 or more victims and three true positives at a large technology company.
Which configuration is exposed
The exposed configuration installs or enables an extension posing as a Claude Code plugin in the VS Code marketplace context. Extension code can read keychains, browser sessions, wallets, and project data, so the package boundary is the relevant condition rather than an agent model setting.
How ACVE detects it
ACVE matches a plugin named claude-code with marketplace vscode. It does not inspect publisher identity, extension bytes, or host infection state. The finding is a supply-chain review signal and should be paired with endpoint telemetry.
Fix
Remove the fake extension, revoke browser and keychain sessions, rotate wallets and developer credentials, and inspect for MacSync or PowerShell persistence. Install extensions only from a verified publisher and retain their resolved version or hash.
Grounding needed
The 7AI campaign page should be checked for victim figures and extension details. The record keeps the documented count and separates it from the number of local hosts that merely use VS Code.
This record is limited to the condition named in the public source: Claude Fraud fake extensions steal developer sessions and wallets. A match is a review signal for that condition, not a claim that every installation, package, model, or host was compromised. Operators should preserve the resolved evidence and investigate adjacent credentials, network exposure, and execution history before closing the finding. The result should be retained with the lock snapshot used for the match so later review can distinguish configuration drift from a changed public record.
Configuration
some plugins where
and
name eq "claude-code"
marketplace eq "vscode"Fix
Remove fake Claude extensions and rotate endpoint credentials.
- Remove
AgentPlugin:claude-code@vscode. - Reconfigure
plugins. Install only verified extensions.
Validation
No validation entries recorded.
Grounding
No grounding checks recorded.
References
No references recorded.
Report a problemValidate this advisoryDiscussJSONEdit on GitHub