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, the documentation and static markdown renderer accepts attacker-controlled path segments and only runs them through the Rails HTML sanitizer, which does not remove directory traversal sequences. An unauthenticated attacker can traverse out of the intended `docs` or `static` directories and render arbitrary `.md` files from the application root or engine root. This is patched in version 26.06.08.
Published: 2026-07-20
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an attacker to supply path segments in the /docs/*path endpoint that are not properly sanitized, enabling directory traversal through the Rails HTML sanitizer. When exploited, the attacker can read arbitrary .md files located outside the intended docs or static directories, potentially exposing configuration files, credentials, or other sensitive information. This is classified as a path traversal (CWE‑22) flaw that compromises confidentiality.

Affected Systems

The flaw exists in the dataCycle‑CORE engine provided by datacycle‑engine for all releases up to and including version 25.07.3. The issue is fixed in 26.06.08.

Risk and Exploitability

The CVSS score is 7.5, indicating a high severity. The EPSS score of 0.00603 indicates a very low probability of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. It can be exploited by an unauthenticated attacker who directs the application to a URL such as /docs/../etc/passwd.md, implying a simple HTTP request is sufficient. The lack of authentication requirements and the high CVSS score make it a significant risk for exposed instances.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the dataCycle‑CORE installation to version 26.06.08 or later, where the path traversal is fixed.
  • If upgrading immediately is not feasible, restrict unauthenticated access to the /docs/*path endpoint by configuring firewall rules or web server access controls to limit the path to the intended docs or static directories.
  • Configure access controls so that only authenticated users with appropriate permissions can use the markdown rendering features, mitigating the risk of unauthorized file disclosure.

Generated by OpenCVE AI on July 30, 2026 at 19:11 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

Tue, 21 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, '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, the documentation and static markdown renderer accepts attacker-controlled path segments and only runs them through the Rails HTML sanitizer, which does not remove directory traversal sequences. An unauthenticated attacker can traverse out of the intended `docs` or `static` directories and render arbitrary `.md` files from the application root or engine root. This is patched in version 26.06.08.
Title dataCycle Public Markdown Path Traversal Via /docs/*path
Weaknesses CWE-22
References
Metrics cvssV3_1

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


Subscriptions

Datacycle-engine Datacycle-core
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-21T15:51:18.705Z

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

Link: CVE-2026-32820

cve-icon Vulnrichment

Updated: 2026-07-21T15:51:03.818Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')