Your AI Stack's Trust Boundary Just Collapsed — Three New Attack Layers You Aren't Monitoring
Three independent intelligence streams converged this week on a pattern that should change how you architect AI-dependent systems: every abstraction layer you added for AI velocity is now a confirmed attack surface, and the attacks are coordinated.
LLM API Routers: 9 Compromised, Including a Paid Service
Researchers built a proxy simulation tool called 'Mine' and discovered 9 LLM API routers actively injecting malicious payloads into model responses and exfiltrating secrets — including 1 paid routing service. If your architecture includes any proxy between your application and an LLM API for routing, caching, rate limiting, or cost optimization, the attack surface is severe: injected payloads end up as generated code, database queries, or user-facing content. This isn't a theoretical risk model — it's empirical observation at production scale.
Your Vulnerability Scanners Are the Vulnerability
The tools guarding your pipeline are compromised. The Xygeni vulnerability scanner on GitHub was backdoored, and researchers found shared C2 servers and authentication secrets linking it to a proxy botnet of hacked ASUS and TP-Link routers (TeamPCP). Two weeks later, Trivy and KICs scanners were hit in similar attacks. Consider what a scanner accesses in your CI/CD: source code, container images, dependency trees, often registry credentials. A backdoored scanner binary inherits all of it.
APT41's Zero-Detection Cloud Implant
APT41 deployed a new ELF implant achieving 0/72 VirusTotal detection that harvests IAM credentials via cloud metadata APIs across AWS, GCP, Azure, and Alibaba Cloud. It AES-256 encrypts exfiltrated data and sends it over SMTP port 25 to Alibaba Cloud Singapore. Lateral movement uses UDP broadcast to 255.255.255.255:6006 — traffic most monitoring misses because it's watching TCP east-west. The typosquat domains (ai.qianxing.co, ns1.a1iyun.top, ai.aliyuncs.help) mimic legitimate Alibaba infrastructure.
Security tooling must be treated with zero-trust principles — pin to verified checksums, run scanners in network-isolated environments, and monitor for unexpected binary changes.
Cross-Source Pattern
Multiple sources independently confirm the same meta-threat: the supply chain is under systematic attack at every layer simultaneously — package registries (Axios, DPRK npm packages), CI/CD workflows (GitHub Actions signing), routing infrastructure (LLM proxies), security tooling (scanners), and runtime workloads (cloud metadata harvesting). This is not a series of independent incidents; it's a coordinated strategy targeting the entire AI development and deployment stack.
What to do
Audit every LLM API proxy and routing layer in your stack for payload injection. Pin versions, verify checksums, add response integrity checking between router and application logic.
Review CI/CD pipeline dependencies on vulnerability scanners (Trivy, Xygeni, KICs). Pin to verified hashes, run scanners in isolated network segments without access to build secrets.
Enforce IMDSv2 across all AWS EC2 instances. For GCP/Azure, verify equivalent metadata endpoint protections. Block outbound SMTP (port 25) from non-mail workloads.
Add network monitoring rules for UDP broadcasts to 255.255.255.255:6006 and block IOC domains: ai.qianxing.co, ns1.a1iyun.top, ai.aliyuncs.help, 43.99.48.196