Malicious LiteLLM Releases Tied to Trivy Hack May Have Exposed 2,100+ Organizations

By George Bailey   Published: 08/12/26   Updated: 08/12/26   3 min read

The latest LiteLLM fallout matters because it is no longer just a package-security anecdote. CloudSEK says the campaign may map to exposure across more than 2,500 organizations, based on a dataset of roughly 434,000 captured files tied to the broader TeamPCP / Trivy supply-chain compromise.

That does not mean 2,500 confirmed victims. It does mean a lot of teams may still be underestimating how long-lived the credential risk can be after a short-lived malicious package event.

What Changed

The malicious LiteLLM versions were 1.82.7 and 1.82.8, published to PyPI on March 24 and available for roughly 40 minutes before removal. The payload was designed to steal environment variables, cloud credentials, SSH keys, Kubernetes tokens, database passwords, and model-provider secrets, including items like OPENAI_API_KEY and ANTHROPIC_API_KEY.

A key detail makes this more dangerous than a normal package bug: version 1.82.8 included a .pth file that Python executes at interpreter startup. That means code could run even if no application explicitly imported LiteLLM, as long as the package landed in the environment.

The campaign also appears tied to the earlier Trivy compromise. Public reporting says exposed credentials were later used to publish the malicious LiteLLM versions, and the broader ecosystem incident is tracked as CVE-2026-33634, which CISA added to the KEV catalog in March.

Why CyberExperts Flagged It

The most important shift here is the triage model. This is not only a “do we use LiteLLM?” question. It is a where could this have been installed directly or transitively, and what secrets were reachable at that moment? question.

That matters for AI-platform teams, but it also matters for CI/CD, cloud, and application owners who may have no idea a transitive dependency briefly introduced a secret-harvesting payload into their environment.

What Teams Should Do Next

Source context: CyberExperts is using The Hacker News as the primary reference for this update, with additional campaign context cited there from CloudSEK, Aqua, Unit 42, and the FBI advisory.

See this item in The 5-Minute Cyber Brief

George Bailey

George Bailey is a cybersecurity researcher and writer at CyberExperts, covering cyber threats, AI, cloud security, vulnerabilities, and defensive strategies. His goal is to help security professionals quickly understand what matters most and how it impacts their organizations.

Keep Reading