Skip to main content

OpenClaw CVE-2026-43584

| EUVDEUVD-2026-28180 HIGH
Incomplete List of Disallowed Inputs (CWE-184)
2026-05-06 disclosure@vulncheck.com GHSA-vfp4-8x56-j7c5
8.7
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
8.7 HIGH
CVSS:4.0/AV:N/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:N/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
Network
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:34 vuln.today
Analysis Generated
May 06, 2026 - 20:34 vuln.today
CVE Published
May 06, 2026 - 20:16 nvd
HIGH 8.7

DescriptionCVE.org

OpenClaw before 2026.4.10 contains an insufficient environment variable denylist vulnerability in its exec environment policy that allows operator-supplied overrides of high-risk interpreter startup variables including VIMINIT, EXINIT, LUA_INIT, and HOSTALIASES. Attackers can exploit this by manipulating these environment variables to influence downstream execution behavior or network connectivity.

AnalysisAI

Environment variable injection in OpenClaw before 2026.4.10 allows authenticated remote attackers to hijack interpreter execution behavior through insufficient filtering of high-risk startup variables (VIMINIT, EXINIT, LUA_INIT, HOSTALIASES). The vulnerability enables code execution by manipulating how downstream interpreters (Vim, ex, Lua) initialize and resolve hostnames. Patched in version 2026.4.10 following coordinated disclosure by Tencent zhuque Lab. No public exploit identified at time of analysis, though CVSS 8.7 reflects network-exploitable attack surface with low complexity requiring only low-privilege authentication.

Technical ContextAI

The vulnerability exists in OpenClaw's HostEnvSecurityPolicy module (specifically HostEnvSanitizer.swift), which sanitizes environment variables passed to exec() calls in operator-controlled environments. The original denylist failed to block interpreter startup variables that control initialization behavior: VIMINIT and EXINIT (Vim/ex editor commands), LUA_INIT variants (Lua pre-execution code), and HOSTALIASES (DNS hostname aliasing file path). These variables are classified under CWE-184 (Incomplete List of Disallowed Inputs), a filter bypass weakness. When OpenClaw spawns child processes inheriting operator-supplied environment variables, attackers can inject malicious values for these variables to achieve arbitrary code execution in the context of those interpreters or redirect network connections through hostile hostname mappings. The fix (commit 2d126fc) expands the denylist from a small set to over 200 blocked keys including AWS credentials, Git control paths, compiler flags, and interpreter startup vectors. The npm package ecosystem is affected, with the macOS Swift codebase containing the vulnerable logic.

RemediationAI

Upgrade OpenClaw to version 2026.4.10 or later. The fix is included in npm package openclaw@2026.4.14 (latest at time of advisory). The patch (commit 2d126fc62343a7b6895351f96e4e1474bc358140, PR #63277) expands HostEnvSecurityPolicy.blockedInheritedKeys to include VIMINIT, EXINIT, LUA_INIT variants, HOSTALIASES, and over 200 additional high-risk variables covering AWS credentials, compiler flags, and interpreter control paths. Review GitHub advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-vfp4-8x56-j7c5 and commit diff at https://github.com/openclaw/openclaw/commit/2d126fc62343a7b6895351f96e4e1474bc358140 for full technical details. If upgrade is delayed, implement compensating controls: restrict operator access to OpenClaw execution environments, audit all environment variable sources passed to exec contexts, and deploy runtime monitoring for suspicious interpreter startup variable usage (detect VIMINIT, EXINIT, LUA_INIT in process environments). Note that compensating controls are complex to implement correctly given the breadth of blocked variables in the patch (200+ entries), making upgrade the strongly preferred remediation path.

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

CVE-2026-43584 vulnerability details – vuln.today

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