Openclaw
CVE-2026-32009
MEDIUM
Severity by source
AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:H
Lifecycle Timeline
3Blast Radius
ecosystem impact- 1 npm packages depend on openclaw (1 direct, 0 indirect)
Ecosystem-wide dependent count for version 2026.2.24.
DescriptionCVE.org
OpenClaw versions prior to 2026.2.24 contain a policy bypass vulnerability in the safeBins allowlist evaluation that trusts static default directories including writable package-manager paths like /opt/homebrew/bin and /usr/local/bin. An attacker with write access to these trusted directories can place a malicious binary with the same name as an allowed executable to achieve arbitrary command execution within the OpenClaw runtime context.
AnalysisAI
Arbitrary command execution in OpenClaw prior to version 2026.2.24 results from improper validation of binaries in package manager directories that are included in the safeBins allowlist. An attacker with write access to trusted paths such as /opt/homebrew/bin or /usr/local/bin can plant a malicious binary to achieve code execution within the OpenClaw runtime. No patch is currently available.
Technical ContextAI
The vulnerability stems from CWE-426 (Untrusted Search Path) and represents a fundamental flaw in OpenClaw's safeBins allowlist evaluation logic. The application maintains a list of allowed executables that can be invoked within its runtime context, but the implementation incorrectly trusts static default directories without validating the integrity or origin of binaries within those paths. Package-manager directories like /opt/homebrew/bin (macOS Homebrew) and /usr/local/bin are commonly writable by non-root users or package managers themselves, creating an exploitable trust boundary. The safeBins mechanism is intended to prevent arbitrary command execution, but by failing to perform path canonicalization, ownership verification, or runtime integrity checks, it becomes a false security boundary. This is a classic privilege escalation vector in Unix-like systems where the PATH environment variable or hardcoded search paths can be poisoned by a user with directory write permissions.
RemediationAI
Upgrade OpenClaw to version 2026.2.24 or later immediately. The patch addresses the safeBins allowlist evaluation logic to remove trust in static default writable directories and implement path canonicalization and ownership verification. Until patching is possible, restrict write permissions on trusted binary directories (/opt/homebrew/bin, /usr/local/bin) to root or the OpenClaw service account only, and run OpenClaw with minimal privileges in a sandboxed or containerized environment to limit the impact of potential binary hijacking. Additionally, monitor these directories for unexpected binary modifications using file integrity monitoring (FIM) tools such as Auditd, Aide, or Osquery. Review and audit any CI/CD pipelines or automation that may grant users write access to system binary paths. See the vendor advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-5gj7-jf77-q2q2 for detailed remediation guidance.
Auth bypass in OpenClaw voice-call extension before 2026.2.1. EPSS 0.68%. PoC and patch available.
Privilege escalation in OpenClaw (pre-2026.3.28) allows unauthenticated remote attackers to gain administrative access b
OpenClaw versions 2026.2.22 through 2026.2.24 contain a privilege escalation vulnerability that allows authenticated att
An authorization mismatch vulnerability in OpenClaw versions prior to 2026.3.1 allows authenticated users with operator.
OpenClaw versions prior to 2026.1.29 automatically establish WebSocket connections to attacker-controlled gateway URLs e
Path traversal in OpenClaw through version 2026.3.23 enables unauthenticated remote attackers to read arbitrary files in
OpenClaw sandbox browser functionality launches x11vnc for noVNC observer sessions without requiring authentication, all
OpenClaw versions before 2026.2.26 allow authenticated attackers to write arbitrary files outside the workspace director
OpenClaw versions prior to 2026.2.22 contain a shell environment variable injection vulnerability in the system.run func
OpenClaw versions prior to 2026.2.22 contain a resource exhaustion vulnerability where the application fails to consiste
OpenClaw versions prior to 2026.3.1 contain a sandbox escape vulnerability that allows authenticated attackers with low
OpenClaw versions 2026.1.30 and below fail to validate Telegram webhook secret tokens when `channels.telegram.webhookSec
Same weakness CWE-426 – Untrusted Search Path
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
GHSA-5gj7-jf77-q2q2