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, a low-privileged authenticated API user can supply `forwardToUrl` and `redirectUrl` values when triggering password reset or confirmation flows. Those values are then embedded into the outgoing email workflow without host allowlisting. This creates two related abuse paths:
- password reset or confirmation links can be sent to a victim with the token already attached to an attacker-controlled `forwardToUrl`
- after a legitimate password reset completes, the browser is redirected to attacker-controlled `redirectUrl`

In practice, this can be used for phishing, token capture, confirmation hijacking, or steering a victim from a trusted email
into an attacker domain. This is patched in version 26.06.08.
Published: 2026-07-20
Score: 7.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A low‑privileged authenticated API user can provide attacker‑controlled forwardToUrl and redirectUrl values when initiating password reset or account confirmation flows in dataCycle‑CORE up to version 25.07.3. The system inserts these URLs into outgoing emails and later redirects the user’s browser, without host allowlisting. This classic open redirect flaw (CWE‑601) enables an attacker to send a victim a reset or confirmation link that contains a valid token and makes the victim follow a link to a malicious domain. The result is token interception, account hijacking, or phishing. The vulnerability directly compromises the confidentiality of reset tokens and the integrity of the account recovery process.

Affected Systems

The affected product is datacycle‑engine's dataCycle‑CORE, in all versions up to and including 25.07.3. The issue was fixed in version 26.06.08 and newer.

Risk and Exploitability

The CVSS score of 7.3 marks the vulnerability as high severity. The EPSS score of < 1% indicates a very low likelihood of exploitation today, yet the flaw is not listed in the CISA KEV catalog. Exploitation requires only low‑privileged API access; an attacker can trigger a password reset or confirmation, supply malicious URLs, and then capture the token when the victim opens the email or is redirected after completion.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to dataCycle‑CORE version 26.06.08 or later to eliminate the redirect parameter flaw.
  • Restrict low‑privileged API users from invoking password reset or account confirmation endpoints to reduce attack surface.
  • Implement strict host allowlisting for forwardToUrl and redirectUrl parameters, rejecting or validating URLs against trusted domains.

Generated by OpenCVE AI on July 30, 2026 at 19:09 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': 'total'}, 'version': '2.0.3'}


Mon, 20 Jul 2026 16:45: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, a low-privileged authenticated API user can supply `forwardToUrl` and `redirectUrl` values when triggering password reset or confirmation flows. Those values are then embedded into the outgoing email workflow without host allowlisting. This creates two related abuse paths: - password reset or confirmation links can be sent to a victim with the token already attached to an attacker-controlled `forwardToUrl` - after a legitimate password reset completes, the browser is redirected to attacker-controlled `redirectUrl` In practice, this can be used for phishing, token capture, confirmation hijacking, or steering a victim from a trusted email into an attacker domain. This is patched in version 26.06.08.
Title dataCycle User API Password Reset And Confirmation Flows Trust Attacker- Controlled Redirect Targets
Weaknesses CWE-601
References
Metrics cvssV3_1

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


Subscriptions

Datacycle-engine Datacycle-core
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-20T17:44:43.760Z

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

Link: CVE-2026-32824

cve-icon Vulnrichment

Updated: 2026-07-20T17:44:40.385Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')