CVE-2026-12513
Deferred Deferred - Pending Action

Path Traversal in Shared Files WordPress Plugin

Vulnerability report for CVE-2026-12513, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: WPScan

Description

The Shared Files WordPress plugin before 1.7.67, shared-files-pro WordPress plugin before 1.7.68 do not properly sanitize a file path taken from a frontend file submission and their single-pass traversal filter is bypassable, allowing unauthenticated users to store a path that points outside the uploads directory. When the corresponding file entry is later permanently deleted, an arbitrary file on the server (such as wp-config.php) is deleted, leading to denial of service and potential site takeover.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-09-18
AI Q&A
2026-08-28
EPSS Evaluated
2026-09-15
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
shared_files shared_files to 1.7.68 (exc)
shared_files shared_files_pro to 1.7.68 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-73 The product allows user input to control or influence paths or file names that are used in filesystem operations.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects the Shared Files and Shared Files Pro WordPress plugins. It allows unauthenticated users to submit a file path that bypasses the plugin's path traversal filter. This can point to files outside the uploads directory. When a file entry is deleted, it can trigger deletion of arbitrary server files like wp-config.php, causing denial of service or site takeover.

Detection Guidance

Check if you are running vulnerable versions of the Shared Files or Shared Files Pro WordPress plugins. Use commands like 'wp plugin list' in WordPress CLI or inspect the plugin files directly for version numbers. Look for versions below 1.7.67 (Shared Files) or 1.7.68 (Shared Files Pro).

Monitor file deletion logs for suspicious activity targeting critical files like wp-config.php. Review server logs for unauthorized path traversal attempts in file uploads.

Impact Analysis

An attacker could exploit this to delete critical files on your server, such as wp-config.php. This could disrupt your website, cause data loss, or allow an attacker to take over your site by removing essential configuration files.

Compliance Impact

This vulnerability could lead to unauthorized file deletion, including critical files like wp-config.php, potentially causing system downtime or site compromise. For GDPR, this may violate integrity and availability principles if personal data is lost or systems are disrupted. HIPAA could be impacted if protected health information is exposed or deleted due to service disruption.

Mitigation Strategies

Update the Shared Files plugin to version 1.7.67 and Shared Files Pro to version 1.7.68 immediately. Disable file uploads temporarily if updates are not possible.

Restrict file upload permissions to prevent unauthorized deletions. Review and remove any unnecessary file deletion capabilities from user roles.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-12513. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart