China's National Cybersecurity Center Issues Urgent Warning Over OpenClaw AI Agent Risks
China's National Cybersecurity Notification Center has issued a severe risk warning for the widely deployed AI automation platform OpenClaw, citing critical design flaws, rampant public exposure, and a poisoned plugin ecosystem that leaves over 200,000 global assets vulnerable to takeover and data theft.
National Cybersecurity Center Flags Critical Flaws in OpenClaw AI Platform
The National Cybersecurity Notification Center issued a formal risk warning for the OpenClaw AI automation platform on March 13th, 2026, detailing severe security vulnerabilities that threaten tens of thousands of exposed systems.
According to monitoring data, over 200,000 OpenClaw internet assets are active globally, with approximately 23,000 located within China—primarily concentrated in Beijing, Shanghai, Guangdong, Zhejiang, Sichuan, and Jiangsu. The center warned that these publicly exposed assets present a major target for attackers.
Core Security Risks Identified
The warning outlines five major risk categories:
Architectural Design Flaws: The platform's multi-layer architecture contains exploitable weaknesses at every level. Attackers can forge messages to bypass authentication at the IM integration gateway, manipulate AI agent behavior through multi-turn dialogues, gain complete control via the execution layer's direct OS interaction, and infect devices through poisoned skill plugins in the product ecosystem.
Dangerous Default Configuration: OpenClaw defaults to binding to
0.0.0.0:18789, allowing access from any external IP without authentication. Sensitive data like API keys and chat logs are stored in plain text. A staggering 85% of instances are exposed to the public internet.Prolific, Easily Exploited Vulnerabilities: The platform has a history of 258 disclosed vulnerabilities. A recent batch of 82 includes 12 critical, 21 high, 47 medium, and 2 low-severity issues—primarily command/code injection, path traversal, and access control flaws with low exploitation difficulty.
Poisoned Supply Chain & Unsafe Ecosystem: Analysis of 3,016 ClawHub skill plugins revealed 336 (10.8%) contain malicious code. Furthermore, 17.7% fetch untrusted third-party content, and 2.9% dynamically retrieve execution logic from external endpoints during runtime, allowing attackers to remotely hijack AI agent behavior.
Uncontrollable Agent Behavior: OpenClaw agents are prone to permission escalation, potentially ignoring user commands to delete data, steal information, or take over terminal devices, leading to significant financial losses.
Official Risk Mitigation Recommendations
The center provided the following guidance for users:
- Update Immediately: Obtain installation programs from trusted sources, monitor official security bulletins, and promptly update to the latest version to patch known vulnerabilities.
- Harden Configurations: Run OpenClaw only on local or internal network addresses. Avoid binding to public IPs or opening unnecessary ports. If using a reverse proxy, enforce identity authentication, IP whitelisting, and HTTPS encryption.
- Vet Third-Party Plugins: Only install skill plugins from official channels. Review the functionality of installed plugins and uninstall any exhibiting suspicious behavior.
- Strengthen Authentication: Enable identity authentication mechanisms, set strong passwords, and change them regularly.
- Restrict Agent Permissions: Limit AI agents to executing only whitelisted system commands and operations to prevent misuse by malicious instructions.