Tag: LiteLLM

LiteLLM CVE-2026-42208 SQL Injection Exploited within 36 Hours of Disclosure
News

LiteLLM CVE-2026-42208 SQL Injection Exploited within 36 Hours of Disclosure

Within 36 hours of being made public, a recently discovered significant security weakness in BerriAI's LiteLLM Python module has been actively exploited in the wild, demonstrating yet another example of threat actors jumping on the exploitation bandwagon. The SQL injection vulnerability, identified as CVE-2026-42208 (CVSS score: 9.3), has the potential to alter the LiteLLM proxy database. LiteLLM maintainers reported last week that a database query used for proxy API key checks combined the caller-supplied key value into the query text rather than delivering it as a separate parameter. Any LLM API route (such as POST /chat/completions) may receive a specially constructed Authorization header from an unauthenticated attacker, who could then access this query via the proxy's error-...
TeamPCP Backdoors LiteLLM Versions 1.82.7–1.82.8 via Trivy CI/CD Compromise
News

TeamPCP Backdoors LiteLLM Versions 1.82.7–1.82.8 via Trivy CI/CD Compromise

The popular Python program litellm has been hacked by TeamPCP, the threat actor responsible for the recent breaches of Trivy and KICS. Two malicious versions of the software feature a credential harvester, a toolkit for Kubernetes lateral movement, and a persistent backdoor. Litellm versions 1.82.7 and 1.82.8 were released on March 24, 2026, according to several security vendors, including Endor Labs and JFrog. This was probably caused by the package's use of Trivy in their CI/CD workflow. Since then, PyPI has eliminated both of the backdoored versions. According to Endor Labs researcher Kiran Raj, the attack consists of three stages: a credential harvester that scans SSH keys, cloud credentials, Kubernetes secrets, cryptocurrency wallets, and.env files; a Kubernetes lateral movemen...