Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-66421 – Stored XSS / Session Token Theft – OpenClaw Dashboard v1.1.0 and later

Be the first to know when new zero-days emerge:

Summary

CVE-2026-66421 is a stored cross-site scripting (XSS) vulnerability in OpenClaw Dashboard (openclaw-dashboard by tugcantopaloglu), a web-based monitoring and management interface for OpenClaw AI agents. An unauthenticated remote attacker can inject arbitrary HTML and JavaScript into agent transcript messages via the sessions API; the payload is stored server-side and executes automatically in the administrator’s browser the next time the default dashboard landing page loads. The vulnerability carries a CVSS v3.1 score of 9.3 (Critical) and no vendor patch has been released as of the date of this advisory.

Technical details

  • Root cause: The sessions API endpoint (GET /api/sessions) returns agent message content unsanitized in the lastMessage field. The dashboard front-end renders session rows by inserting this value directly into the DOM via innerHTML without applying HTML encoding. A permissive Content Security Policy that allows 'unsafe-inline' scripts removes the last browser-side mitigation, enabling injected event handlers to execute freely.
  • Trigger conditions: An attacker sends a message containing an HTML event-handler payload — for example, an <img> tag with an onerror attribute — to any OpenClaw agent through an available chat channel or webhook. No dashboard credentials are required. The payload must fit within the 80-character field truncation limit applied during extraction.
  • Attack vector: Network-accessible and unauthenticated. The stored payload executes automatically when an administrator opens the default dashboard view, requiring no interaction beyond that ordinary page load.
  • Impact: Successful exploitation enables theft of the administrator’s session token and unauthenticated calls to privileged administrative endpoints — including modification of agent instruction files — resulting in full dashboard compromise and the ability to manipulate the behavior of underlying AI agents.

Affected software

  • openclaw-dashboard (tugcantopaloglu): all versions from v1.1.0 through the current main branch (commit d6198d0); no patched release has been issued.

Severity

  • CVSS v3.1 Base Score: 9.3 (Critical)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N

Mitigation and recommended actions

  • No vendor patch is currently available. The vulnerability was publicly disclosed without a corresponding fix.
  • Immediate network mitigations:
    • Restrict network access to OpenClaw Dashboard — place it behind a VPN or firewall and ensure it is not directly reachable from the public internet.
    • Disable or restrict unauthenticated message-submission channels (chat interfaces, webhooks) that allow external parties to deliver content to OpenClaw agents.
  • Hardening measures (pending an upstream fix):
    • Replace all innerHTML assignments that render session data with textContent to prevent HTML parsing of untrusted input.
    • HTML-encode the lastMessage, label, and key fields before any DOM insertion.
    • Remove 'unsafe-inline' from the script-src directive of the Content Security Policy to eliminate inline event-handler execution even if unsanitized content reaches the DOM.
  • Monitor dashboard audit logs (data/audit.log) for unexpected administrative API calls or anomalous session activity.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge