LiveActive security incident?Get immediate response
CVE Record

CVE-2026-32913: OpenClaw < 2026.3.7 - Custom Authorization Header Leakage via Cross-Origin Redirects

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.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

OpenClaw versions before 2026.3.7 may leak sensitive custom authorization headers when a request is redirected to another origin. An attacker-controlled redirect could receive headers such as X-Api-Key or Private-Token that were meant only for the original service.

Executive priority

Treat this as urgent for any production OpenClaw deployment using service tokens or API keys. The main business risk is credential exposure leading to downstream data access. No cited source confirms exploitation, but the severity and ease of triggering redirects justify rapid upgrade and credential review.

Technical view

The issue is in fetchWithSsrFGuard. It improperly forwards custom authorization headers across cross-origin redirects, creating credential disclosure risk. CVSS is 9.3 with network attack vector, low complexity, no privileges, no user interaction, changed scope, high confidentiality impact, and low integrity impact.

Likely exposure

Organizations using OpenClaw before 2026.3.7 are exposed, especially where OpenClaw sends custom API or private token headers to external services that may redirect requests across origins.

Exploitation context

The bundle does not cite active exploitation, and KEV is false. Exploitation would depend on causing OpenClaw-handled requests with sensitive custom headers to follow cross-origin redirects controlled or observable by an attacker.

Researcher notes

Keep scope limited to OpenClaw before 2026.3.7 and the documented fetchWithSsrFGuard behavior. The provided evidence supports header leakage across cross-origin redirects, not arbitrary token theft across unrelated products. Use the patch commit to understand the exact header validation change.

Mitigation direction

  • Upgrade OpenClaw to 2026.3.7 or later.
  • Review the GitHub advisory and patch commit for vendor-confirmed remediation details.
  • Rotate custom API keys or private tokens that may have crossed untrusted redirects.
  • Audit integrations that send X-Api-Key, Private-Token, or similar custom headers.
  • Check vendor guidance before applying any non-vendor workaround.

Validation and detection

  • Inventory deployed OpenClaw versions and flag anything before 2026.3.7.
  • Identify uses of fetchWithSsrFGuard with custom authorization-like headers.
  • Verify cross-origin redirects no longer receive sensitive custom headers after upgrade.
  • Review logs for unexpected cross-origin redirects involving token-bearing requests.
  • Confirm token rotation completed for potentially exposed integrations.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-522: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-32913 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

2CVSS vectors
3Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: partial

CVSS vector scores

2 official scores

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.3CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N3.94.7VulnCheck
8.8CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:L/SI:L/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

8.8High
CVSS 4.0 vector shape for CVE-2026-32913Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:L/SI:L/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
OpenClawOpenClaw0, 2026.3.7unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-522 · source CWE mapping

Insufficiently Protected Credentials

Insufficiently Protected Credentials represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.