Description
ZFile through 5.0.5 fails to validate requested file paths against a share link's allowed entries on the download endpoint. Attackers holding a share link can supply arbitrary file paths as query parameters to download any file under the shared base directory, bypassing the intended access restrictions.
Published: 2026-09-14
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized disclosure of internal files through share link download
Action: Immediate Patch
AI Analysis

Impact

ZFile before version 5.0.5 does not validate requested file paths against the set of allowed entries for a share link. An attacker who can obtain a share link can supply any file path as a query parameter on the download endpoint, causing the server to return that file if it resides under the shared base directory. This permits disclosure of arbitrary files, potentially including sensitive configuration or user data, without needing additional credentials or exploiting other system weaknesses. The flaw is an example of an authorization bypass via a user‑controlled path.

Affected Systems

The vulnerability affects the ZFile file‑sharing application produced by zfile‑dev. All releases up to and including version 5.0.5 are impacted. Exact versions above 5.0.5 are not affected.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity flaw. Because the exploit requires only the possession of a share link and can be performed over the public download endpoint, it is realistic for attackers to abuse this without further access. The EPSS score is < 1%, indicating a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a network‑based HTTP(S) request to the download API, supplied with a malicious file‑path query. The high CVSS coupled with the ease of triggering the download endpoint leads to a substantial risk for exposed internal data.

Generated by OpenCVE AI on September 16, 2026 at 07:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to ZFile 5.0.6 or later.
  • If upgrading is not immediately possible, restrict external access to the download endpoint through firewall rules or network segmentation.
  • Monitor download logs and enforce least‑privilege sharing to limit unintended file exposure.

Generated by OpenCVE AI on September 16, 2026 at 07:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 14 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Description ZFile through 5.0.5 fails to validate requested file paths against a share link's allowed entries on the download endpoint. Attackers holding a share link can supply arbitrary file paths as query parameters to download any file under the shared base directory, bypassing the intended access restrictions.
Title ZFile through 5.0.5 Share Entry Filter Bypass via Download Endpoint
First Time appeared Zfile
Zfile zfile
Weaknesses CWE-639
CPEs cpe:2.3:a:zfile:zfile:*:*:*:*:*:*:*:*
Vendors & Products Zfile
Zfile zfile
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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-14T21:45:44.595Z

Reserved: 2026-09-14T20:35:39.547Z

Link: CVE-2026-91144

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-14T22:16:59.053

Modified: 2026-09-14T22:16:59.053

Link: CVE-2026-91144

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T07:45:10Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key