CVE-2026-100543
Received Received - Intake

Deterministic Hashes in OpenClaw Configuration Leak Password

Vulnerability report for CVE-2026-100543, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-26

Last updated on: 2026-09-26

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-26
Last Modified
2026-09-26
Generated
2026-09-26
AI Q&A
2026-09-26
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

OpenClaw before version 2026.8.1 includes deterministic hashes of the original unredacted configuration in redacted configuration responses. When the Gateway password has low entropy and other configuration values can be reconstructed, these hashes act as offline password verifiers. An attacker who obtains the redacted configuration can test password candidates offline without triggering rate-limited Gateway authentication.

Detection Guidance

To detect this vulnerability, check if your OpenClaw version is below 2026.8.1. Use commands like 'npm list openclaw' or 'cat package.json' to verify the installed version. If the version is outdated, the system is vulnerable.

Impact Analysis

An attacker could recover the Gateway password, granting shared-secret operator authority. This could lead to unauthorized access, data breaches, or system compromise. The impact depends on the privileges of the compromised account and the sensitivity of the exposed data.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating confidentiality requirements in GDPR and HIPAA. Organizations may face compliance penalties, legal liabilities, and reputational damage if exploited.

Mitigation Strategies

Upgrade OpenClaw to version 2026.8.1 or later immediately. Use high-entropy Gateway tokens or passwords. Prefer secret references over inline low-entropy values. Restrict config.get access to trusted operators only.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-100543. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart