Skip to main content

Openclaw CVE-2026-32009

MEDIUM
Untrusted Search Path (CWE-426)
2026-03-19 disclosure@vulncheck.com GHSA-5gj7-jf77-q2q2
5.7
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.7 MEDIUM
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
Attack Vector
Local
Attack Complexity
High
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Lifecycle Timeline

3
Patch released
Mar 31, 2026 - 21:13 nvd
Patch available
Analysis Generated
Mar 19, 2026 - 22:30 vuln.today
CVE Published
Mar 19, 2026 - 22:16 nvd
MEDIUM 5.7

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.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.

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-32009 vulnerability details – vuln.today

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