← Google News

What Claude and OpenClaw Vulnerabilities Reveal About AI Agents - Security Magazine

Google News · April 24, 2026
What Claude and OpenClaw Vulnerabilities Reveal About AI Agents Security Magazine [truncated: Google News RSS provides only a snippet, not full article

Detailed Analysis

Security vulnerabilities discovered in OpenClaw and Anthropic's Claude tooling have exposed systemic weaknesses in how AI agent platforms are designed, deployed, and maintained at scale. OpenClaw, a widely adopted self-hosted AI agent framework with over 770,000 agents in circulation, was found to bind its local WebSocket gateway to localhost under an assumed-trust model — a design flaw that allowed malicious websites to hijack agent sessions without user interaction or browser extensions. The most critical of the disclosed flaws, CVE-2026-25253 (CVSS 8.8), enabled attackers to brute-force weak administrative passwords and gain full workstation-level access, including the ability to extract configuration files, search Slack for API keys, exfiltrate files, and execute shell commands. Meanwhile, Claude Code and related Anthropic tooling faced parallel vulnerabilities, including remote code execution via poisoned repository configuration files — a flaw disclosed by Check Point Research and patched in Claude Code version 2.0.65 and later. The breadth of these disclosures, spanning nine CVEs in OpenClaw alone with three carrying public exploits, signals that both open-source and proprietary AI agent ecosystems are carrying significant unresolved attack surface.

The supply chain dimension of these vulnerabilities is particularly alarming in scale and sophistication. Researchers at Antiy CERT identified 1,184 malicious skills within ClawHub, OpenClaw's skills marketplace, representing roughly one in five packages at peak contamination. Snyk's concurrent analysis surfaced 1,467 toxic payloads across the ecosystem, including malware droppers, credential stealers, and prompt injection scripts — with 36 percent of all audited skills found to contain some form of flaw. Packages such as "solana-wallet-tracker" were confirmed to silently install keyloggers or deploy commodity infostealers like Atomic Stealer. Claude's skills ecosystem was not immune: coordinated campaigns deployed more than 30 malicious Claude skills that bypassed safety controls to exfiltrate data via silent curl commands. The structural parallel to npm and PyPI supply chain attacks is direct, but with a compounding factor — AI agent skills routinely receive elevated system privileges for shell access, file I/O, and API calls, making a compromised skill far more damaging than a typical malicious package in conventional software dependency chains.

The exposure metrics underscore how rapidly insecure defaults propagate across large user bases. BitSight researchers identified approximately 135,000 publicly exposed OpenClaw instances, with 492 MCP servers operating without any authentication layer. Credential storage practices compounded the risk, with plaintext secrets persisted in files such as `~/.clawdbot/.env` and `~/.openclaw/credentials/` — configurations that bypass enterprise data loss prevention controls almost by design. One breach linked to the ClawHavoc campaign, which peaked in January and February 2026, resulted in the exposure of 35,000 email addresses and 1.5 million tokens from the Moltbook incident alone. The Pentagon's classification of Anthropic as a "supply chain risk" in 2026 reflects how these technical vulnerabilities are translating into institutional-level concern, particularly as shadow AI adoption inside enterprises continues to outpace formal security review processes.

These incidents collectively illuminate a structural tension at the core of the current AI agent development cycle: the speed at which agent frameworks and their associated marketplaces are being built and adopted is measurably outpacing the security infrastructure needed to govern them. AI agents, by their functional nature, require broad system permissions — they read files, call APIs, execute code, and maintain persistent credentials — making them a high-value pivot point for attackers who can compromise even a single component. The "skills marketplace" model, borrowed loosely from app store paradigms, has inherited those paradigms' early-era security failures without the benefit of the decade-plus of hardening that followed. Industry recommendations converging from IBM, Cisco, Snyk, and others consistently point toward runtime environment variable injection rather than static credential files, mandatory skill scanning prior to installation, least-privilege enforcement for agent processes, and rapid patch cadence — mitigations that are well understood in conventional DevSecOps but have yet to be systematically applied to AI agent pipelines.

The broader implication is that the AI agent security discipline is at an inflection point analogous to where cloud security stood circa 2013: the attack patterns are now well documented, the consequences of insecure defaults are being felt at scale, and the gap between developer convenience and operational security is becoming impossible for enterprises to ignore. Anthropic's patching of Claude Code vulnerabilities and OpenClaw's remediation releases in versions 2026.2.25 and later represent necessary first steps, but they address symptoms rather than the underlying cultural and architectural incentives that allow such flaws to ship in the first place. As AI agents move deeper into enterprise workflows — accessing sensitive data stores, executing financial transactions, and operating with increasing autonomy — the security community's ability to establish vetted ecosystems, analogous to hardened container registries or curated package mirrors, will determine whether the current wave of AI-agent adoption produces durable productivity gains or a sustained expansion of enterprise attack surface.

Read original article →