Loading...
Skip to main content

CVE-2026-42434

HIGH

OpenClaw: Sandboxed agents could escape exec routing via host=node override

Published April 17, 2026Updated May 8, 2026Source: osv

Summary

## Summary Sandboxed agents could escape exec routing via host=node override. ## Affected Packages / Versions - Package: `openclaw` - Ecosystem: npm - Affected versions: `>= 2026.4.5 < 2026.4.10` - Patched versions: `>= 2026.4.10` ## Impact A sandboxed agent could request `host: "node"` and route exec to a remote node instead of the intended sandbox execution path, bypassing the sandbox routing boundary. ## Technical Details The fix blocks sandboxed exec escape to remote node targets and keeps routing aligned with the active sandbox policy. ## Fix The issue was fixed in #63880. The first stable tag containing the fix is `v2026.4.10`, and `openclaw@2026.4.14` includes the fix. ## Fix Commit(s) - `dffad08529202edbf34e4808788e1182fe10f6a9` - PR: #63880 ## Release Process Note Users should upgrade to `openclaw` 2026.4.10 or newer. The latest npm release, `2026.4.14`, already includes the fix. ## Credits Thanks to @zsxsoft, with sponsorship from @KeenSecurityLab and @qclawer for reporting this issue.

Remediation

Upgrade to the fixed version using your package manager.

npm
Update openclaw to 2026.4.10 or later
npm install openclaw@2026.4.10

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (1)

PackageEcosystemAffectedFixed In
openclaw
npm
All versions2026.4.10

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

  • CWE-863
    Incorrect AuthorizationMITRE

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 8.8 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Frequently Asked Questions

What is CVE-2026-42434?
OpenClaw: Sandboxed agents could escape exec routing via host=node override This vulnerability has been assigned a severity rating of HIGH (CVSS score: 8.8/10).
How do I check if my project is affected by CVE-2026-42434?
CVE-2026-42434 affects openclaw. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-42434 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
8.8

High exploitability or significant impact. Prioritize remediation within days.

Also Known As

GHSA-736r-jwj6-4w23

Related CVEs

  • CVE-2026-41294
    CRITICAL

    OpenClaw has a CWD `.env` environment variable injection which bypasses host-env policy and allows config takeover

  • CVE-2026-22172
    CRITICAL

    OpenClaw: WebSocket shared-auth connections could self-declare elevated scopes

  • CVE-2026-28472
    CRITICAL

    OpenClaw's gateway connect could skip device identity checks when auth.token was present but not yet validated

  • CVE-2026-43571
    HIGH

    OpenClaw: Channel setup catalog lookups could include untrusted workspace plugin shadows

  • CVE-2026-53819
    HIGH

    OpenClaw: Workspace .env could override Homebrew executable selection for skill install flows

  • CVE-2026-32914
    HIGH

    OpenClaw: Command-authorized non-owners could reach owner-only `/config` and `/debug` surfaces

  • CVE-2026-28469
    HIGH

    OpenClaw Google Chat shared-path webhook target ambiguity allowed cross-account policy-context misrouting

  • CVE-2026-22177
    MEDIUM

    OpenClaw's config env vars allowed startup env injection into service runtime

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies