Description
OpenClaw's Matrix integration (npm package @openclaw/matrix) versions >= 2026.2.2 and < 2026.8.1 lowercase complete Matrix user IDs — including historical localparts and the case-sensitive server-name portion — when deriving the OpenClaw authorization identity. As a result, distinct authenticated Matrix accounts can normalize to the same authorization identity. A Matrix participant controlling a colliding account identifier (a protocol-valid identifier that differs from the configured one only by characters OpenClaw case/Unicode folds; display-name matching is not required) can inherit allowlist, owner-command, exec-approval, or plugin-approval authority configured for another account. The issue is fixed in 2026.8.1.
Published: 2026-09-26
Score: 7.7 High
EPSS: n/a
KEV: No
Impact: Authorization Bypass / Privilege Escalation
Action: Apply Patch
AI Analysis

Impact

OpenClaw's Matrix integration (npm package @openclaw/matrix) normalizes Matrix user IDs to lowercase when building the authorization identity, causing distinct accounts that differ only by case or Unicode folding to resolve to the same identity. This permits a Matrix user that owns a colliding identifier to inherit the allowlist, owner-command, exec‑approval, or plugin‑approval privileges that were configured for another account, effectively bypassing authorization controls. The flaw is a case‑folding oversight (CWE‑178).

Affected Systems

The vulnerability affects OpenClaw Matrix (npm package @openclaw/matrix) versions that are greater than or equal to 2026.2.2 and less than 2026.8.1. Any installation of the openclaw:matrix product within this version range is susceptible.

Risk and Exploitability

The vulnerability carries a CVSS score of 7.7, indicating moderate-to-high severity. Exploitability is not documented in EPSS or KEV, but the flaw can be leveraged by any user who can create or control a Matrix account that collides with a pre‑existing one, allowing that user to obtain elevated authorities on the target system. Attack requires authentication to Matrix and the ability to register or manage a colliding account, making the threat actionable to insiders or compromised accounts.

Generated by OpenCVE AI on September 26, 2026 at 03:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade @openclaw/matrix to version 2026.8.1 or later.
  • Validate that all existing Matrix account identifiers are unique and do not collide after the upgrade.
  • Revoke and re‑issue credentials for accounts that could have collided to ensure distinct authorization identities.

Generated by OpenCVE AI on September 26, 2026 at 03:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 26 Sep 2026 02:30:00 +0000

Type Values Removed Values Added
Description OpenClaw's Matrix integration (npm package @openclaw/matrix) versions >= 2026.2.2 and < 2026.8.1 lowercase complete Matrix user IDs — including historical localparts and the case-sensitive server-name portion — when deriving the OpenClaw authorization identity. As a result, distinct authenticated Matrix accounts can normalize to the same authorization identity. A Matrix participant controlling a colliding account identifier (a protocol-valid identifier that differs from the configured one only by characters OpenClaw case/Unicode folds; display-name matching is not required) can inherit allowlist, owner-command, exec-approval, or plugin-approval authority configured for another account. The issue is fixed in 2026.8.1.
Title OpenClaw Matrix before 2026.8.1 Authorization Bypass via Case Folding
Weaknesses CWE-178
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 7.7, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-26T02:18:39.224Z

Reserved: 2026-09-26T01:01:36.095Z

Link: CVE-2026-100541

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-26T03:16:59.987

Modified: 2026-09-26T03:16:59.987

Link: CVE-2026-100541

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-26T03:45:04Z

Weaknesses
  • CWE-178

    Improper Handling of Case Sensitivity