Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. openclaw
  4. ›
  5. CVE-2026-32913

CVE-2026-32913: OpenClaw: fetch-guard forwards custom authorization headers across cross-origin redirects

March 9, 2026 (updated March 23, 2026)

OpenClaw’s fetchWithSsrFGuard(...) followed cross-origin redirects while preserving arbitrary caller-supplied headers except for a narrow denylist (Authorization, Proxy-Authorization, Cookie, Cookie2). This allowed custom authorization headers such as X-Api-Key, Private-Token, and similar sensitive headers to be forwarded to a different origin after a redirect.

The fix switches cross-origin redirect handling from a narrow sensitive-header denylist to a safe-header allowlist, so only benign headers such as content negotiation and cache validators survive an origin change.

References

  • github.com/advisories/GHSA-6mgf-v5j7-45cr
  • github.com/openclaw/openclaw
  • github.com/openclaw/openclaw/commit/46715371b0612a6f9114dffd1466941ac476cef5
  • github.com/openclaw/openclaw/releases/tag/v2026.3.7
  • github.com/openclaw/openclaw/security/advisories/GHSA-6mgf-v5j7-45cr
  • nvd.nist.gov/vuln/detail/CVE-2026-32913

Code Behaviors & Features

Detect and mitigate CVE-2026-32913 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2026.3.7

Fixed versions

  • 2026.3.7

Solution

Upgrade to version 2026.3.7 or above.

Impact 7.5 HIGH

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

Learn more about CVSS

Weakness

  • CWE-116: Improper Encoding or Escaping of Output
  • CWE-184: Incomplete List of Disallowed Inputs
  • CWE-522: Insufficiently Protected Credentials

Source file

npm/openclaw/CVE-2026-32913.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 24 Mar 2026 12:17:57 +0000.