CVE-2026-32037: OpenClaw: SSRF bypass via MSTeams redirect chain
MEDIUMOpenClaw's MSTeams media download fails to re-validate redirect hops against its configured mediaAllowHosts allowlist, letting any authenticated Teams user force the agent to make HTTP requests to arbitrary internal hosts. While CVSS scores this at Medium (6.0), the EPSS places it in the top 93rd percentile—a signal of elevated real-world interest—and the changed-scope rating reflects that exploitation extends well beyond the vulnerable component, since AI agents typically hold privileged access to cloud metadata endpoints, internal APIs, and secrets that traditional web apps do not. With no public exploit or CISA KEV entry yet available, the window to patch before weaponization is real but not guaranteed. Upgrade to OpenClaw 2026.2.22 immediately and enforce strict egress filtering on RFC-1918 ranges and cloud metadata IPs from any host running the agent.
What is the risk?
Medium CVSS (6.0) understates operational risk for AI agent deployments. The changed scope (S:C) combined with the broad internal network access inherent to AI agents elevates practical impact significantly beyond what the score conveys. EPSS top 93rd percentile signals elevated real-world exploitation interest disproportionate to its absolute probability. Attack complexity is rated High—requiring the attacker to influence a URL processed via Teams attachment delivery—but MSTeams provides a low-friction social delivery surface that lowers the effective bar. No public exploit or CISA KEV entry currently exists, but SSRF in agentic download paths has proven straightforward to weaponize once understood.
How does the attack unfold?
What systems are affected?
| Package | Ecosystem | Vulnerable Range | Patched |
|---|---|---|---|
| OpenClaw | pip | — | No patch |
Do you use OpenClaw? You're affected.
How severe is it?
What is the attack surface?
What should I do?
5 steps-
PATCH
Upgrade OpenClaw to ≥2026.2.22 (commits 73d93de, b34097f).
-
EGRESS FILTERING
Block outbound requests from OpenClaw hosts to RFC-1918 ranges, APIPA (169.254.0.0/16), and cloud metadata IPs at the network layer as a defense-in-depth control.
-
AUDIT
Review and minimize the mediaAllowHosts allowlist to only necessary external media domains.
-
DETECT
Alert on HTTP requests from OpenClaw processes targeting internal CIDRs or unexpected external hosts; correlate with Teams attachment ingestion events.
-
INTERIM WORKAROUND
If patching is delayed, disable MSTeams attachment download functionality in OpenClaw configuration until the upgrade is applied.
What does CISA's SSVC say?
Source: CISA Vulnrichment (SSVC v2.0). Decision based on the CISA Coordinator decision tree.
How is it classified?
Which compliance frameworks are affected?
This CVE is relevant to:
Frequently Asked Questions
What is CVE-2026-32037?
OpenClaw's MSTeams media download fails to re-validate redirect hops against its configured mediaAllowHosts allowlist, letting any authenticated Teams user force the agent to make HTTP requests to arbitrary internal hosts. While CVSS scores this at Medium (6.0), the EPSS places it in the top 93rd percentile—a signal of elevated real-world interest—and the changed-scope rating reflects that exploitation extends well beyond the vulnerable component, since AI agents typically hold privileged access to cloud metadata endpoints, internal APIs, and secrets that traditional web apps do not. With no public exploit or CISA KEV entry yet available, the window to patch before weaponization is real but not guaranteed. Upgrade to OpenClaw 2026.2.22 immediately and enforce strict egress filtering on RFC-1918 ranges and cloud metadata IPs from any host running the agent.
Is CVE-2026-32037 actively exploited?
No confirmed active exploitation of CVE-2026-32037 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-32037?
1. PATCH: Upgrade OpenClaw to ≥2026.2.22 (commits 73d93de, b34097f). 2. EGRESS FILTERING: Block outbound requests from OpenClaw hosts to RFC-1918 ranges, APIPA (169.254.0.0/16), and cloud metadata IPs at the network layer as a defense-in-depth control. 3. AUDIT: Review and minimize the mediaAllowHosts allowlist to only necessary external media domains. 4. DETECT: Alert on HTTP requests from OpenClaw processes targeting internal CIDRs or unexpected external hosts; correlate with Teams attachment ingestion events. 5. INTERIM WORKAROUND: If patching is delayed, disable MSTeams attachment download functionality in OpenClaw configuration until the upgrade is applied.
What systems are affected by CVE-2026-32037?
This vulnerability affects the following AI/ML architecture patterns: AI agent frameworks, Enterprise chat integrations (Microsoft Teams), Agentic automation pipelines, Cloud-hosted AI agent deployments.
What is the CVSS score for CVE-2026-32037?
CVE-2026-32037 has a CVSS v3.1 base score of 6.0 (MEDIUM). The EPSS exploitation probability is 0.17%.
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0049 Exploit Public-Facing Application AML.T0086 Exfiltration via AI Agent Tool Invocation AML.T0107 Exploitation for Defense Evasion Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw versions prior to 2026.2.22 fail to consistently validate redirect chains against configured mediaAllowHosts allowlists during MSTeams media downloads. Attackers can supply or influence attachment URLs to force redirects to non-allowlisted targets, bypassing SSRF boundary controls.
Exploitation Scenario
An attacker with a low-privilege Microsoft Teams account identifies a target organization running OpenClaw for AI agent automation. They upload an attachment with a URL pointing to an attacker-controlled server configured to issue a 301 redirect to the AWS instance metadata service (http://169.254.169.254/latest/meta-data/iam/security-credentials/). OpenClaw validates the initial URL against mediaAllowHosts and passes the check, then follows the redirect without re-validating. The agent retrieves and logs—or returns to the attacker—temporary IAM credentials, enabling cloud resource takeover and lateral movement well beyond the Teams environment.
Weaknesses (CWE)
CWE-918 — Server-Side Request Forgery (SSRF): The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.
Source: MITRE CWE corpus.
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L References
- github.com/openclaw/openclaw/commit/73d93dee64127a26f1acd09d0403b794cdeb4f5c patch
- github.com/openclaw/openclaw/commit/b34097f62df9d1960cc22600269cd3f3284e2124 patch
- github.com/openclaw/openclaw/security/advisories/GHSA-w76h-8m22-hpgh vendor-advisory
- vulncheck.com/advisories/openclaw-redirect-chain-bypass-of-media-host-allowlist-in-msteams-attachment-handling third-party-advisory
Timeline
Related Vulnerabilities
CVE-2026-33579 9.9 OpenClaw: scope bypass escalates low-priv to admin
Same package: openclaw CVE-2026-32922 9.9 OpenClaw: privilege escalation to RCE via token scope bypass
Same package: openclaw CVE-2026-32038 9.8 OpenClaw: sandbox bypass enables container lateral movement
Same package: openclaw CVE-2026-53838 9.8 OpenClaw: approval scope bypass via reconnection state
Same package: openclaw CVE-2026-30741 9.8 OpenClaw: RCE via request-side prompt injection
Same package: openclaw