Description
dataCycle is a data management system for centrally storing, managing, searching, finding, and distributing data. In dataCycle-CORE, the module handling core processing and framework rules, before and including version 25.07.3, any unauthenticated attacker can place arbitrary HTML into flash notifications on public routes and rely on the frontend toast component to inject that content into the DOM with `innerHTML`. This creates a reflected DOM XSS that can be delivered with a crafted link to a public page such as `/docs`. Because the vulnerable JavaScript is loaded by the normal application layout, the issue is not limited to a special debug page or an isolated admin-only view.
Published: 2026-07-20
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is a reflected DOM‑based XSS flaw that lets an unauthenticated attacker inject arbitrary HTML into flash notifications on public pages. The frontend toast component renders that payload with innerHTML, so malicious code can execute in the browser context of any user who views the page. The flaw is a classic example of CWE‑80 and provides client‑side code execution.

Affected Systems

The dataCycle‑CORE module of datacycle‑engine (dataCycle‑CORE) is affected in all releases up to and including 25.07.3. Any installation exposing public routes such as /docs is vulnerable, because the vulnerable JavaScript is loaded by the normal application layout.

Risk and Exploitability

The CVSS score of 6.1 indicates a moderate severity. The EPSS score of less than 1% shows a very low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog. An attacker can craft a link to a public page that contains malicious HTML in a flash notification; because authentication is not required, any user who visits the link will have the code executed in the context of the site.

Generated by OpenCVE AI on July 30, 2026 at 19:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade dataCycle‑CORE to a release newer than 25.07.3, where the flash notification rendering issue has been fixed.
  • If an immediate update is not possible, neutralize the vulnerability by rendering flash notification content as plain text or sanitizing injected HTML before it reaches the innerHTML call.
  • Deploy a Content Security Policy that disallows inline scripts and limits script sources to trusted domains, reducing the impact of any residual XSS payload.

Generated by OpenCVE AI on July 30, 2026 at 19:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Datacycle-engine
Datacycle-engine datacycle-core
Vendors & Products Datacycle-engine
Datacycle-engine datacycle-core

Mon, 20 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 20 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description dataCycle is a data management system for centrally storing, managing, searching, finding, and distributing data. In dataCycle-CORE, the module handling core processing and framework rules, before and including version 25.07.3, any unauthenticated attacker can place arbitrary HTML into flash notifications on public routes and rely on the frontend toast component to inject that content into the DOM with `innerHTML`. This creates a reflected DOM XSS that can be delivered with a crafted link to a public page such as `/docs`. Because the vulnerable JavaScript is loaded by the normal application layout, the issue is not limited to a special debug page or an isolated admin-only view.
Title dataCycle Unauthenticated Reflected DOM XSS Via flash[...] On Public Pages
Weaknesses CWE-80
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}


Subscriptions

Datacycle-engine Datacycle-core
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-20T17:40:15.245Z

Reserved: 2026-03-16T17:35:36.697Z

Link: CVE-2026-32822

cve-icon Vulnrichment

Updated: 2026-07-20T17:39:59.122Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T19:15:04Z

Weaknesses
  • CWE-80

    Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)