Security & supply chain

One credential, three tools deep: the LiteLLM supply-chain breach

One credential, three tools deep: the LiteLLM supply-chain breach

Your build pipeline runs code from a scanner that runs code from a package that runs code from another package. Sit with that for a second. This week CloudSEK put a number on the trust chain: roughly 434,000 CI/CD pipelines across about 2,500 companies were exposed by what it is calling the LiteLLM attack, and the entry point was not LiteLLM.

The chain, in order

The CloudSEK writeup, as reported by devops.com, walks the compromise backwards. The attackers reached Trivy, Aqua Security's vulnerability scanner, first. From Trivy they pivoted into LiteLLM's build system. From that build system they cut two malicious LiteLLM releases (1.82.7 and 1.82.8) and pushed them to PyPI. The devops.com summary of it is worth reading twice: "one un-revoked token, three tools deep". The two packages sat live on PyPI for about forty minutes before being removed. Forty minutes is more than enough when your CI is on a fresh-install cron.

What the payloads went after

Names matter here because they tell you what to rotate. The report cites CanisterWorm going after cloud tokens and generic API keys, SandClock aimed at AWS credentials and Kubernetes tokens, and Mini Shai-Hulud and Miasma as self-replicating worms scoped at npm and PyPI. The FBI's line, quoted in the same coverage, is the one to internalise: treat exfiltrated data and credentials as a persistent risk. Your token did not become safe when PyPI pulled the release.

The uncomfortable part

Two things about the CloudSEK count matter more than its round shape. First, 434,000 is a count of pipelines, not accounts; that is how these compromises actually propagate, one poisoned dependency cloning into many CI jobs each. Second, the initial hop was a security tool. A scanner. The thing you added specifically to catch this. (Comforting, isn't it?)

Signed images and provenance attestations do not save you on this one, because the malicious builds came out of the real project's real pipeline. So rotate anything the two poisoned versions could see, revoke the tokens with the widest blast radius first, then go audit the credentials your scanner holds. Yes, that scanner.

Source: devops.com (devops.com)

Related
Security & supply chain

npm provenance attestations get worn as camouflage in a new worm-style attack

The New Stack reports a supply-chain campaign against npm that turned the exact control CI/CD teams have started to lean on into cover. Attestations do not become useless overnight, but reading them as a green light gets harder starting now.

August 12, 2026
Security & supply chain

PyPI stops accepting late file uploads to releases older than 14 days

PyPI will no longer accept new files uploaded to a release once that release is more than 14 days old, closing a stealth path a compromised publishing token could otherwise use to graft malicious code onto an established package. PyPI has said it is not yet aware of the technique being used in a real attack.

July 28, 2026
Security & supply chain

CI is the wrong place to first hear about your npm dependencies

A DevOps.com essay argues dependency-security feedback that only arrives after a push and a pipeline run is structurally too late for Node projects, where transitive findings can outnumber direct ones. The diagnosis is right. The prescription deserves more scrutiny than the post gives it.

June 29, 2026

Turn this into your pipeline. Build it on Buddy.

Start free