Bitsight
bitsight.com › blog › openclaw-ai-security-risks-exposed-instances
OpenClaw Security: Risks of Exposed AI Agents Explained | Bitsight
February 9, 2026 - Bitsight researchers found thousands of exposed OpenClaw AI instances. Here's what the risks are, how attackers exploit them, and what security teams should do
Backslash
backslash.security › blog › openclaw-security-risks-explained
Don't Let the Lobster Fool You: OpenClaw Security Risks Explained - Backslash
BitSight identified over 30,000 exposed OpenClaw instances, many without proper authentication, while a large percentage were vulnerable to remote code execution. This means attackers could potentially take full control of the host machine, access connected services, steal credentials, and abuse the agent’s permissions.
Risks of using OpenClaw as you're own personal assistant, and who's doing it?
Yeah, giving an agent write access to email/calendar/files is a whole different risk profile than just using an LLM in a chat box. What helped me think about it is: start read-only, then add specific actions with tight scopes (per-folder, per-label, per-calendar), require confirmations for destructive ops, and log everything. Also, isolate the agent in a separate account where possible. This writeup on agent permissions and guardrails was a decent framework for the basics: https://www.agentixlabs.com/blog/ More on reddit.com
OpenClaw security is worse than I expected and I'm not sure what to do about it
The security trade-off is the elephant in the room for any agentic framework. Once you move past simple API wrappers and give an agent a terminal or a browser with system access, the attack surface expands exponentially.\n\nDocker sandboxing isn't just a 'lazy fix,' it should really be the default. I've been experimenting with extremely restricted permission sets where the agent can only touch specific workspace directories. The exhausting part is, as you said, the manual audit fatigue. We definitely need better automated vetting for community skills—something like a static analysis tool specifically for prompt-injection and exfiltration patterns. Snapper sounds interesting, I'll have to check that out. More on reddit.com
Is OpenClaw safe to run? And how I’m not exposing myself using Meshnet
OpenClaw is completely wide open, vulnerability nightmare, already compromised, and their engineers have no clue how to secure it (vibecoders) proceed at your own peril. More on reddit.com
[D] We scanned 18,000 exposed OpenClaw instances and found 15% of community skills contain malicious instructions
https://www.trendingtopics.eu/security-nightmare-how-openclaw-is-fighting-malware-in-its-ai-agent-marketplace/ The developer of the AI assistant OpenClaw has now entered into a partnership with VirusTotal to protect the skill marketplace ClawHub from malicious extensions. I hope this partnership will improve the situation. I tinkered with OpenClaw agent in a VM, even let it on Moltbook, but I would not install it on my main PC. Too much risk. More on reddit.com
Digital Watch Observatory
dig.watch › home › updates › openclaw exploits spark a major security alert
OpenClaw exploits spark a major security alert | Digital Watch Observatory
February 23, 2026 - Multiple hacking groups have taken advantage of severe vulnerabilities to steal API keys, extract persistent memory data, and push information-stealing malware instead of leaving the platform’s expanding user base unharmed. Security analysts have linked more than 30,000 compromised instances to campaigns that intercept messages and deploy malicious payloads through channels such as Telegram...
Kaspersky
kaspersky.com › blog › openclaw-vulnerabilities-exposed › 55263
New OpenClaw AI agent found unsafe for use | Kaspersky official blog
February 10, 2026 - These scripts — which mimicked trading bots, financial assistants, OpenClaw skill management systems, and content services — packaged a stealer under the guise of a necessary utility called “AuthTool”. Once installed, the malware would exfiltrate files, crypto-wallet browser extensions, seed phrases, macOS Keychain data, browser passwords, cloud service credentials, and much more. To get the stealer onto the system, attackers used the ClickFix technique, where victims essentially infect themselves by following an “installation guide” and manually running the malicious software. A security audit conducted in late January 2026 — back when OpenClaw was still known as Clawdbot — identified a full 512 vulnerabilities, eight of which were classified as critical.
Infosecurity Magazine
infosecurity-magazine.com › news › researchers-40000-exposed-openclaw
Researchers Find 40,000+ Exposed OpenClaw Instances - Infosecurity Magazine
February 9, 2026 - The exposed AI agents could enable threat actors to gain full access to potentially sensitive systems the OpenClaw instance is able to interact with. SecurityScorecard found that type of activity is already occurring. The firm correlated 549 exposed instances with prior breach activity, and 1493 with known vulnerabilities.
Resilience
cyberresilience.com › home › openclaw went viral. so did its security vulnerabilities.
OpenClaw went viral. So did its security vulnerabilities. - Resilience
March 24, 2026 - DepthFirst researcher Mav Levin discovered CVE-2026-25253, a one-click remote code execution vulnerability that could compromise any OpenClaw instance in milliseconds. Simply visiting a malicious webpage was enough to trigger the attack chain, which exploited missing WebSocket origin validation to steal authentication tokens, disable sandboxing via the API, and achieve full host compromise.
Dark Reading
darkreading.com › home › application security
OpenClaw's Gregarious Insecurities Make Safe Usage Difficult
February 10, 2026 - Parsing any malicious external input — such as a website, in this example — can lead to the easy takeover of a user's OpenClaw instance. Source: HiddenLayer · The attack underscores one of the three capabilities that make agentic AI assistants so potentially dangerous, known as the lethal trifecta. In this case, the exposure to untrusted content in summarizing a Web page, combined with two other facets of the trifecta — access to private data and the ability to externally communicate — puts user's data at risk.
Depthfirst
depthfirst.com › post › 1-click-rce-to-steal-your-moltbot-data-and-keys
1-Click RCE To Steal Your OpenClaw Data and Keys (CVE-2026-25253) | depthfirst
February 1, 2026 - The OpenClaw team quickly addressed and fixed the issue I reported. Here’s the GitHub Advisory. I found there was another person who found and reported the same bug. The patch adds a gateway URL confirmation modal, removing the auto-connect-without-prompt behavior. All versions up to v2026.1.24-1 are vulnerable.