← Back to feed

Massive Exposure of 1 Million AI Services—Intruder Security Scan Reveals Critical Misconfigurations and Authentication Gaps in Self-Hosted LLM Infrastructure

Date: 2026-05-18
Tags: shadow-ai

Executive Summary

Intruder researchers scanned 1 million exposed AI services across 2+ million hosts and found AI infrastructure more vulnerable, exposed, and misconfigured than any other software they have investigated. Generic chatbots hosting multimodal LLMs were freely available for jailbreaking, allowing attackers to bypass safety guardrails and access models without logging to their own accounts.

Campaign Summary

FieldDetail
Campaign / MalwareExposed AI Infrastructure Discovery
AttributionUnknown (confidence: none)
TargetOrganizations deploying self-hosted LLM infrastructure (Ollama, Flowise, n8n, OpenUI, Claude-powered services)
VectorWeak default configurations, disabled authentication, public internet exposure
Statusactive
First Observed2026-05-05

Detailed Findings

AI infrastructure scanned was more vulnerable, exposed, and misconfigured than any other software previously investigated. Generic chatbots hosting multimodal LLMs—including Anthropic, Deepseek, Moonshot, Google, and OpenAI models—were freely accessible; malicious users can jailbreak them without fear of repercussion since requests are not logged to attacker accounts. Some Claude-powered services exposed API keys in plaintext; exposed instances of agent management platforms (n8n, Flowise) were found with zero authentication. 518 servers were wrapping frontier models from major providers. A significant number of hosts had been deployed with no authentication because authentication is not enabled by default in many projects.

MITRE ATT&CK Mapping

TechniqueIDContext
Exploitation of Public-Facing ApplicationT1190Attackers accessing unauthenticated LLM endpoints
Default CredentialsT1110.001Weak or absent authentication on self-hosted AI infrastructure
Abuse of FunctionalityT1648Jailbreaking exposed models to bypass safety guardrails

IOCs

Domains

_Intruder researchers identified specific deployment platforms via CT logs; no specific IOCs published due to responsible disclosure_

Full URL Paths

_Intruder researchers identified specific deployment platforms via CT logs; no specific IOCs published due to responsible disclosure_

Splunk Format

_No IOCs available for Splunk query_

Package Indicators

ollama
flowise
n8n
openui

Detection Recommendations

Inventory all self-hosted AI infrastructure with authentication audits; enable mandatory authentication on Ollama, Flowise, n8n, and similar services by default; implement network segmentation to restrict AI service access to trusted internal IPs only; scan for exposed LLM endpoints using certificate transparency logs; monitor CloudTrail/GCP logs for unauthorized API calls to frontier models from unexpected regions; flag jailbreak attempts in model logs via token pattern anomaly detection.

References