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

推荐订阅源

V
Visual Studio Blog
D
DataBreaches.Net
博客园 - 三生石上(FineUI控件)
博客园_首页
T
Tailwind CSS Blog
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东
S
SegmentFault 最新的问题
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
N
Netflix TechBlog - Medium
Jina AI
Jina AI
WordPress大学
WordPress大学
U
Unit 42
J
Java Code Geeks
Blog — PlanetScale
Blog — PlanetScale
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns
TeamPCP Expands Supply Chain Campaign With LiteLLM PyPI C...
Alessandro Mascellino · 2026-03-25 · via www.infosecurity-magazine.com

A widely used Python package with more than 95 million monthly downloads has been compromised with credential-stealing malware, expanding the ongoing supply chain campaign linked to the TeamPCP threat group.

The newly discovered compromise affects the LiteLLM package on PyPI and follows earlier incidents involving the Trivy vulnerability scanner and malicious Docker images distributed through Docker Hub.

The compromised LiteLLM versions, 1.82.7 and 1.82.8, were uploaded on March 24, 2026, and contained hidden malware designed to harvest credentials, move laterally across Kubernetes environments and install persistent backdoors. Both malicious versions have since been removed from PyPI, and version 1.82.6 is currently considered the last clean release.

Security researchers from Endor Labs said the malicious code executed automatically when certain package components were imported, while the later version introduced a more aggressive mechanism that executed whenever any Python process started in an affected environment. This meant the malware could run silently in the background even if the package was not actively used.

Malware Designed For Credential Theft and Persistence

Analysis by Jfrog researchers showed the malware operated in three stages, beginning with a hidden payload embedded inside package files. Once triggered, the malware collected sensitive information from the system and attempted to spread across Kubernetes clusters before installing a persistent system service backdoor.

The malware collected a wide range of sensitive data, including:

  • SSH keys and configuration files

  • Cloud credentials from AWS, GCP and Azure

  • Kubernetes secrets and configuration files

  • Database credentials and environment files

  • Cryptocurrency wallets

  • TLS and SSL private keys

  • Shell histories and system authentication files

Read more on software supply chain attacks: Precision Becomes the New Playbook for Software Supply Chain Attacks

The stolen data was encrypted and transmitted to attacker-controlled infrastructure, making detection more difficult and allowing attackers to access compromised environments later through persistent backdoors.

Linked to Ongoing TeamPCP Supply Chain Attacks

Researchers attributed the compromise to TeamPCP, the same threat group linked to the aforementioned Trivy compromise and subsequent malicious Docker images.

The group has been observed running a multi-stage supply chain campaign across several developer ecosystems, including GitHub Actions, Docker Hub, npm, OpenVSX and PyPI.

"Given the volume of stolen credentials across likely thousands of downstream environments, expect an increase in breach disclosures, follow-on intrusions, and extortion attempts in the coming weeks," Brett Leatherman, FBI Assistant Director of Cyber Division wrote on LinkedIn earlier today.

Investigators believe the attackers are deliberately targeting developer and security tools because they often run with elevated privileges and have access to sensitive credentials and infrastructure.

Security experts warned that organizations that installed the affected LiteLLM versions should assume credentials were exposed and rotate all secrets and review systems for signs of compromise.