Four OpenClaw Flaws Enable Data Theft, Privilege Escalation, and Persistence

Four OpenClaw Flaws Enable Data Theft, Privilege Escalation, and Persistence

The Hacker News
The Hacker NewsMay 15, 2026

Companies Mentioned

Why It Matters

The chain demonstrates how a single compromised agent can bypass traditional defenses, exposing critical data and infrastructure across enterprises that rely on OpenClaw for automation. Prompt patching is essential to prevent stealthy, multi‑stage attacks that are hard to detect.

Key Takeaways

  • Four chainable CVEs let attackers move from sandbox escape to persistence.
  • CVE‑2026‑44112 and ‑44113 exploit TOCTOU race conditions in OpenShell.
  • CVE‑2026‑44115 uses heredoc injection to run unauthorized commands.
  • CVE‑2026‑44118 spoofs owner flag, granting full gateway control.
  • Patch OpenClaw 2026.4.22 to neutralize all four vulnerabilities.

Pulse Analysis

OpenClaw has become a backbone for automated workload orchestration in cloud‑native environments, offering agents that execute code on behalf of developers and ops teams. Its popularity, however, makes it an attractive target for threat actors seeking a foothold inside otherwise isolated workloads. The recent Claw Chain findings illustrate how subtle implementation oversights—such as unchecked TOCTOU checks and permissive ownership flags—can be weaponized to subvert sandbox boundaries, harvest secrets, and ultimately control the entire agent runtime.

The four CVEs form a logical attack progression. First, a malicious plugin or prompt injection gains execution inside the OpenShell sandbox. Exploits CVE‑2026‑44113 and CVE‑2026‑44115 then break out of the sandbox and read or execute arbitrary files, exposing credentials and configuration data. With that information, CVE‑2026‑44118 allows the attacker to impersonate the legitimate owner, taking over gateway settings, cron jobs, and environment management. Finally, CVE‑2026‑44112 enables persistent modifications to the host’s file system, embedding backdoors that survive reboots and updates. Because each step mimics normal agent behavior, conventional monitoring tools often miss the malicious activity.

For organizations deploying OpenClaw, the immediate priority is to upgrade to version 2026.4.22, which revokes the untrusted `senderIsOwner` header, hardens the sandbox, and patches the heredoc validation flaw. Beyond patching, security teams should enforce strict zero‑trust controls around agent communication, implement runtime integrity monitoring, and regularly audit token usage. The Claw Chain episode serves as a reminder that supply‑chain components, even well‑intended automation agents, can become vectors for sophisticated, multi‑stage attacks if their internal trust models are not rigorously validated.

Four OpenClaw Flaws Enable Data Theft, Privilege Escalation, and Persistence

Comments

Want to join the conversation?

Loading comments...