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: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Confidentiality Breach
Action: Apply Patch
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, the likely attack vector is a remote unauthenticated request to the downloadDocEx interface when it is publicly exposed. The CVSS score of 7.5 indicates high severity, but the EPSS score of <1% suggests that the exploitation probability is low at present. Nonetheless, the vulnerability can be leveraged to read any file accessible to the application process, creating a potential confidentiality breach. The lack of KEV listing indicates no known exploits in the wild, but the path traversal weakness remains a serious risk if the endpoint is reachable without proper controls.

Generated by OpenCVE AI on August 28, 2026 at 17:59 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 28, 2026 at 17:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 18:15:00 +0000

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

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

Type Values Removed Values Added
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'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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-27T17:56:37.878Z

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

Link: CVE-2026-75328

cve-icon Vulnrichment

Updated: 2026-08-27T17:53:48.635Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-09T16:04:24.933

Link: CVE-2026-75328

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T18:00:15Z

Weaknesses
  • CWE-22

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