
Cloud Vulnerability DB
A community-led vulnerabilities database
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).
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).
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).
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.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.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."