Cyber Resilience

CVE-2026-28476

MediumPublic PoC

Published: 05 March 2026

Published
05 March 2026
Modified
21 April 2026
KEV Added
Patch
CVSS Score v4 6.3 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0024 15.1th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-28476 is a medium-severity SSRF (CWE-918) vulnerability in Openclaw Openclaw. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 15.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 SC-7 (Boundary Protection) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-28476 is a server-side request forgery (SSRF) vulnerability, mapped to CWE-918, affecting OpenClaw versions prior to 2026.2.14. The flaw exists in the optional Tlon Urbit extension, which accepts user-provided base URLs for authentication without proper validation, published on 2026-03-05 with a CVSS v3.1 base score of 8.3 (AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L).

Attackers who can influence the configured Urbit URL can exploit this vulnerability to induce the OpenClaw gateway to issue HTTP requests to arbitrary hosts, including internal addresses. Exploitation requires no privileges or user interaction and can be performed over the network with low complexity, potentially enabling access to restricted resources through the gateway's requests.

Advisories recommend upgrading to OpenClaw version 2026.2.14 or later to mitigate the issue. Key references include the GitHub security advisory (GHSA-pg2v-8xwh-qhcc), the patching commit (bfa7d21e997baa8e3437657d59b1e296815cc1b1), and the VulnCheck advisory detailing the SSRF in the Tlon extension authentication.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

OpenClaw versions prior to 2026.2.14 contain a server-side request forgery vulnerability in the optional Tlon Urbit extension that accepts user-provided base URLs for authentication without proper validation. Attackers who can influence the configured Urbit URL can induce the gateway to…

more

make HTTP requests to arbitrary hosts including internal addresses.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

SSRF vulnerability in public-facing OpenClaw gateway (AV:N/AC:L/PR:N) directly enables exploitation of a public-facing application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-35629Same product: Openclaw Openclaw
CVE-2026-44116Same product: Openclaw Openclaw
CVE-2026-41912Same product: Openclaw Openclaw
CVE-2026-6011Same product: Openclaw Openclaw
CVE-2026-31989Same product: Openclaw Openclaw
CVE-2026-41914Same product: Openclaw Openclaw
CVE-2026-22181Same product: Openclaw Openclaw
CVE-2026-43573Same product: Openclaw Openclaw
CVE-2026-42439Same product: Openclaw Openclaw
CVE-2026-34504Same product: Openclaw Openclaw

Affected Assets

openclaw
openclaw
≤ 2026.2.14

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the lack of validation on user-provided base URLs, preventing SSRF by ensuring only valid and authorized URLs are accepted.

prevent

Boundary protection monitors and controls outbound communications from the gateway, blocking HTTP requests to arbitrary or internal hosts.

prevent

Enforces flow control policies to restrict the gateway from initiating unauthorized information flows to attacker-specified destinations.

References