Skip to main content

OpenClaw EUVDEUVD-2026-28201

| CVE-2026-44118 HIGH
Authentication Bypass by Spoofing (CWE-290)
2026-05-06 disclosure@vulncheck.com GHSA-r6xh-pqhr-v4xh
8.5
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
8.5 HIGH
CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

4
Patch available
May 06, 2026 - 21:03 EUVD
Source Code Evidence Fetched
May 06, 2026 - 20:36 vuln.today
Analysis Generated
May 06, 2026 - 20:36 vuln.today
CVE Published
May 06, 2026 - 20:16 nvd
HIGH 8.5

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 1 npm packages depend on openclaw (1 direct, 0 indirect)

Ecosystem-wide dependent count for version 2026.4.22.

DescriptionCVE.org

OpenClaw before 2026.4.22 derives loopback MCP owner context from spoofable server-issued bearer tokens in request headers. Non-owner loopback clients can present themselves as owner to bypass owner-gated operations by manipulating the sender-owner header metadata.

AnalysisAI

Authentication bypass in OpenClaw's MCP loopback interface allows local low-privilege attackers to escalate to owner-level access. Non-owner MCP client processes can spoof the 'x-openclaw-sender-is-owner' HTTP header to impersonate the owner and access owner-gated operations. Publicly available exploit code exists via GitHub commit 3cb1a56, and VulnCheck has published a detailed advisory. The vulnerability affects OpenClaw npm package versions <= 2026.4.21, with patch 2026.4.22 available since April 2026.

Technical ContextAI

OpenClaw implements a Model Context Protocol (MCP) loopback architecture where CLI-spawned child processes communicate with the parent gateway over HTTP localhost connections. The vulnerability stems from CWE-290 (Authentication Bypass by Spoofing) in the request authentication logic. Prior to the fix, the gateway's 'resolveMcpRequestContext' function derived owner context from the client-controlled 'x-openclaw-sender-is-owner' HTTP header rather than from cryptographically validated bearer token claims. The MCP loopback runtime originally issued a single shared bearer token to all child processes and relied on the honor-system header to distinguish owner from non-owner contexts. The fix refactors the token architecture to issue distinct 'ownerToken' and 'nonOwnerToken' credentials, removing trust in the spoofable header entirely. The patch modifies 'mcp-http.loopback-runtime.ts' to generate two tokens per runtime, 'mcp-http.request.ts' to authenticate based solely on which token was presented, and 'prepare.ts' to provision the correct token to child processes based on their intended privilege level.

RemediationAI

Upgrade to OpenClaw version 2026.4.22 or later, available via npm (npm install openclaw@2026.4.22). The vendor-released patch (commit 3cb1a56bfc9579a0f2336f9cfa12a8a744332a19) has been independently verified in the published npm artifact and passed regression testing per the GitHub security advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-r6xh-pqhr-v4xh. No workarounds are available - the vulnerability is architectural and requires the code-level token refactoring provided in the patch. Organizations unable to upgrade immediately should restrict OpenClaw deployments to single-user trusted environments and avoid running untrusted MCP child processes until patching. Defense-in-depth: monitor localhost HTTP traffic on port 23119 for anomalous 'x-openclaw-sender-is-owner: true' headers from non-owner process PIDs (note: this detection becomes ineffective post-patch as the header is no longer emitted), and implement OS-level process isolation between owner and non-owner CLI runners using containers or separate user accounts to limit lateral movement even if OpenClaw authentication is bypassed.

CVE-2026-28446 CRITICAL POC
9.4 Mar 05

Auth bypass in OpenClaw voice-call extension before 2026.2.1. EPSS 0.68%. PoC and patch available.

CVE-2026-33579 CRITICAL POC
9.4 Mar 31

Privilege escalation in OpenClaw (pre-2026.3.28) allows unauthenticated remote attackers to gain administrative access b

CVE-2026-32042 HIGH POC
8.8 Mar 21

OpenClaw versions 2026.2.22 through 2026.2.24 contain a privilege escalation vulnerability that allows authenticated att

CVE-2026-32051 HIGH POC
8.8 Mar 21

An authorization mismatch vulnerability in OpenClaw versions prior to 2026.3.1 allows authenticated users with operator.

CVE-2026-25253 HIGH POC
8.8 Feb 01

OpenClaw versions prior to 2026.1.29 automatically establish WebSocket connections to attacker-controlled gateway URLs e

CVE-2026-32846 HIGH POC
8.7 Mar 26

Path traversal in OpenClaw through version 2026.3.23 enables unauthenticated remote attackers to read arbitrary files in

CVE-2026-32064 HIGH POC
7.7 Mar 21

OpenClaw sandbox browser functionality launches x11vnc for noVNC observer sessions without requiring authentication, all

CVE-2026-32055 HIGH POC
7.6 Mar 21

OpenClaw versions before 2026.2.26 allow authenticated attackers to write arbitrary files outside the workspace director

CVE-2026-32056 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.2.22 contain a shell environment variable injection vulnerability in the system.run func

CVE-2026-32049 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.2.22 contain a resource exhaustion vulnerability where the application fails to consiste

CVE-2026-32048 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.3.1 contain a sandbox escape vulnerability that allows authenticated attackers with low

CVE-2026-25474 HIGH POC
7.5 Feb 19

OpenClaw versions 2026.1.30 and below fail to validate Telegram webhook secret tokens when `channels.telegram.webhookSec

Share

EUVD-2026-28201 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy