Inside 90 days of attacks on AI infrastructure
Summary
Researchers at Wiz found widespread attacks on AI infrastructure services like LiteLLM and Flowise over 90 days, exploiting three main patterns: remote code execution (running unauthorized commands on systems) through exposed MCP servers (tools that let AI agents access external services like databases), prompt injection (tricking AI agents by hiding malicious instructions in their inputs), and post-exploitation techniques targeting AI-specific systems. AI infrastructure is attractive to attackers because it often concentrates many API credentials (keys for services like OpenAI and Azure) in one place, and AI agents are designed to execute instructions from external inputs, making them vulnerable to compromise.
Solution / Mitigation
The source documents two specific vulnerabilities in LiteLLM but does not provide explicit mitigation steps or patches. It references CVE-2026-59822 (an OAuth2 authentication flaw in the MCP Gateway) and CVE-2026-42271 (command injection in MCP server test endpoints), noting that CVE-2026-42271 was added to the CISA KEV (Known Exploited Vulnerabilities list) in June 2026, but no version updates or fix instructions are mentioned in the text.
Classification
Affected Vendors
Related Issues
CVE-2026-63086: text-generation-inference through 3.3.7 contains a server-side request forgery (SSRF) vulnerability in the OpenAI-compat
CVE-2026-34371: LibreChat is a ChatGPT clone with additional features. Prior to 0.8.4, LibreChat trusts the name field returned by the e
Original source: https://www.wiz.io/blog/ai-infrastructure-honeypot
First tracked: August 27, 2026 at 02:01 PM
Classified by LLM (prompt v3) · confidence: 92%