CVE-2026-32045
Published: 21 March 2026
Summary
CVE-2026-32045 is a medium-severity Authentication Bypass by Spoofing (CWE-290) vulnerability in Openclaw Openclaw. Its CVSS base score is 5.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 25.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Requires timely identification, reporting, and correction of flaws like the authentication bypass in OpenClaw via patching to version 2026.2.21 or later.
Enforces approved access control policies to block unauthorized access to HTTP gateway routes despite Tailscale header authentication bypass.
Mandates secure configuration settings and monitoring for authentication mechanisms, mitigating misapplication of tokenless Tailscale header authentication.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Authentication bypass via spoofed Tailscale headers on HTTP gateway routes directly enables remote exploitation of a public-facing application for unauthorized data access (CWE-290).
NVD Description
OpenClaw versions prior to 2026.2.21 incorrectly apply tokenless Tailscale header authentication to HTTP gateway routes, allowing bypass of token and password requirements. Attackers on trusted networks can exploit this misconfiguration to access HTTP gateway routes without proper authentication credentials.
Deeper analysisAI
CVE-2026-32045 is an authentication bypass vulnerability affecting OpenClaw versions prior to 2026.2.21. The issue stems from the incorrect application of tokenless Tailscale header authentication to HTTP gateway routes, which allows attackers to bypass required token and password authentication. This misconfiguration, linked to CWE-290 (Authentication Bypass by Spoofing), has a CVSS v3.1 base score of 5.9 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N) and was published on 2026-03-21.
Attackers positioned on trusted networks can exploit this vulnerability over the network with no privileges or user interaction required, though it demands high attack complexity. Successful exploitation grants unauthorized access to HTTP gateway routes, resulting in high confidentiality impact by exposing sensitive data without integrity or availability disruption.
Advisories and the associated patch recommend updating to OpenClaw version 2026.2.21 or later to mitigate the issue. The fixing commit (356d61aacfa5b0f1d5830716ec59d70682a3e7b8) addresses the improper Tailscale header handling, while GitHub Security Advisory GHSA-hff7-ccv5-52f8 and VulnCheck's analysis provide further details on the flaw and remediation steps.
Details
- CWE(s)