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
[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
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
Researchers Find Thousands of OpenClaw Instances Exposed to the Internet
6.9M subscribers in the programming community. Computer Programming More on reddit.com
Videos
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.
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.
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.
BankInfoSecurity
bankinfosecurity.com › patched-openclaw-flaw-let-hackers-hijack-ai-agents-a-31720
Patched OpenClaw Flaws Let Hackers Hijack AI Agents
2 weeks ago - OpenClaw trusted a client-controlled ownership flag without verifying it against the authenticated session. CVE-2026-44113 mirrored the first flaw but on the read side: an attacker could swap a validated file path with a redirect pointer aimed outside the permitted directory boundary, exposing system files and internal credentials the agent was not intended to reach. "By weaponizing the agent's own privileges, an adversary moves through data access, privilege escalation and persistence - using the agent as their hands inside the environment," Cyera said.
Reddit
reddit.com › r/machinelearning › [d] we scanned 18,000 exposed openclaw instances and found 15% of community skills contain malicious instructions
r/MachineLearning on Reddit: [D] We scanned 18,000 exposed OpenClaw instances and found 15% of community skills contain malicious instructions
February 12, 2026 - What actually helps: review SKILL.md source before installing anything, don’t blindly playbooks add from ClawHub. Run openclaw security audit --deep after any new skill install. Enable Docker sandboxing (mode all, network none) so a bad skill can’t reach your host or network.