Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
GhostJacking Attack Hijacks AI Agents to Run Malicious Code on Developer Machines
August 11, 2026
Horizon3.ai Secures $20M to Boost Partner-Led Growth and Ecosystem
August 11, 2026
Chinese Hackers Use Fake DeepSeek Page to Deliver Malware
August 11, 2026
Home/Threats/Critical LiteLLM Supply Chain Flaw Exposes 2,500 Companies, 434,000 CI/CD Pipelines
Threats

Critical LiteLLM Supply Chain Flaw Exposes 2,500 Companies, 434,000 CI/CD Pipelines

Key Takeaways A supply chain attack compromised LiteLLM, an AI software component, for approximately 40 minutes, leading to the release of malicious packages. The incident potentially exposed over...

Sarah simpson
Sarah simpson
August 11, 2026 3 Min Read
4 0

Key Takeaways

  • A supply chain attack compromised LiteLLM, an AI software component, for approximately 40 minutes, leading to the release of malicious packages.
  • The incident potentially exposed over 2,500 organizations and 434,000 CI/CD pipelines to credential theft.
  • Attackers leveraged a compromised Trivy scanner within LiteLLM’s build process to inject a credential-stealing payload.
  • The payload, dubbed SANDCLOCK, targeted cloud keys, repository tokens, LLM API keys, and other sensitive data, with stolen credentials potentially remaining useful long after package removal.
  • Immediate action, including credential rotation and environment rebuilding, is critical for affected organizations.

AI Supply Chain Attack Exposes Thousands of Organizations via LiteLLM

A critical supply chain vulnerability within the LiteLLM project briefly exposed thousands of organizations and hundreds of thousands of CI/CD pipelines to credential theft, highlighting the profound risks associated with relying on trusted AI software components. Although the malicious packages were only available for a short period—approximately 40 minutes—the incident demonstrates how even transient compromises can have lasting security implications, potentially jeopardizing build systems, cloud accounts, and source code.

Table Of Content

  • Key Takeaways
  • AI Supply Chain Attack Exposes Thousands of Organizations via LiteLLM
  • How the Attack Unfolded
  • What You Should Do

The attack originated from a compromise in the release process of the Trivy scanner, a tool integrated into LiteLLM’s build pipeline. Crucially, LiteLLM’s build environment installed Trivy without strict version locking. This lapse allowed the attackers to inject poisoned code, subsequently leading to the generation and publication of malicious LiteLLM packages on the Python Package Index (PyPI).

Cloud security firm CloudSEK, which attributed the campaign to a threat actor known as TeamPCP, analyzed the activity. Their investigation said in a report that their reconstructed dataset indicated potential exposure for over 2,500 organizations and 434,000 CI/CD pipeline runs. CloudSEK emphasized that this exposure does not equate to confirmed breaches for all organizations, but rather a high-confidence match for potential impact.

How the Attack Unfolded

The malicious LiteLLM releases introduced a Python startup file (with a .pth extension) designed to execute automatically when Python initialized, rather than waiting for the LiteLLM package to be explicitly imported. This stealthy execution mechanism allowed the payload, identified as SANDCLOCK, to immediately begin harvesting sensitive credentials present in developer workstations and CI/CD build runners.

The stolen data included a wide array of high-value secrets: cloud keys, repository tokens, SSH keys, Kubernetes tokens, environment variables, and critically, LLM API keys and AI service gateway settings. This access could provide attackers a direct route into connected AI systems and the sensitive data processed within them. On a CI/CD runner, the credential-stealing malware aggressively sought elevated access and scoured process memory (/proc//mem) for these valuable secrets.

Researchers observed that the exfiltrated data was encrypted before being sent to a typosquatted domain. In instances where direct data transfer failed, the malware possessed a fallback mechanism: it could create a public repository within the victim’s GitHub account and upload the stolen material as a release asset. This technique makes detection significantly more challenging, as the apparent source of the data appears to be the victim’s own account.

CloudSEK’s report urged organizations to conduct thorough investigations to determine if the affected packages were downloaded, cached, or executed, rather than making assumptions about compromise or safety based solely on the exposure data.

What You Should Do

  • Identify and Isolate: Immediately locate all installations of LiteLLM versions 1.82.7 and 1.82.8. Isolate any associated runners, hosts, container images, and caches that may have interacted with these versions.
  • Rotate Credentials: Rotate every credential accessible to the affected processes. This includes, but is not limited to, cloud keys, repository tokens, SSH keys, Kubernetes tokens, and all LLM or AI model provider keys.
  • Rebuild Environments: Reconstruct affected development and CI/CD environments from known-clean, trusted sources to ensure no lingering malware or backdoors remain.
  • Audit Records: Scrutinize audit logs from cloud providers, source control systems (e.g., GitHub), package registries (e.g., PyPI), and Kubernetes for any unusual token usage, the creation of new service accounts, suspicious outbound network connections, or unexpected repository activity. Extend these searches to cover the period after package removal, as stolen access can be reused later.
  • Implement Prevention: Pin all dependencies and GitHub Actions to verified hashes. Reduce the lifetime and scope of credentials, and prioritize the use of workload identity over static keys wherever feasible.
  • AI System Security: Maintain an up-to-date inventory of AI assets and their owners. Monitor third-party dependencies used in AI pipelines and observe build-time behavior for anomalies.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackBreachMalwareSecurityThreat

Share Article

Sarah simpson

Sarah simpson

Sarah is a cybersecurity journalist specializing in threat intelligence and malware analysis. With over 8 years of experience covering APT groups, zero-day exploits, and advanced persistent threats, Sarah brings deep technical expertise to breaking cybersecurity news. Previously, she worked as a security researcher at leading threat intelligence firms, where she analyzed malware samples and tracked cybercriminal operations. Sarah holds a Master's degree in Computer Science with a focus on cybersecurity and is a regular contributor to major security conferences.

Previous Post

CISA Warns of Critical SonicWall SMA 1000 Zero-Days Exploited in Ransomware Attacks

Next Post

Chinese Hackers Use Fake DeepSeek Page to Deliver Malware

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Critical VMware vCenter CVE-2023-34048 Under Active Exploitation
August 11, 2026
Critical ClamAV Vulnerabilities Let Attackers Trigger DoS
August 11, 2026
Phishing Attack Uses SSL/TLS Certificates to Target WhatsApp Users
August 11, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us