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: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
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 vulnerability does not appear in the CISA KEV catalog and there is no EPSS information available, so exploitation risk is considered low to moderate, but the disclosed server path information can be leveraged in subsequent attacks. The lack of a formal CVSS score limits the ability to quantify risk precisely, but the potential for information disclosure warrants attention.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-28T06:00:15.667Z

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

Link: CVE-2026-12514

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-12514

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T09:15:05Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control