惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
有赞技术团队
有赞技术团队
宝玉的分享
宝玉的分享
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
V
V2EX
大猫的无限游戏
大猫的无限游戏
博客园 - 司徒正美
D
Docker
T
The Blog of Author Tim Ferriss
罗磊的独立博客
博客园 - 叶小钗
酷 壳 – CoolShell
酷 壳 – CoolShell
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
J
Java Code Geeks
Jina AI
Jina AI
博客园 - 【当耐特】
C
Check Point Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
腾讯CDC
Last Week in AI
Last Week in AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
Visual Studio Blog

Cyber Security News

AIRecon: AI-Powered Penetration Testing Tool with Kali Linux Sandbox Critical Chrome Vulnerabilities Allow Attackers to Execute Arbitrary Code - Update Now! UNC3753 Uses Screen-Sharing Sessions and RMM Tools to Exfiltrate Sensitive Legal Data New OnionDrop Loader Campaign Uses gainmsg C2 to Deliver LegionLoader Payloads ClickFix Campaign Uses EtherHiding and GULoader to Infect Windows Users via Fake CAPTCHA Ghostwriter Hackers Abuse Gmail Admin-Themed Emails to Steal Credentials and 2FA Codes The Half-Life of Threat Intelligence: When Does an IOC Stop Being Useful? Critical Fortinet FortiSandbox Vulnerabilities Actively Exploited in Attacks Aembit Extends IAM for Agentic AI to Microsoft Copilot Studio India Temporarily Bans Telegram Messenger Over Medical Exam Fraud Microsoft 365 Device Code Phishing Campaign Bypasses Password Theft With Legitimate Login Flow AppViewX Launches Agent Identity Security to Govern Agents for the AI and Quantum Era Hackers Weaponize Microsoft Teams Relay to Hide Ransomware Traffic Developer laptops are the credential store attackers are picking through in 2026, GitGuardian announces Endpoint Protection Interlock and Rhysida Ransomware Operations Share Supper Backdoor and Malware Codebase Novo Nordisk Confirms Cyber Attack — Hackers Accessed Patient Medical Data and Internal AI Assets Russian and Chinese Influence Actors Use AI to Evade Bot Detection and Mimic Human Behavior Microsoft Teams Analyze the Wi-Fi Hotspot Data Connected to an Employee’s Device PRC-Nexus Hackers Exploit REDCap Servers to Spy on US Medical Research Institutions Infinite Campus Data Breach Exposes 137,000 Users Personal Details OptinMonster Plugin Hack Exposes 1.2 Million Wordpress Sites to Cyberattack Ransomware Ecosystem Consolidates Around LockBit Alumni, Qilin, Hyflock, and The Gentlemen Hackers Abuse Legitimate RMM Tools in The Quarry IRS and SSA Phishing Campaigns LiteSpeed cPanel Plugin 0-Day Vulnerability Actively Exploited in the Wild Cisco SD-WAN vManage Vulnerability Exploited in Zero-Day Attacks Nearly 14,000 SimpleHelp Servers Exposed Amid Critical Authentication Bypass Disclosure Microsoft Site Showing Warning Following Certificate Expiry DPAPISnoop Tool Extracts CREDHIST Hashes for Offline Windows Credential Recovery SHADOWBYT3$ Allegedly Claim Breach of Nintendo, Stealing Sensitive Data Anthropic Updated Privacy Policy to Include Identity Verification for Claude Users
Malicious JetBrains and VS Code Extensions Steal OpenAI, ...
Tushar Subhra Dutta · 2026-06-22 · via Cyber Security News

Developers who rely on AI coding tools are now facing a serious new threat. A coordinated malware campaign has been uncovered on the JetBrains Marketplace, where at least 15 fake IDE plugins were quietly stealing AI provider API keys from thousands of developers.

The plugins posed as helpful AI coding assistants built on DeepSeek, OpenAI, and SiliconFlow, but hid a dangerous credential-theft routine beneath their surface.

The attack spanned roughly eight months, with the earliest malicious plugins appearing in late October 2025 and new ones still being published as recently as June 10, 2026.

Together, the 15 plugins accumulated close to 70,000 combined installs across seven vendor accounts before being detected. The scale and persistence of this campaign highlight just how deeply developers trust marketplace ecosystems and how easily that trust can be weaponized.

Researchers at Aikido Security were the first to identify and publicly disclose the campaign. The Cloud Security Alliance (CSAI) said in a report shared with Cyber Security News (CSN) that IDE plugin ecosystems have become a primary attack surface for AI credential theft, noting that supply chain integrity controls have not been extended to these environments.

All three documented campaigns confirm that the developer toolchain is now a well-recognized and actively exploited target.

Alongside the JetBrains campaign, researchers tracked two related threats active during the same window.

The GlassWorm worm targeted the Visual Studio Code Marketplace and the OpenVSX Registry, while a separate Nx Console supply chain compromise hit GitHub’s Internal Repository. Together, they reflect a wider pattern of attackers converging on developer tools as a high-value entry point.

The financial stakes make these attacks especially attractive. AI inference is costly, and enterprise customers pay significant monthly fees for model access.

A stolen API key lets an attacker consume that quota at zero cost while the legitimate owner keeps paying the bill, creating a growing black market for resold AI access.

Malicious JetBrains and VS Code Extensions

All 15 malicious plugins shared nearly identical code, repackaged and relisted under different names and vendor accounts.

When a developer entered their API key into the plugin settings and clicked Apply, the credential was stored locally as expected but simultaneously forwarded via a plain HTTP POST request to a hardcoded attacker-controlled server.

No notification and no consent screen ever appeared in the interface. Aikido’s analysis also uncovered a monetization layer that sets this campaign apart from ordinary credential theft.

Some plugins offered a paid tier, and once a user paid a small fee, the attacker’s server would return a working API key to the client.

Researchers believe those returned keys were likely stolen from free-tier victims, turning the campaign into a credential resale service where attackers collected both money and free AI compute.

GlassWorm and the Broader VS Code Risk

GlassWorm, a technically advanced threat first identified by Koi Security in October 2025, spread through malicious VS Code extensions on the OpenVSX Registry.

It used invisible Unicode characters to hide malicious logic inside extension source files, making the code appear as empty lines to human reviewers and automated tools alike. This technique allowed the malware to slip past most standard review processes undetected.

Once active, GlassWorm harvested GitHub tokens, npm tokens, OpenVSX tokens, and cryptocurrency wallet data. It then force-pushed malicious commits to every repository the victim’s account could reach, spreading the infection to any developer who later cloned those repositories.

CrowdStrike, together with Google and the Shadowserver Foundation, neutralized all four GlassWorm command-and-control channels on May 26, 2026.

Developers should immediately audit all installed JetBrains plugins and VS Code extensions and treat any API key entered into an unvetted plugin as fully compromised.

Keys for OpenAI, Anthropic, DeepSeek, and SiliconFlow should be revoked and rotated through their respective provider dashboards without delay.

Network teams should block outbound traffic to the attacker’s server, and organizations should require behavioral review, not only static code scanning, before approving new IDE plugins.

Indicators of Compromise (IoCs):-

TypeIndicatorDescription
IP Address39.107.60[.]51Hardcoded C2 server receiving stolen API keys via plain HTTP POST 
URLhxxp://39.107.60[.]51/api/software/keyExfiltration endpoint used by all 15 malicious JetBrains plugins 
Plugin IDorg.sm.yms.toolkitDeepSeek Junit Test — 1,121 downloads, released 2025-10-31 
Plugin IDcom.json.simple.kitDeepSeek Git Commit — 1,894 downloads, released 2025-11-01 
Plugin IDorg.bug.find.toolsDeepSeek FindBugs — 1,485 downloads, released 2025-11-09 
Plugin IDorg.translate.ai.simpleDeepSeek AI Chat — 1,317 downloads, released 2025-11-23 
Plugin IDcom.yy.test.ai.simpleDeepSeek Dev AI — 740 downloads, released 2025-11-30 
Plugin IDcom.dev.ai.toolkitDeepSeek AI Coding — 450 downloads, released 2025-12-06 
Plugin IDcom.json.view.simpleAI FindBugs — 623 downloads, released 2025-12-14 
Plugin IDcom.my.git.ai.kitAI Git Commitor — 301 downloads, released 2026-01-10 
Plugin IDorg.check.ai.dsAI Coder Review — 735 downloads, released 2026-01-11 
Plugin IDcom.review.tool.codeDeepSeek Coder AI — 3,498 downloads, released 2026-01-15 
Plugin IDorg.code.assist.dev.toolAI Coder Assistant — 319 downloads, released 2026-02-01 
Plugin IDcom.coder.ai.dptDeepSeek Code Review — 278 downloads, released 2026-04-18 
Plugin IDcom.my.code.toolsCodeGPT AI Assistant — 25,571 downloads, released 2026-06-09 
Plugin IDord.cp.code.ai.kitDeepSeek AI Assist — 27,727 downloads, released 2026-06-10 
Plugin IDcom.dp.git.ai.toolCoding Simple Tool — 3,931 downloads 
API Auth TokenF48D2AA7CF341F782C1DStatic token hardcoded in plugins, used to authenticate POST requests to C2 server 

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Follow us on Google NewsLinkedIn, and X to Get More Instant UpdatesSet CSN as a Preferred Source in Google.

Tushar Subhra Dutta

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.