SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-12514

MEDIUM · CVSS 5.3 EPSS 0.22%

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The Shared Files and shared-files-pro WordPress plugins prior to versions 1.7.67 and 1.7.70, respectively, lack proper capability checks in their file-upload handlers, allowing unauthenticated users to upload files to a publicly accessible directory. This vulnerability could lead to information disclosure, as attackers can read the server's absolute path from the response, although they are restricted to uploading non-executable file types. WordPress site administrators using these plugins should prioritize updating to mitigate potential exposure.

CVE
CVE-2026-12514
Severity
MEDIUM
CVSS
5.3
EPSS
0.22%
WordPress

Original NVD 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.