Description
The ProSolution WP Client WordPress plugin before 2.0.6 does not sanitise and escape a parameter before using it in a SQL statement reachable by unauthenticated visitors, leading to a blind SQL injection.
Published: 2026-08-10
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The ProSolution WP Client WordPress plugin prior to version 2.0.6 fails to sanitise or escape the jobID parameter before using it in a SQL statement. An unauthenticated visitor can send a crafted value via HTTP directly to the plugin endpoint, causing the database engine to treat the value as part of the query text. Because the injection is blind, the attacker does not receive direct query results; however, based on the description it is inferred that the attacker could infer table structure, row counts, or even specific values by observing response timing or HTTP status codes, potentially exposing sensitive data. The flaw represents a classic SQL injection weakness (CWE‑89) that can be leveraged to read or manipulate database contents depending on the privileges of the database user.

Affected Systems

Any WordPress site that has installed the ProSolution WP Client plugin with a version earlier than 2.0.6 is vulnerable. The vendor is listed only as Unknown:ProSolution WP Client, so the product is identified solely by the plugin name. No specific sub‑versions are noted; all releases before 2.0.6 are affected.

Risk and Exploitability

The vulnerability is reachable by any unauthenticated visitor; no authentication, privilege escalation, or special configuration is required. With a CVSS score of 9.1, the risk is high. The EPSS score is < 1% and the issue is not listed in the CISA KEV catalog, but the presence of a blind SQL injection in a publicly accessible plugin suggests a potentially high risk of sensitive data disclosure. The lack of input validation and escaping makes exploitation straightforward for an attacker capable of sending HTTP requests, especially if the underlying database holds user credentials or payment information.

Generated by OpenCVE AI on August 10, 2026 at 21:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the ProSolution WP Client plugin to version 2.0.6 or later, ensuring that the jobID parameter is properly sanitised and escaped.
  • If an update is unavailable or delayed, temporarily disable or remove the plugin from the WordPress installation to eliminate the vulnerable endpoint.
  • Apply a web application firewall rule or enforce server‑side validation that restricts the jobID parameter to numeric values only, thereby preventing injection attempts while a long‑term fix is applied.

Generated by OpenCVE AI on August 10, 2026 at 21:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
Weaknesses 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.6 does not sanitise and escape a parameter before using it in a SQL statement reachable by unauthenticated visitors, leading to a blind SQL injection.
Title ProSolution WP Client < 2.0.6 - Unauthenticated Blind SQLi via 'jobID' Parameter
References

Subscriptions

Prosolution Prosolution Wp Client
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-10T19:10:16.343Z

Reserved: 2026-08-06T07:52:14.641Z

Link: CVE-2026-19053

cve-icon Vulnrichment

Updated: 2026-08-10T19:10:02.453Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-19053

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T14:15:13Z

Weaknesses
  • CWE-89

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