---
id: CVE-2026-53818
title: 'OpenClaw: MCP loopback could skip owner-only tool policy for non-owner callers'
summary: 'OpenClaw: MCP loopback could skip owner-only tool policy for non-owner callers'
severity: medium
cvss: 6.6
cwe:
  - CWE-862
vendor: openclaw
product: openclaw
ecosystem: npm
affected:
  - openclaw < 2026.4.24
patched:
  - openclaw 2026.4.24
published: '2026-07-02'
updated: '2026-07-02'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-rj6p-xmxr-qj4h'
references:
  - url: >-
      https://github.com/openclaw/openclaw/security/advisories/GHSA-rj6p-xmxr-qj4h
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-53818'
  - url: >-
      https://www.vulncheck.com/advisories/openclaw-owner-only-tool-policy-bypass-via-mcp-loopback
  - url: 'https://github.com/advisories/GHSA-rj6p-xmxr-qj4h'
tags:
  - ghsa
  - npm
epss: 0.0014
epssPercentile: 0.027
ingestedAt: '2026-07-02T17:40:39.316Z'
---

## Overview

### Summary

MCP loopback could skip owner-only tool policy for non-owner callers. In affected versions, a non-owner caller reaching the affected loopback path could skip owner-only tool policy and before-tool-call hooks.

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 invoke owner-only behavior through that loopback path. Practical impact depends on the operator's configuration and whether lower-trust input can reach that path.

### Resolution

Update to a patched OpenClaw release when one is listed for this advisory. If the Patched versions field is populated, use that version or later.

### Mitigations

restrict MCP loopback 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.24`
