Cyber Resilience

CVE-2026-42435

HighPublic PoC

Published: 05 May 2026

Published
05 May 2026
Modified
05 May 2026
KEV Added
Patch
CVSS Score v4 8.7 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
EPSS Score 0.0041 32.6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-42435 is a high-severity Incomplete List of Disallowed Inputs (CWE-184) vulnerability. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unix Shell (T1059.004); ranked at the 32.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-42435 is an insufficient shell-wrapper detection vulnerability affecting OpenClaw versions from 2026.2.22 before 2026.4.12. The flaw enables attackers to inject environment variable assignments at the argv level, bypassing exec preflight handling and allowing manipulation of high-risk shell variables such as SHELLOPTS and PS4. This impacts execution semantics and security controls. The vulnerability carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and maps to CWE-184.

Attackers with low privileges (PR:L) can exploit this over the network (AV:N) with low attack complexity (AC:L) and no user interaction (UI:N). Exploitation bypasses shell-wrapper protections, enabling manipulation of shell variables to alter execution behavior, achieve high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), and undermine security controls.

Mitigation is addressed in OpenClaw version 2026.4.12 and later, as evidenced by the fixing commit at https://github.com/openclaw/openclaw/commit/8f8492d172f4c5b4fd7dd9a47855ed620c8770ab. Additional details are provided in the GitHub security advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-j6c7-3h5x-99g9 and the VulnCheck advisory at https://www.vulncheck.com/advisories/openclaw-shell-wrapper-detection-bypass-via-environment-variable-assignment-injection.

EU & UK References

Vulnerability details

OpenClaw versions from 2026.2.22 before 2026.4.12 contain an insufficient shell-wrapper detection vulnerability allowing attackers to inject environment variable assignments at the argv level. Attackers can bypass exec preflight handling to manipulate high-risk shell variables like SHELLOPTS and PS4, affecting execution…

more

semantics and security controls.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Vulnerability enables direct manipulation of Unix shell variables (SHELLOPTS/PS4) via argv injection to bypass wrapper protections, directly facilitating Unix shell command execution (T1059.004). Low-privilege network exploitation yielding full C/I/A impact maps to exploitation for privilege escalation (T1068). Network-accessible flaw in application service enables exploitation of public-facing application (T1190).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-34430Shared CWE-184
CVE-2026-43566Shared CWE-184
CVE-2026-32017Shared CWE-184
CVE-2026-43578Shared CWE-184
CVE-2025-48732Shared CWE-184
CVE-2026-44115Shared CWE-184
CVE-2026-41392Shared CWE-184
CVE-2026-43584Shared CWE-184
CVE-2026-34177Shared CWE-184
CVE-2026-43532Shared CWE-184

Affected Assets

OpenClaw
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely identification, reporting, and correction of flaws like the shell-wrapper detection bypass via patching to OpenClaw 2026.4.12 or later.

prevent

Enforces validation of argv inputs to prevent injection of environment variable assignments that bypass exec preflight handling.

detect

Mandates vulnerability scanning to identify deployments of vulnerable OpenClaw versions affected by CVE-2026-42435.

References