← Back to feed

Intruder Security Scans Reveal 1 Million Exposed AI Services with Critical Misconfigurations—Authentication Bypass and Unauthenticated Access Across Flowise, n8n, and Chatbot Infrastructure

Date: 2026-05-21
Tags: shadow-ai, malware

Executive Summary

The Intruder team scanned 1 million exposed AI services using certificate transparency logs and found that the AI infrastructure they investigated was more vulnerable, exposed, and misconfigured than any other software they have ever analyzed. Instances of agent management platforms including n8n and Flowise were exposed without authentication, with one Flowise instance exposing the entire business logic of an LLM chatbot service along with credential lists.

Campaign Summary

FieldDetail
Campaign / MalwareIntruder AI Infrastructure Exposure Audit
AttributionUnknown (discovered via public scanning) (confidence: none)
TargetSelf-hosted LLM infrastructure operators, AI service deployments across enterprises
VectorPublic internet exposure, misconfigured authentication, unprotected agent platforms
Statusactive
First Observed2026-05-14 (publication date)

Detailed Findings

One Flowise instance exposed the entire business logic of an LLM chatbot service with credential list exposed; Flowise was hardened enough not to reveal stored values to unauthenticated users, but an attacker could still use the tools connected to those credentials to exfiltrate sensitive information. Chatbots left user conversations exposed, with examples including OpenUI-based platforms exposing full LLM conversation history. Generic chatbots hosted multiple models freely available; malicious users can jailbreak models to bypass safety guardrails and people are finding creative ways to abuse company chatbots to access more capable models without paying or having requests logged to their own accounts.

MITRE ATT&CK Mapping

TechniqueIDContext
ReconnaissanceT1592Scanning and enumeration of exposed AI services and infrastructure
Exploitation of VulnerabilityT1190Targeting misconfigured authentication and access control on AI agent platforms
Abuse of FunctionalityT1078Unauthorized use of exposed chatbot services for jailbreaking and model misuse

IOCs

Domains

_No specific IOCs published; vulnerability patterns across multiple deployment types._

Full URL Paths

https://thehackernews.com/2026/05/we-scanned-1-million-exposed-ai.html

Splunk Format

"https://thehackernews.com/2026/05/we-scanned-1-million-exposed-ai.html"

Package Indicators

flowise
n8n

Detection Recommendations

Monitor for unauthenticated access to AI platforms (Flowise, n8n, OpenUI instances); enforce authentication and network segmentation for all agent management platforms; disable public internet exposure for LLM chatbots unless explicitly required; implement WAF rules to block common jailbreak patterns; track outbound API calls from user-controlled chatbots for anomalous token generation; scan certificate transparency logs for internal domain exposures; implement rate limiting on model invocation endpoints.

References