Description
In DocSys-master V2.02.85, the downloadDocEx interface in src/com/DocSystem/controller/DocController.java has an arbitrary file read vulnerability:
Published: 2026-08-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In DocSys-master V2.02.85, the downloadDocEx endpoint permits an attacker to read arbitrary files from the server filesystem because the requested path is not properly validated. This flaw allows disclosure of any file accessible to the application process, including configuration files, credentials, or user data, and is recognized as a path traversal weakness (CWE‑22).

Affected Systems

The vulnerability is limited to DocSys-master version 2.02.85; the affected code resides in src/com/DocSystem/controller/DocController.java under the downloadDocEx method. No other versions or products are listed as impacted.

Risk and Exploitability

Based on the description, it is inferred that the attack vector is remote via an unauthenticated request to the downloadDocEx interface and that the likelihood of exploitation is high when the endpoint is publicly exposed. No formal CVSS or EPSS metrics are available, and the issue is not listed in the CISA KEV catalog, limiting quantitative assessment. Nonetheless, the ability to read arbitrary files poses a serious confidentiality risk. If the downloadDocEx interface is exposed to unauthenticated users, a remote attacker could exploit it without requiring elevated privileges, making the likelihood of abuse comparatively high in exposed deployments.

Generated by OpenCVE AI on August 26, 2026 at 23:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a DocSys-master release that contains the fix for the downloadDocEx file‑read vulnerability
  • If an update is not immediately possible, restrict access to the downloadDocEx endpoint to authenticated users or trusted network ranges only
  • Implement strict path sanitization for any file‑access API to reject traversal and ensure requested paths remain within an allowed directory

Generated by OpenCVE AI on August 26, 2026 at 23:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Title Arbitrary File Read via downloadDocEx in DocSys-master V2.02.85
Weaknesses CWE-22

Wed, 26 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Description In DocSys-master V2.02.85, the downloadDocEx interface in src/com/DocSystem/controller/DocController.java has an arbitrary file read vulnerability:
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-26T21:55:00.813Z

Reserved: 2026-08-17T00:00:00.000Z

Link: CVE-2026-75328

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T22:16:28.980

Modified: 2026-08-26T22:16:28.980

Link: CVE-2026-75328

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T00:00:11Z

Weaknesses
  • CWE-22

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