CVE-2026-53839
OpenClaw (formerly Moltbot or Clawdbot) vulnerability analysis and mitigation

Overview

CVE-2026-53839 is a hostname validation vulnerability in OpenClaw (a Node.js package) affecting all versions before 2026.5.7. The flaw exists in retry endpoint checks, where the validation logic matches hostname prefixes rather than requiring exact hostname matches, allowing attackers to craft a hostname that resembles a trusted host and redirect authentication material to untrusted endpoints. It was published on June 12, 2026, with a patch released in version 2026.5.7. The vulnerability carries a CVSS v3.1 base score of 6.5 (Medium) and a CVSS v4.0 base score of 6.0 (Medium) (GitHub Advisory, OpenClaw Advisory).

Technical details

The root cause is classified as CWE-1023 (Incomplete Comparison with Missing Factors), with secondary weaknesses of CWE-20 (Improper Input Validation) and CWE-345 (Insufficient Verification of Data Authenticity). The retry endpoint validation logic performs a prefix-based hostname comparison rather than an exact match, meaning a hostname like trusted-host.example.com.attacker.com or trusted-hostevil.com could pass validation if it begins with the expected trusted hostname string. Exploitation requires low-privilege authenticated access and the ability to supply a retry endpoint URL via lower-trust input to the affected feature. No public proof-of-concept code has been identified (OpenClaw Advisory, GitHub Advisory).

Impact

Successful exploitation results in a high confidentiality impact: authentication tokens or credentials intended for trusted endpoints can be intercepted and sent to attacker-controlled endpoints. There is no integrity or availability impact. Practical impact is bounded by the operator's configuration — specifically, whether lower-trust input can reach the retry endpoint path and whether the affected feature is enabled. Lateral movement potential is limited, but stolen authentication material could be leveraged for further unauthorized access to systems that accept those credentials (OpenClaw Advisory, GitHub Advisory).

Exploitation steps

  1. Reconnaissance: Identify an OpenClaw deployment running a version prior to 2026.5.7 where the retry endpoint feature is enabled and accessible to lower-trust authenticated users.
  2. Obtain low-privilege access: Authenticate to the OpenClaw instance with a low-privilege account, which is the minimum privilege level required for exploitation.
  3. Craft a malicious hostname: Construct a hostname that begins with the string of a trusted host (e.g., if the trusted host is trusted.example.com, craft a hostname like trusted.example.com.attacker.com or trusted.example.comevil.com) that will pass the prefix-based validation check.
  4. Submit the malicious retry endpoint URL: Supply the crafted hostname as the retry endpoint URL through the lower-trust input path that reaches the vulnerable validation logic.
  5. Intercept authentication material: The OpenClaw system, believing the endpoint is trusted, sends authentication tokens or credentials to the attacker-controlled endpoint, where they can be captured and reused (OpenClaw Advisory).

Indicators of compromise

  • Network: Outbound HTTP/HTTPS requests from the OpenClaw server to unexpected or external hostnames that share a prefix with known trusted endpoints; connections to domains not in the approved retry endpoint allowlist.
  • Logs: Application logs showing retry endpoint validation passing for hostnames that are not exact matches of configured trusted hosts; authentication token transmission events to unfamiliar destination URLs.
  • Configuration/Behavior: Retry endpoint URLs in requests or configuration that contain trusted hostname strings as prefixes but resolve to different domains or IP addresses than expected trusted endpoints.

Mitigation and workarounds

The primary remediation is to upgrade OpenClaw to version 2026.5.7 or later, which implements exact hostname matching in retry endpoint validation (OpenClaw Advisory). As interim workarounds prior to patching: pin retry endpoints to exact trusted origins in configuration, keep channel and tool allowlists narrow, avoid sharing a single Gateway instance between mutually untrusted users, and disable the retry endpoint feature entirely if it is not required. Operators should also audit logs for any suspicious hostname-based redirect attempts that may indicate prior exploitation attempts.

Additional resources


SourceThis report was generated using AI

Related OpenClaw (formerly Moltbot or Clawdbot) vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-53633CRITICAL9.8
  • JavaScript logoJavaScript
  • @vitest/browser
NoYesJul 14, 2026
CVE-2026-48801HIGH8.7
  • JavaScript logoJavaScript
  • node-markdown-it
NoYesJul 14, 2026
CVE-2026-49978MEDIUM6.3
  • JavaScript logoJavaScript
  • openclaw
NoYesJul 14, 2026
CVE-2026-49459MEDIUM6.1
  • JavaScript logoJavaScript
  • kibana-8.19
NoYesJul 14, 2026
CVE-2026-49458MEDIUM6.1
  • JavaScript logoJavaScript
  • langfuse-3
NoYesJul 14, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management