Description
Evidently UI fails to properly validate the filename parameter in the dataset materialization endpoint, allowing unauthenticated attackers to read arbitrary files outside the workspace directory. Attackers can supply traversal sequences or absolute paths in the filename field to access system files, which are then materialized into datasets and retrieved through the download endpoint.
Published: 2026-08-17
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The weakness type is a Path Traversal flaw, identified as CWE-22. Evidently offers a web interface for dataset materialization but it does not properly sanitise the filename parameter. The flaw allows an attacker to inject path traversal characters or absolute paths, causing the server to read and expose arbitrary files that lie outside the intended workspace directory. The retrieved files are then returned through the download endpoint, giving the attacker access to potentially sensitive system or configuration data.

Affected Systems

The vulnerability resides in the Evidently open‑source library (evidentlyai:evidently). No specific version range is listed, so any deployment using the affected dataset materialization endpoint that is not updated to a patched release is at risk.

Risk and Exploitability

The flaw receives a CVSS score of 8.7, indicating high severity. The EPSS score is not available and the vulnerability is not yet listed in CISA’s KEV catalog. Attackers can exploit the issue without authentication by sending a crafted request to the dataset materialization endpoint with a malicious filename; the server will read the requested file and serve it back. The attack is straightforward and does not require privileged access, making it highly actionable for unauthenticated threat actors.

Generated by OpenCVE AI on August 17, 2026 at 21:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Evidently to the latest release that fixes the filename validation issue
  • Restrict the dataset materialization and download endpoints to authenticated users or network‑level controls
  • Add server‑side input validation to reject filenames containing path traversal characters or absolute paths

Generated by OpenCVE AI on August 17, 2026 at 21:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Description Evidently UI fails to properly validate the filename parameter in the dataset materialization endpoint, allowing unauthenticated attackers to read arbitrary files outside the workspace directory. Attackers can supply traversal sequences or absolute paths in the filename field to access system files, which are then materialized into datasets and retrieved through the download endpoint.
Title Evidently UI Path Traversal via Dataset Materialization Filename
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'}

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-17T20:36:04.764Z

Reserved: 2026-08-17T17:28:41.677Z

Link: CVE-2026-75111

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-17T21:16:50.193

Modified: 2026-08-17T21:16:50.193

Link: CVE-2026-75111

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T22:00:03Z

Weaknesses
  • CWE-22

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