---
id: CVE-2026-14524
title: >-
  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
summary: >-
  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…
severity: critical
cvss: 9.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H'
cwe:
  - CWE-22
published: '2026-08-16'
updated: '2026-08-16'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-14524'
references:
  - url: >-
      https://plugins.trac.wordpress.org/browser/prosolution-wp-client/tags/2.0.3/includes/class-prosolwpclient.php#L260
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/prosolution-wp-client/tags/2.0.3/public/class-prosolwpclient-public.php#L1135
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/prosolution-wp-client/tags/2.0.3/public/class-prosolwpclient-public.php#L1256
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/changeset?reponame=&old=3634993%40prosolution-wp-client&new=3634993%40prosolution-wp-client
    label: security@wordfence.com
  - url: >-
      https://www.wordfence.com/threat-intel/vulnerabilities/id/4e9698f0-b228-4f4e-838b-c0c0a193d675?source=cve
    label: security@wordfence.com
tags:
  - nvd
ingestedAt: '2026-08-16T13:39:06.728Z'
epss: 0.0109
epssPercentile: 0.63941
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
