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

推荐订阅源

B
Blog RSS Feed
量子位
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
B
Blog
U
Unit 42
C
Check Point Blog
I
InfoQ
aimingoo的专栏
aimingoo的专栏
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 【当耐特】
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
H
Help Net Security
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
云风的 BLOG
云风的 BLOG
宝玉的分享
宝玉的分享
爱范儿
爱范儿

Cyberwarzone

LinkedIn Sued Over Browser Extension Scanning Why Cyberwarfare Uses Ambiguity and Delayed Attribution as Pressure Why Cyberwarfare Pressures Trusted Access and Account Recovery Paths Why Cyberwarfare Keeps Pressuring Recovery Paths and Fallback Systems Why Cyberwarfare Keeps Pressuring Shared Service Providers Why Cyberwarfare Pressures Industry Clusters Why Cyberwarfare Turns Nearby Economies Into Spillover Zones Why Cyberwarfare Forces Firms to Scan Networks Early Why Cyberwarfare Targets Crisis Messaging Systems Why Cyberwarfare Keeps Pressuring Energy Networks Why Cyberwarfare Keeps Pressuring Communications Networks Why Cyberwarfare Keeps Pressuring Shipping and Logistics Networks Why Cyberwarfare Keeps Pressuring Banks and Financial Networks Why Endpoint Management Systems Are Becoming Cyberwarfare Choke Points Why Cyberwarfare Targets Healthcare and Medical Supply Chains Why Cyberwarfare Increasingly Exploits Trusted Civilian Apps Why Cyberwarfare Hits Civilian Companies First Critical Quest KACE SMA RCE (CVE-2025-32975) Under Attack Handala Rebounds After FBI Seizure, Exposing Iran Cyberwar Resilience Top 10 Cyber Escalation Risks Security Leaders Should Understand Top 10 Questions to Ask Before Calling an Incident Cyberwarfare Top 10 Cyber Deterrence Problems Security Leaders Should Understand Top 10 OT and ICS Risks in Modern Cyberwarfare Top 10 Cyberwarfare Doctrine Ideas Security Leaders Should Understand Top 10 Attribution Problems in State-Linked Cyber Operations Iran Cyberwar: Identity Systems Become the Target Iran Cyberwar Shifts to Spillover, Retaliation, and Control Top 10 Critical Infrastructure Sectors Most Exposed in Cyberwarfare Top 10 Below-Threshold Cyber Operations States Use Top 10 Differences Between Cyberwarfare and Cyber Espionage
Trivy Supply Chain Attack Spreads Infostealer, Worm, and ...
Rushna Kabelet · 2026-03-24 · via Cyberwarzone

A supply chain attack against Aqua Security’s open-source Trivy vulnerability scanner has led to the distribution of malicious artifacts via Docker Hub, spreading an information-stealer malware known as TeamPCP, along with a worm and a Kubernetes wiper. The incident highlights a widening attack radius across developer environments.

On March 22, new malicious versions of Trivy, specifically 0.69.4, 0.69.5, and 0.69.6, were pushed to Docker Hub without corresponding GitHub releases or tags. These compromised versions have since been removed from the container image library. The last known clean release of Trivy on Docker Hub was 0.69.3.

TeamPCP Infostealer and GitHub Organization Compromise

Socket security researcher Philipp Burckhardt confirmed the presence of the TeamPCP infostealer within the malicious images. Burckhardt stated in a blog post,

“New image tags 0.69.5 and 0.69.6 were pushed on March 22 without corresponding GitHub releases or tags. Both images contain indicators of compromise associated with the same TeamPCP infostealer observed in earlier stages of this campaign.”

The attackers leveraged the supply chain compromise of Trivy to distribute not only the infostealer but also a worm and a Kubernetes wiper. This escalation means that developer environments pulling these compromised images from Docker Hub could face severe consequences, including data theft and significant infrastructure disruption.

This incident follows a trend of cloud-native attacks targeting development tools and platforms.

Further investigation revealed that an attacker force-pushed 75 out of 76 version tags in the aquasecurity/trivy-action repository, which is the official GitHub Action for running Trivy vulnerability scans in CI/CD pipelines.

Security researcher Paul McCarty also noted that the Aqua Security GitHub organization was briefly modified, with archived snapshots showing unauthorized repositories prefixed with tpcp-docs-* and descriptions stating “TeamPCP Owns Aqua Security.” These actions indicate a deeper level of compromise within the GitHub organization.

The initial compromise was traced to a compromised Argon-DevOps-Mgt service account, which served as a crucial link between the affected GitHub organizations (aquasec-com and aquasecurity).

This compromise also led to the defacement of 44 repositories within the aquasec-com GitHub organization.

Remediation and Subsequent Attacks

Following the discovery, Aqua Security took steps to revoke compromised credentials and clean up the affected GitHub repositories and Docker Hub images. The malicious versions of Trivy (0.69.4, 0.69.5, and 0.69.6) were promptly removed from Docker Hub.

Further investigations revealed that the threat actors behind the Trivy supply chain attack also launched follow-on attacks, compromising 47 npm packages with a novel self-propagating worm named CanisterWorm.

This malware uniquely leverages an ICP canister, a tamperproof smart contract on the Internet Computer blockchain, as a dead drop resolver for its command-and-control (C2) server. This marks the first publicly documented abuse of an ICP canister for such a purpose, as noted by Aikido Security researcher Charlie Eriksen.

Kubernetes Wiper Targets Iranian Systems

The Python-based payload distributed through the compromised Trivy images also included functionalities to wipe Iranian Kubernetes clusters. This was achieved using a container named kamikaze.

For non-Kubernetes Iranian hosts, the attackers utilized the destructive command rm -rf / --no-preserve-root to erase data. These actions demonstrate the attackers’ intent for widespread data destruction targeting specific regions.

About the Author

Rushna Kabelet Avatar

Rushna Kabelet

Rushna Kabelet explores the evolving world of cybersecurity — reading, researching, and writing about the latest in digital defense every day.