Description
The Shared Files WordPress plugin before 1.7.67, shared-files-pro WordPress plugin before 1.7.70 do not perform a capability check in their file-upload handler, which is registered for unauthenticated users and protected only by a nonce that is output on public pages, so an unauthenticated visitor can upload files to a publicly accessible directory and read the server's absolute path from the response. Uploads are limited to WordPress's allowed MIME types, so executable PHP cannot be uploaded.
Published: 2026-08-28
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated file upload leading to server path disclosure
Action: Patch Plugin
AI Analysis

Impact

The vulnerability arises because the plugin’s file‑upload handler does not enforce a capability check, allowing any visitor to reach the upload endpoint. The handler is bound to unauthenticated users and protected only by a nonce generated on public pages; thus an attacker can submit an upload request without authenticating. The upload is restricted to MIME types allowed by WordPress, which prevents the placement of executable PHP files, but the response reveals the server’s absolute path, giving information that may assist further attacks.

Affected Systems

The affected products are the Shared Files plugin before version 1.7.67 and the shared‑files‑pro plugin before version 1.7.70. These plugins are available from unknown vendors and are commonly used in WordPress installations that have these versions installed.

Risk and Exploitability

Because the attack is unauthenticated, any external user can exploit it; however, only non‑executable file types can be uploaded, so immediate remote code execution is not possible. The CVSS score of 5.3 indicates moderate severity, and the EPSS score of < 1% suggests a low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog, further indicating limited exposure. Nonetheless, the disclosed server path can assist attackers in staging further attacks, so vigilance is warranted.

Generated by OpenCVE AI on August 28, 2026 at 17:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Shared Files to 1.7.67 or newer and shared‑files‑pro to 1.7.70 or newer.
  • Disable or restrict public file uploads by configuring plugin settings or removing the upload endpoint.
  • Set filesystem permissions on the upload directory so that the web server can only read, not execute, files.

Generated by OpenCVE AI on August 28, 2026 at 17:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Fri, 28 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-862
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}

ssvc

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


Fri, 28 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description The Shared Files WordPress plugin before 1.7.67, shared-files-pro WordPress plugin before 1.7.70 do not perform a capability check in their file-upload handler, which is registered for unauthenticated users and protected only by a nonce that is output on public pages, so an unauthenticated visitor can upload files to a publicly accessible directory and read the server's absolute path from the response. Uploads are limited to WordPress's allowed MIME types, so executable PHP cannot be uploaded.
Title Shared Files < 1.7.70 - Unauthenticated Limited File Upload
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-28T13:03:21.464Z

Reserved: 2026-06-17T12:26:14.303Z

Link: CVE-2026-12514

cve-icon Vulnrichment

Updated: 2026-08-28T12:58:30.371Z

cve-icon NVD

Status : Deferred

Published: 2026-08-28T08:16:40.230

Modified: 2026-08-28T18:40:31.630

Link: CVE-2026-12514

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T17:45:04Z

Weaknesses