Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/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
Lifecycle Timeline
5Blast Radius
ecosystem impact- 2 npm packages depend on openclaw (2 direct, 0 indirect)
Ecosystem-wide dependent count for version 2026.4.12.
DescriptionCVE.org
OpenClaw before 2026.4.12 contains a server-side request forgery vulnerability in QQBot reply media URL handling that allows attackers to fetch arbitrary content. Attackers can exploit this by providing malicious media URLs that trigger SSRF requests, with fetched bytes subsequently re-uploaded through the channel.
AnalysisAI
Server-side request forgery in OpenClaw's QQBot media URL handler allows remote unauthenticated attackers to fetch arbitrary internal or external resources and exfiltrate them through the bot's messaging channel. Attackers provide malicious media URLs in QQBot replies, triggering the server to fetch content from attacker-specified locations, which is then re-uploaded through legitimate channels. Vendor patch available as of version 2026.4.12, with fix commits published on GitHub. CVSS 8.3 reflects high confidentiality impact with low integrity impact; CVSS v4.0 vector indicates network-accessible, low complexity attack requiring no privileges or user interaction but specific attack conditions (AT:P).
Technical ContextAI
This vulnerability affects OpenClaw's QQBot integration, specifically the component handling media URLs in bot replies. CWE-918 (Server-Side Request Forgery) occurs when an application accepts user-supplied URLs without proper validation and uses them to initiate server-side requests. In this case, the QQBot reply handler accepts media URLs from external sources, fetches the content server-side, then re-uploads the fetched bytes through the messaging channel. This creates a classic SSRF attack vector where the server acts as a proxy for attacker-controlled requests. The CPE string cpe:2.3:a:openclaw:openclaw identifies this as affecting the OpenClaw application from the openclaw vendor, with the wildcard indicating all versions prior to the patched release are vulnerable.
RemediationAI
Upgrade OpenClaw to version 2026.4.12 or later, which contains patches addressing the SSRF vulnerability in QQBot media URL handling. Two specific fix commits are available for review: commit 08ae021d1f4f02e0ca5fd8a3b9659291c1ecf95a and commit ddb7a8dd80b8d5dd04aafa44ce7a4354b568bb2d at https://github.com/openclaw/openclaw. Consult the vendor security advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-2767-2q9v-9326 for complete remediation guidance. If immediate patching is not feasible, implement these specific compensating controls: disable QQBot reply media URL processing functionality entirely if not business-critical (eliminates attack surface but breaks media handling in bot replies); implement strict egress filtering to prevent the OpenClaw server from accessing internal networks, cloud metadata endpoints (169.254.169.254, fd00:ec2::254), and localhost (blocks internal SSRF targets but may interfere with legitimate local service dependencies); configure allowlist-based URL validation restricting media URLs to explicitly approved external domains only (reduces attack surface but requires maintenance and may impact legitimate use cases with new media sources). Each mitigation carries operational trade-offs requiring testing before production deployment.
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-918 – Server-Side Request Forgery (SSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-27263