Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
Lifecycle Timeline
4Blast Radius
ecosystem impact- 2 npm packages depend on openclaw (2 direct, 0 indirect)
Ecosystem-wide dependent count for version 2026.3.7.
DescriptionCVE.org
OpenClaw before 2026.3.7 contains an improper header validation vulnerability in fetchWithSsrFGuard that forwards custom authorization headers across cross-origin redirects. Attackers can trigger redirects to different origins to intercept sensitive headers like X-Api-Key and Private-Token intended for the original destination.
AnalysisAI
OpenClaw versions prior to 2026.3.7 contain a critical header validation flaw in the fetchWithSsrFGuard function that leaks sensitive authorization headers (including X-Api-Key and Private-Token) across cross-origin redirects. An attacker can exploit this remotely without authentication by triggering HTTP redirects to attacker-controlled domains, intercepting credentials intended for legitimate services. With a CVSS score of 9.3 and network-accessible attack vector requiring low complexity, this represents a significant information disclosure risk, though no active exploitation (KEV) or public POC has been reported at this time.
Technical ContextAI
This vulnerability affects OpenClaw (cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:*), specifically the fetchWithSsrFGuard function which performs server-side request guarding. The root cause is CWE-522 (Insufficiently Protected Credentials), where the application fails to properly validate and strip sensitive HTTP headers when following cross-origin redirects. When an HTTP 301/302 redirect occurs during fetch operations, custom authorization headers that should remain private to the original destination are incorrectly forwarded to the redirect target. This violates the principle of least privilege for credential transmission and the same-origin policy expectations for sensitive headers. The vulnerability enables a classic header-forwarding attack pattern where redirect chains can be weaponized to extract authentication tokens.
RemediationAI
Upgrade OpenClaw to version 2026.3.7 or later immediately, as a patch is available from the vendor (see https://github.com/openclaw/openclaw/security/advisories/GHSA-6mgf-v5j7-45cr). The specific fix is implemented in commit 46715371b0612a6f9114dffd1466941ac476cef5 available at https://github.com/openclaw/openclaw/commit/46715371b0612a6f9114dffd1466941ac476cef5. Until patching is possible, implement strict egress filtering to prevent the application from making outbound requests to untrusted domains, and consider using a secure proxy that strips sensitive headers on cross-origin redirects. Review application logs for any suspicious redirect patterns to external domains that may indicate exploitation attempts. If fetchWithSsrFGuard is used with third-party APIs, rotate all API keys and tokens that may have been exposed through redirect chains.
Auth bypass in OpenClaw voice-call extension before 2026.2.1. EPSS 0.68%. PoC and patch available.
Privilege escalation in OpenClaw (pre-2026.3.28) allows unauthenticated remote attackers to gain administrative access b
OpenClaw versions 2026.2.22 through 2026.2.24 contain a privilege escalation vulnerability that allows authenticated att
An authorization mismatch vulnerability in OpenClaw versions prior to 2026.3.1 allows authenticated users with operator.
OpenClaw versions prior to 2026.1.29 automatically establish WebSocket connections to attacker-controlled gateway URLs e
Path traversal in OpenClaw through version 2026.3.23 enables unauthenticated remote attackers to read arbitrary files in
OpenClaw sandbox browser functionality launches x11vnc for noVNC observer sessions without requiring authentication, all
OpenClaw versions before 2026.2.26 allow authenticated attackers to write arbitrary files outside the workspace director
OpenClaw versions prior to 2026.2.22 contain a shell environment variable injection vulnerability in the system.run func
OpenClaw versions prior to 2026.2.22 contain a resource exhaustion vulnerability where the application fails to consiste
OpenClaw versions prior to 2026.3.1 contain a sandbox escape vulnerability that allows authenticated attackers with low
OpenClaw versions 2026.1.30 and below fail to validate Telegram webhook secret tokens when `channels.telegram.webhookSec
Same weakness CWE-522 – Insufficiently Protected Credentials
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14599
GHSA-6mgf-v5j7-45cr