Hackers are targeting sensitive information stored in the LiteLLM open-source large-language model (LLM) gateway by exploiting a critical vulnerability tracked as CVE-2026-42208. The flaw is an SQL injection issue that occurs during LiteLLM's proxy API key verification step. An attacker can exploit it without authentication by sending a specially crafted Authorization header to any LLM API route. This allows reading data from the proxy's database and modifying it. According to the maintainer's security advisory, threat actors could use it for "unauthorised access to the proxy and the credentials it manages." A fix was delivered in LiteLLM version 1.83.7 to replace string concatenation with parameterized queries. LiteLLM stores API keys, virtual and master keys, and environment/config secrets, so accessing its database allows hackers to read sensitive data they may then use to launch additional attacks. LiteLLM is a popular proxy/SDK middleware layer that enables users to call AI models via a single unified API. The project is widely used by developers of LLM apps and platforms managing multiple models. It has 45k stars and 7.6k forks on GitHub. The project has also recently been targeted in a supply-chain attack, where TeamPCP hackers released malicious PyPI packages that deployed an infostealer to harvest credentials, tokens, and secrets from infected systems. In a report from researchers at Sysdig, a cloud security company, say that CVE-2026-42208 exploitation started app...
Hackers are exploiting a critical LiteLLM pre-auth SQLi flaw
BleepingComputer
·Bill Toulas
·Published Apr 28, 2026
·Updated
Affected Software
1 affected component
LiteLLM LLM gateway<1.83.7
Frequently Asked Questions
1
What is the main topic of this article?
The article discusses a critical SQL injection vulnerability in the LiteLLM open-source large-language model gateway.
2
What vulnerable CVE is mentioned in the article?
The vulnerability is tracked as CVE-2026-42208.
3
What type of vulnerability is exploited by hackers?
Hackers are exploiting an SQL injection issue that occurs during pre-authentication in LiteLLM.
4
What information is at risk due to this vulnerability?
Sensitive information stored in the LiteLLM LLM gateway is at risk of being targeted by hackers.
5
Which version of LiteLLM software is affected by the vulnerability?
The vulnerability affects versions of the LiteLLM LLM gateway up to and including 1.83.7.