Description
The ProSolution WP Client WordPress plugin before 2.0.9 does not sanitise a cookie value before using it in SQL queries, and processes that cookie on every request without any authentication or capability check, allowing unauthenticated users to read arbitrary data from the database and to delete the records the ProSolution WP Client WordPress plugin before 2.0.9 stores.
Published: 2026-08-10
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The ProSolution WP Client WordPress plugin before version 2.0.9 fails to sanitize a cookie named 'removesite' before using it in SQL queries, and processes the cookie on every request without any authentication or capability check. This flaw allows attackers to inject arbitrary SQL code, resulting in unauthorized reading of sensitive database data and deletion of plugin‑stored records. The weakness is a classic SQL injection (CWE‑89) which can lead to both data confidentiality and integrity violations.

Affected Systems

Any WordPress site using the ProSolution WP Client plugin older than 2.0.9 is affected. No specific vendor or version range beyond the stated release is provided by the CNA. The vulnerability resides in the plugin’s handling of the 'removesite' cookie, and all affected deployments share the same flaw without further differentiation.

Risk and Exploitability

An attacker only needs to supply a malicious 'removesite' cookie in an HTTP request to the target site; no authentication is required. The vulnerability carries a CVSS score of 8.6 and an EPSS of <1%, and it is not listed in the CISA KEV catalog, but the lack of authentication and ability to delete data make it a high‑risk issue. The exploit path is straightforward: send a crafted cookie, trigger the vulnerable code, and execute arbitrary SQL to read or delete data, potentially compromising the entire WordPress installation’s integrity.

Generated by OpenCVE AI on August 13, 2026 at 11:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the ProSolution WP Client plugin to version 2.0.9 or later, which removes the unsanitized cookie handling.
  • If an upgrade cannot be performed immediately, uninstall or disable the plugin to eliminate the vulnerable code paths while a patch is applied.
  • Configure a web application firewall or server rule to block or sanitize any 'removesite' cookie before it reaches WordPress, mitigating the injection vector until a patch or removal is completed.

Generated by OpenCVE AI on August 13, 2026 at 11:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Tue, 11 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
First Time appeared Prosolution
Prosolution prosolution Wp Client
Wordpress
Wordpress wordpress
Vendors & Products Prosolution
Prosolution prosolution Wp Client
Wordpress
Wordpress wordpress

Mon, 10 Aug 2026 08:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-89

Mon, 10 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Description The ProSolution WP Client WordPress plugin before 2.0.9 does not sanitise a cookie value before using it in SQL queries, and processes that cookie on every request without any authentication or capability check, allowing unauthenticated users to read arbitrary data from the database and to delete the records the ProSolution WP Client WordPress plugin before 2.0.9 stores.
Title ProSolution WP Client < 2.0.9 - Unauthenticated SQLi and Plugin Data Deletion via 'removesite' Cookie
References

Subscriptions

Prosolution Prosolution Wp Client
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-11T20:42:06.923Z

Reserved: 2026-08-06T07:43:02.346Z

Link: CVE-2026-19049

cve-icon Vulnrichment

Updated: 2026-08-11T20:42:03.878Z

cve-icon NVD

Status : Deferred

Published: 2026-08-10T07:16:50.937

Modified: 2026-08-26T16:30:52.723

Link: CVE-2026-19049

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T11:30:16Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')