OpenClaw Security Alert: 500,000 Public Instances, Default Config Exposes Systems

OpenClaw Security Exposure Details
Recent analysis shows significant security risks in publicly accessible OpenClaw installations. According to security researchers, there are currently 500,000 OpenClaw instances on the public internet. Of these, 30,000 have known security risks, and 15,000 are exploitable through known vulnerabilities.
Critical Configuration Issues
The default OpenClaw installation has several security deficiencies:
- Authentication is disabled by default
- The gateway binds to 0.0.0.0, making the system accessible from any network
- No kill switch is included in the system
- No management console is provided
- Data is stored in plain-text markdown files without encryption
This configuration means that if you installed OpenClaw without manually configuring security settings, your entire agent setup is sitting on the open internet for anyone to access.
Documented Security Incidents
Multiple security incidents have been documented:
- A security audit found 341 malicious skills on ClawHub
- 1.5 million API tokens were exposed in a database leak
- One developer found 9 CVEs in their first week of using OpenClaw
- A U.K. CEO's OpenClaw instance was sold on BreachForums for $25,000, giving the buyer access to email, calendar, and files
Immediate Action Required
If you have OpenClaw installed, check your setup immediately:
- Verify authentication is properly configured
- Check your network bindings
- Review your API key security
- Ensure your installation is not publicly accessible without proper security measures
The technology itself is capable, but the default configuration presents significant security liabilities that require immediate attention.
📖 Read the full source: r/openclaw
👀 See Also

Ward: Open-source tool intercepts npm installs to block supply chain attacks for Claude Code users
Ward is an open-source tool that hooks into package managers to check every package before install scripts run. When Claude Code executes npm install, Ward automatically screens packages for malware, typosquats, suspicious scripts, and version anomalies.

Anthropic reports industrial-scale distillation attacks by Chinese AI labs on Claude
Anthropic detected three Chinese AI companies—DeepSeek, Moonshot, and MiniMax—creating over 24,000 fraudulent accounts to generate 16+ million exchanges with Claude, extracting its reasoning capabilities through systematic distillation attacks.

Sandboxing AI Agents with WebAssembly: Zero Authority by Default
Cosmonic argues that traditional sandboxing (seccomp, bubblewrap) fails for AI agents due to ambient authority. WebAssembly's capability-based model grants zero authority by default, requiring explicit imports for filesystem, network, or credentials.

A2A Secure: How Developers Built Cryptographic Communication Between OpenClaw Agents
A new protocol enables OpenClaw agents to communicate securely using Ed25519 signatures without shared API keys.