
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-29610 is a command hijacking vulnerability in OpenClaw (npm package) affecting all versions prior to 2026.2.14. The flaw allows attackers to execute unintended binaries by manipulating PATH environment variables through node-host execution surfaces or project-local bootstrapping, bypassing allowlist/safe-bin protections. It was discovered on 2026-02-04 by researcher @akhmittra and publicly disclosed via a GitHub Security Advisory on February 15, 2026. The vulnerability carries a CVSS v3.1 base score of 8.8 (High) and a CVSS v4.0 base score of 7.7 (High) (GitHub Advisory, Feedly).
The root cause is an uncontrolled search path element (CWE-427), compounded by reliance on untrusted inputs in a security decision (CWE-807) and improper OS command neutralization (CWE-78). Two distinct attack vectors exist: (A) Node Host PATH override — an authenticated attacker with access to a system.run execution surface can pass request-scoped PATH environment overrides, causing OpenClaw to resolve a malicious binary placed earlier in PATH instead of the intended allowlisted command; (B) Project-local bootstrapping — if a victim runs OpenClaw from an attacker-controlled directory containing node_modules/.bin/ with malicious executables, those binaries are prepended to PATH and can shadow safe-bin commands. The fix commit (013e8f6) disables project-local node_modules/.bin bootstrapping by default (opt-in only via OPENCLAW_ALLOW_PROJECT_LOCAL_BIN=1, append-only), and makes the node-host ignore all request-scoped PATH overrides entirely (GitHub Advisory, Fix Commit).
Successful exploitation enables arbitrary command execution with the privileges of the OpenClaw process, resulting in high confidentiality, integrity, and availability impact. An attacker can read sensitive data, modify system state, or disrupt service availability on the affected node host. In environments where OpenClaw operates with elevated privileges or has access to sensitive infrastructure, exploitation could facilitate lateral movement or full system compromise (GitHub Advisory, Feedly).
No public proof-of-concept exploit code is known to exist, and there is no evidence of in-the-wild exploitation at this time. The EPSS score is approximately 0.05%, reflecting low near-term exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation of the node-host vector requires authenticated access to a system.run execution surface, limiting opportunistic exploitation; however, the project-local bootstrapping vector requires only that a victim run OpenClaw inside an attacker-controlled directory (GitHub Advisory, Feedly).
system.run on a connected node host (e.g., a compromised gateway or misconfigured caller).git, npm).system.run request with a request-scoped PATH environment variable that places the attacker-controlled directory before legitimate system directories.node_modules/.bin/ with attacker-controlled executables named to match OpenClaw safe-bin commands. Social-engineer a victim into cloning and running OpenClaw from within this directory; OpenClaw prepends node_modules/.bin/ to PATH and executes the malicious binary (GitHub Advisory, Fix Commit).git, npm, sh) but resolving to non-standard paths (e.g., /tmp/, node_modules/.bin/, attacker-controlled directories).node_modules/.bin/ with names matching allowlisted safe-bin commands that are not legitimate npm package binaries; unexpected executables in writable directories on node hosts that shadow system commands.node_modules/.bin/ or /tmp/); system.run invocations with non-standard PATH environment variable values in request logs.Upgrade OpenClaw (npm) to version 2026.2.14 or later, which disables project-local node_modules/.bin PATH bootstrapping by default and blocks all request-scoped PATH overrides in node-host execution. For environments where immediate patching is not possible: restrict authenticated access to system.run execution surfaces; enforce strict directory permissions to prevent unauthorized writes to PATH-included directories; avoid running OpenClaw from untrusted or attacker-controlled working directories. If project-local bin support is operationally required, set OPENCLAW_ALLOW_PROJECT_LOCAL_BIN=1 only in trusted environments — this now appends rather than prepends the directory, reducing hijacking risk (GitHub Advisory, Fix Commit).
The vulnerability was assigned and disclosed by VulnCheck and published via a GitHub Security Advisory by maintainer @steipete. Community coverage has been limited but includes automated CVE tracking posts on Bluesky, Mastodon, and security aggregators such as RedPacket Security and InfinitSec. No major vendor statements or notable independent researcher commentary beyond the original advisory have been identified (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."