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

Impact

An arbitrary file upload flaw exists in the uploadMarkdownPic endpoint of DocSys-master V2.02.85. The code does not perform validation on the type or content of the uploaded file, allowing an attacker to place any file on the server through the web interface. If the uploaded file is executable or contains malicious payloads, the attacker could achieve remote code execution or compromise the confidentiality and integrity of the system.

Affected Systems

The vulnerable component is the DocSys-master web application, version 2.02.85. No other vendors or product versions are listed in the advisory.

Risk and Exploitability

The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, but the lack of enforcement on uploaded file types suggests a high likelihood of exploitation in environments where the uploadMarkdownPic endpoint is publicly accessible. The flaw can be triggered over the network by any external user interacting with the web interface, and no authentication or privilege requirements are indicated in the description.

Generated by OpenCVE AI on August 26, 2026 at 20:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Identify whether the DocSys-master application is deployed and determine if the uploadMarkdownPic endpoint is exposed to external users.
  • If a newer version or a vendor release is available that removes or hard‑ens the uploadMarkdownPic functionality, upgrade the application to that version.
  • If an upgrade is not possible, disable or restrict the uploadMarkdownPic endpoint using web server routing rules or application configuration so that only authorized administrators can access it.
  • Implement server‑side file type validation and restrict executable permissions on the upload directory to prevent arbitrary code execution.
  • Consider setting the upload directory to a location outside the web‑root or enforcing read‑only permissions for served content to limit the impact of a successful upload.

Generated by OpenCVE AI on August 26, 2026 at 20:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
Title Arbitrary File Upload in DocSys-master uploadMarkdownPic Interface
Weaknesses CWE-434

Wed, 26 Aug 2026 19:30:00 +0000

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

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-26T18:41:41.422Z

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

Link: CVE-2026-75327

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T20:17:59.723

Modified: 2026-08-26T20:17:59.723

Link: CVE-2026-75327

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T21:00:12Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type