---
id: CVE-2026-53850
title: 'OpenClaw: Focus command could miss controlScope enforcement'
summary: 'OpenClaw: Focus command could miss controlScope enforcement'
severity: medium
cwe:
  - CWE-862
vendor: openclaw
product: openclaw
affected:
  - openclaw <= 2026.4.24
patched:
  - openclaw 2026.4.25
published: '2026-06-18'
updated: '2026-06-18'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-mpc8-jxjh-qpgh'
references:
  - url: >-
      https://github.com/openclaw/openclaw/security/advisories/GHSA-mpc8-jxjh-qpgh
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-53850'
  - url: >-
      https://www.vulncheck.com/advisories/openclaw-control-scope-enforcement-bypass-in-focus-command
  - url: 'https://github.com/advisories/GHSA-mpc8-jxjh-qpgh'
tags:
  - ghsa
  - npm
epss: 0.00138
epssPercentile: 0.02593
ingestedAt: '2026-06-19T03:39:00.773Z'
ecosystem: npm
---

## Overview

### Summary

Focus command could miss controlScope enforcement. In affected versions, a caller able to trigger the focus command could run the command without enforcing the expected control scope.

This advisory is scoped to the named feature and configuration. It does not change OpenClaw's trusted-operator model: authenticated Gateway operators, installed plugins, and intentional local execution surfaces remain trusted unless a separate policy, approval, allowlist, sandbox, or auth boundary is crossed.

### Impact

When the affected feature is enabled and reachable, this could change focus state outside the intended caller authority. Practical impact depends on the operator's configuration and whether lower-trust input can reach that path.

### Patched Versions

The first stable patched version is `2026.4.25`.

### Mitigations

restrict focus command access to trusted operators until patched. As general hardening, keep channel and tool allowlists narrow, avoid sharing one Gateway between mutually untrusted users, and disable the affected feature when it is not needed.

## Affected packages

- `openclaw <= 2026.4.24`

## Remediation

Upgrade to a patched release:

- `openclaw 2026.4.25`
