Loading...
Skip to main content

CVE-2026-53811

HIGH

OpenClaw: Matrix allowFrom could bind to mutable display names

Published July 2, 2026Updated July 2, 2026Source: osv

Summary

### Summary Matrix allowFrom could bind to mutable display names. In affected versions, a Matrix account able to change display name metadata could match a policy entry through mutable display metadata. 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 receive agent access intended for another Matrix identity. 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.5.7`. ### Mitigations use stable Matrix user IDs in allowlists 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.

Remediation

Upgrade to the fixed version using your package manager.

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

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

Affected Packages (1)

PackageEcosystemAffectedFixed In
openclaw
npm
All versions2026.5.7

Vulnerability Classification

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

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-53811?
OpenClaw: Matrix allowFrom could bind to mutable display names 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-53811?
CVE-2026-53811 affects openclaw. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-53811 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-7hxm-f538-3xp6

Related CVEs

  • CVE-2026-28446
    CRITICAL

    OpenClaw has an inbound allowlist policy bypass in voice-call extension (empty caller ID + suffix matching)

  • CVE-2026-32915
    HIGH

    OpenClaw: Leaf subagents could steer sibling sessions across sandbox boundaries

  • CVE-2026-35674
    HIGH

    OpenClaw: Scoped chat.send route inheritance could bypass admin command scope gates

  • CVE-2026-53836
    HIGH

    OpenClaw: PowerShell encoded-command aliases could miss exec allowlist checks

  • CVE-2026-41387
    HIGH

    OpenClaw's incomplete host env sanitization blocklist allows supply-chain redirection via package-manager env overrides

  • CVE-2026-29610
    HIGH

    OpenClaw: Command hijacking via unsafe PATH handling (bootstrapping + node-host PATH overrides)

  • CVE-2026-33578
    MEDIUM

    OpenClaw: Google Chat and Zalouser group sender allowlist bypass via policy downgrade

  • CVE-2026-42426
    MEDIUM

    OpenClaw `node.pair.approve` placed in `operator.write` scope instead of `operator.pairing` allows unprivileged pairing approval

Check if you're affected

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

Scan Your Dependencies