Description
DataEase is an open source data visualization and analysis tool. Prior to 2.10.24, dashboard text components render stored component content with Vue v-html without server-side HTML sanitization, allowing an authenticated user who can edit dashboard component data to inject HTML with executable event handlers that execute when another user or shared-link visitor views the dashboard. This issue is fixed in version 2.10.24.
Published: 2026-07-07
Score: 5.1 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

DataEase versions before 2.10.24 render dashboard text components with Vue's v-html attribute without server‑side sanitization. An attacker who is authenticated and has permission to edit a dashboard component can inject HTML with executable event handlers. When another user opens the dashboard or accesses a shared link, the malicious script runs in that user’s browser, potentially stealing session cookies, hijacking the session, or executing additional harmful actions. This is a stored XSS vulnerability identified as CWE‑79.

Affected Systems

DataEase, the open source data visualization and analysis platform, is affected in all releases older than 2.10.24. No other vendors or product versions are listed as impacted.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate severity. No EPSS score is available, so the exploitation probability is unknown. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires that the attacker has the ability to edit dashboard content; once the XSS payload is stored, any visitor to the dashboard—including those accessing a shared link—will be exposed. This limitation reduces the attack surface, but because the payload executes automatically in the victim’s browser, it can still lead to significant compromise of confidentiality and integrity for those users.

Generated by OpenCVE AI on July 8, 2026 at 04:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade DataEase to version 2.10.24 or later, which removes the unsanitized v-html rendering.
  • Restrict dashboard editing rights to trusted administrators or users who have strict code review policies.
  • Implement server‑side input sanitization for any future dashboard text content to prevent similar XSS vectors.

Generated by OpenCVE AI on July 8, 2026 at 04:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Jul 2026 23:00:00 +0000

Type Values Removed Values Added
First Time appeared Dataease
Dataease dataease
Vendors & Products Dataease
Dataease dataease

Tue, 07 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
Description DataEase is an open source data visualization and analysis tool. Prior to 2.10.24, dashboard text components render stored component content with Vue v-html without server-side HTML sanitization, allowing an authenticated user who can edit dashboard component data to inject HTML with executable event handlers that execute when another user or shared-link visitor views the dashboard. This issue is fixed in version 2.10.24.
Title DataEase: authenticated stored XSS in the dashboard text components
Weaknesses CWE-79
References
Metrics cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

Dataease Dataease
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-07T20:37:54.884Z

Reserved: 2026-06-16T23:52:12.058Z

Link: CVE-2026-55647

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-08T04:30:05Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')