ZeroHour

CVE-2026-66421

PoC ×2niche

Stored XSS in OpenClaw Agent Dashboard Enables Admin Session Token Theft

CVSS 4.0
8.8 high
EPSS
<1%p43
Published
()
Modified
AI analysis

OpenClaw Agent Dashboard (vendor tugcantopaloglu) contains a stored cross-site scripting vulnerability (CWE-79) in how it renders agent transcript messages. An unauthenticated remote attacker can submit a crafted message through the sessions API — for example an img tag with an onerror attribute that fits within the 60-character rendering budget — and the payload is stored in the session transcript and later interpolated unsanitized into innerHTML on the dashboard's default landing page. When an administrator opens that page, the injected JavaScript executes in the admin's browser session, allowing theft of session tokens and unauthorized calls to authenticated administrative endpoints, including modification of agent instruction files. Users running the affected dashboard are exposed wherever the landing page displays transcript content from sessions that untrusted parties can write messages into. The flaw is rated 8.8 (High) under CVSS 4.0, is not yet in CISA KEV, and has low predicted exploitation probability (EPSS 0.5%, percentile 43), but two public proof-of-concept references exist (a GitHub PoC and a VulnCheck advisory), so it should be treated as realistically exploitable even though in-the-wild exploitation is not confirmed.

What to do: Upgrade to the latest OpenClaw Dashboard release as soon as a patched version is published (no fixed version number is stated in the disclosure); as interim mitigations, restrict which parties can post messages into agent sessions, limit dashboard access to trusted networks, and enforce a Content-Security-Policy that blocks inline scripts and event handlers. Administrators should also check session transcripts for HTML-bearing messages (e.g., img tags with onerror handlers), revoke and rotate exposed dashboard/admin session tokens, and review agent instruction files for unauthorized modifications.

Affected
tugcantopaloglu OpenClaw Agent Dashboard
Estimated exposure
nichelikely hundreds to low thousands of self-hosted instances (estimate; no public install counts available) — No public installation counts, download statistics, or internet-exposure scans exist for this third-party dashboard, so the estimate rests on deployment patterns: it is a dashboard component for a self-hosted AI agent platform, typically…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

OpenClaw Dashboard contains a stored cross-site scripting vulnerability that allows unauthenticated remote attackers to execute arbitrary JavaScript in the administrator's browser session by injecting HTML markup into agent transcript messages processed through the sessions API. Attackers can craft a message containing inline event handler payloads such as an img tag with an onerror attribute within the 60-character rendering budget, which is stored in the session transcript and interpolated unsanitized into innerHTML on the default landing page, allowing theft of session tokens and unauthorized calls to authenticated administrative endpoints including agent instruction file modification.

Vendors
tugcantopaloglu
Products
openclaw agent dashboard
Weakness
CWE-79
Vector
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/SC:H/SI:H/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

In the news

No ingested article mentions this CVE yet.