CVE-2026-12514 PUBLISHED

Shared Files < 1.7.70 - Unauthenticated Limited File Upload

Assigner: WPScan
Reserved: 17.06.2026 Published: 28.08.2026 Updated: 28.08.2026

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.

Product Status

Vendor Unknown
Product Shared Files
Versions Default: unaffected
  • affected from 0 to 1.7.67 (excl.)
Vendor Unknown
Product shared-files-pro
Versions Default: unaffected
  • affected from 0 to 1.7.70 (excl.)

Credits

  • hoangphuong finder
  • WPScan coordinator

References

Problem Types

  • CWE-862 Missing Authorization CWE