Description
OpenClaw (npm package openclaw) before 2026.8.1 could include deterministic hashes computed over the original, unredacted configuration in redacted configuration responses. When the Gateway password had low entropy and the remaining configuration values were reconstructable, these hashes acted as offline password verifiers: a caller able to obtain the redacted configuration (for example via config.get) could test password candidates offline without going through the rate-limited Gateway authentication path. Recovering the password could grant the documented shared-secret operator authority. Secret references were not affected in the same way. The issue is fixed in 2026.8.1.
Published: 2026-09-26
Score: 7.7 High
EPSS: n/a
KEV: No
Impact: Information Disclosure via Config Hash and Potential Operator Authority Takeover
Action: Patch Immediately
AI Analysis

Impact

OpenClaw (npm package openclaw) versions before 2026.8.1 contain deterministic hashes computed over the original, unredacted configuration. These hashes are returned in redacted configuration responses. When the Gateway password has low entropy and the remaining configuration values can be reconstructed, an attacker who can obtain the redacted configuration can use the hash as an offline password verifier, allowing password recovery and grant shared‑secret operator authority. The leak does not expose secret references directly, but it enables password cracking. This is a classic information disclosure vulnerability (CWE‑200).

Affected Systems

The affected product is OpenClaw (npm package openclaw) in all releases prior to 2026.8.1. The vulnerability applies to any installation that exposes the redacted configuration and includes the deterministic hash, i.e., all instances of OpenClaw before the 2026.8.1 patch.

Risk and Exploitability

The CVSS score of 7.7 indicates high severity. The EPSS score is not available, so the likelihood of exploitation cannot be precisely quantified, but the presence of an offline password verifier makes the vulnerability significant. The issue is not listed in CISA KEV. The likely attack vector is remote via an API endpoint that returns configuration, such as config.get; the attacker first obtains the redacted configuration, then performs offline hashing attacks to verify password candidates, bypassing any gateway rate limiting. This approach can lead to compromise of operator authority if the Gateway password is weak.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenClaw to version 2026.8.1 or later, which removes the deterministic hash from redacted responses.
  • Ensure Gateway passwords have high entropy and are changed regularly to minimize the utility of any offline hash.
  • Restrict or disable the config.get endpoint so that only authorized operators can retrieve configuration data.

Generated by OpenCVE AI on September 26, 2026 at 03:34 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 (npm package openclaw) before 2026.8.1 could include deterministic hashes computed over the original, unredacted configuration in redacted configuration responses. When the Gateway password had low entropy and the remaining configuration values were reconstructable, these hashes acted as offline password verifiers: a caller able to obtain the redacted configuration (for example via config.get) could test password candidates offline without going through the rate-limited Gateway authentication path. Recovering the password could grant the documented shared-secret operator authority. Secret references were not affected in the same way. The issue is fixed in 2026.8.1.
Title OpenClaw before 2026.8.1 Information Disclosure via Configuration Hash
First Time appeared Openclaw
Openclaw openclaw
Weaknesses CWE-200
CPEs cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:*
Vendors & Products Openclaw
Openclaw openclaw
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

Openclaw Openclaw
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

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

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

Link: CVE-2026-100543

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-26T03:17:00.287

Modified: 2026-09-26T03:17:00.287

Link: CVE-2026-100543

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor