Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-14524 – Unauthenticated Arbitrary File Deletion (leading to RCE) – ProSolution WP Client ≤

Be the first to know when new zero-days emerge:

Summary

CVE-2026-14524 is a critical unauthenticated arbitrary file deletion vulnerability in the ProSolution WP Client WordPress plugin, affecting all versions up to and including 2.0.8. The flaw stems from insufficient path validation in the plugin’s file-deletion handler, allowing an unauthenticated attacker to delete arbitrary files on the server — including core WordPress files such as wp-config.php — which can be leveraged to achieve remote code execution. The issue carries a CVSS v3.1 base score of 9.1 (Critical).

Technical details

  • Root cause: The proSol_fileDeleteProcess function does not properly sanitize or canonicalize file paths derived from session data, allowing directory/path traversal sequences (CWE-22) to reference files outside the intended upload directory.
  • Trigger conditions: An attacker first "poisons" their session by calling proSol_fileUploadModalProcess and supplying a path-traversal payload as the file key. This poisoned session value is then referenced when the attacker calls proSol_fileDeleteProcess, causing the plugin to delete a file at an attacker-chosen path rather than the intended uploaded file.
  • Attack vector: Network — both AJAX actions require only a nonce that is exposed on any public-facing page containing the plugin’s shortcode, meaning no authentication or special privileges are needed to exploit the flaw.
  • Impact: Deletion of arbitrary files on the web server. If an attacker deletes critical configuration or protective files (e.g., wp-config.php), this can force WordPress into a state that allows a subsequent reinstallation/setup routine to be hijacked, ultimately enabling remote code execution. The vulnerability affects integrity and availability (CVSS Impact: C:N/I:H/A:H).

Affected software

  • Product: ProSolution WP Client (WordPress plugin)
  • Vendor: ProSolution
  • Affected versions: All versions up to and including 2.0.8
  • Fixed version: 2.0.9 and later

Severity

  • CVSS v3.1 Base Score: 9.1 (Critical)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

Mitigation and recommended actions

  • Immediate: Upgrade ProSolution WP Client to version 2.0.9 or later, where upload basenames are sanitized, .. traversal sequences are rejected, and file paths are canonicalized under the designated upload directory. Note that version 2.0.11 includes additional, unrelated security hardening (XSS, SSRF/path injection, and SQL injection fixes) and should be applied where possible.
  • If immediate patching is not possible:
    • Disable or remove the ProSolution WP Client plugin until the update can be applied.
    • Restrict or block public access to pages containing the [prosolfrontend] shortcode to reduce exposure of the AJAX nonce.
    • Deploy a Web Application Firewall (WAF) rule to block requests to the plugin’s proSol_fileUploadModalProcess and proSol_fileDeleteProcess AJAX actions containing path traversal sequences (e.g., ../).
    • Take regular offline backups of wp-config.php and other critical files to allow rapid recovery in case of exploitation.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge