CVE-2026-14524
Received Received - Intake

Arbitrary File Deletion in ProSolution WP Client WordPress Plugin

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

Publication date: 2026-08-16

Last updated on: 2026-08-16

Assigner: Wordfence

Description

The ProSolution WP Client plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the proSol_fileDeleteProcess function in all versions up to, and including, 2.0.8. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). An attacker must first call the proSol_fileUploadModalProcess handler to poison their own session with a path-traversal key, then call proSol_fileDeleteProcess with that key as the filename parameter; both steps require only the publicly exposed frontend nonce.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-16
Last Modified
2026-08-16
Generated
2026-08-16
AI Q&A
2026-08-16
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
prosolution wp_client to 2.0.8 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The ProSolution WP Client plugin for WordPress has a vulnerability that allows unauthenticated attackers to delete arbitrary files on the server due to insufficient file path validation in the proSol_fileDeleteProcess function. This flaw exists in all versions up to and including 2.0.8.

Detection Guidance

This vulnerability involves arbitrary file deletion in the ProSolution WP Client WordPress plugin. To detect it, check for unauthorized file deletions in server logs, especially around the plugin's functions. Look for suspicious calls to proSol_fileDeleteProcess or proSol_fileUploadModalProcess in access logs. No specific commands are provided in the context.

Impact Analysis

This vulnerability can lead to remote code execution if critical files like wp-config.php are deleted. Attackers can exploit it by first poisoning their session with a path-traversal key and then calling the vulnerable function with that key as the filename parameter.

Compliance Impact

This vulnerability could lead to unauthorized file deletion, including critical files like wp-config.php, potentially exposing sensitive data. For GDPR, this may result in unauthorized access to personal data, triggering breach notification requirements. For HIPAA, it could compromise protected health information if such data is stored on the affected WordPress site.

Mitigation Strategies

Immediately update the ProSolution WP Client plugin to the latest version beyond 2.0.8. If an update is unavailable, disable or remove the plugin entirely. Review server files for unauthorized deletions, particularly wp-config.php. Restrict file deletion permissions and monitor for suspicious activity.

Chat Assistant

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

EPSS Chart