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
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...
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
Is OpenClaw safe to run? And how I’m not exposing myself using Meshnet
I've had no idea about OpenClaw until a few hours ago, when our cybersecurity department issued an urgent warning regarding severe vulnerability after a critical logic flaw was discovered in openclaw allowing an attacker complete control of your local system. It's enough that I dont care knowing more about it ;-) 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
Researchers Find Thousands of OpenClaw Instances Exposed to the Internet
AI bros don't know security, more news at 5. More on reddit.com
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.
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.
Giskard
giskard.ai › knowledge › openclaw-security-vulnerabilities-include-data-leakage-and-prompt-injection-risks
OpenClaw security issues include data leakage & prompt injection
February 26, 2026 - This article explores the critical security failures of the OpenClaw agentic AI, which allowed sensitive data to leak across user sessions and IM channels. It examines how architectural weaknesses in the Control UI and session management created direct paths for prompt injection and unauthorized tool use. Finally, it outlines the essential hardening steps and systematic red-teaming strategies required to transform a vulnerable "fun bot" into a secure enterprise assistant.
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.
Microsoft
microsoft.com › blog home › running openclaw safely: identity, isolation, and runtime risk
Running OpenClaw safely: identity, isolation, and runtime risk | Microsoft Security Blog
February 19, 2026 - The safest guidance is to avoid installing and running OpenClaw with primary work or personal accounts and to avoid running it on a device that contains sensitive data. In its current form, assume the runtime can be influenced by untrusted input, its state can be modified, and the host system can be exposed through the agent.