Description
The WPBot WordPress plugin before 8.5.2 does not validate administrator-configured field identifiers before using them in a SQL query, allowing users with administrator access to perform SQL injection that executes when a visitor triggers a search.
Published: 2026-07-27
Score: 3.8 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WPBot WordPress plugin before version 8.5.2 lacks input validation for administrator‑configured field identifiers that are incorporated into a SQL query. An administrator can inject malicious SQL through the qc_bot_str_fields setting, and the injection is executed when a site visitor triggers a search. This second‑order SQL injection allows the attacker to read, modify, or delete data in the site database, potentially compromising confidentiality, integrity, or availability of the site content.

Affected Systems

Any WordPress installation that has the WPBot plugin installed with a version earlier than 8.5.2 and where the administrator has not upgraded the plugin. Only administrators of the site can inject the payload, but the execution occurs during a visitor‑initiated search, affecting all users.

Risk and Exploitability

The CVSS score of 3.8 indicates a low severity overall, and the EPSS score is low at < 1%. The vulnerability is not currently listed in CISA’s KEV catalog. The exploit requires both administrator privileges to inject the payload and a visitor action (search) to trigger the execution, which limits the attack window. However, once triggered, the injected SQL can compromise site data, and similar vulnerabilities in other plugins suggest a broader risk of exploitation if a site is not patched.

Generated by OpenCVE AI on August 3, 2026 at 18:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WPBot to version 8.5.2 or later to remove the vulnerability.
  • If an upgrade cannot be performed immediately, disable or restrict the public search feature of WPBot until the plugin is updated.
  • Internally validate or sanitize any administrator‑provided field identifiers before they are used in SQL queries to eliminate the injection vector.

Generated by OpenCVE AI on August 3, 2026 at 18:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Wpbot
Wpbot wpot
Vendors & Products Wordpress
Wordpress wordpress
Wpbot
Wpbot wpot

Mon, 27 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 27 Jul 2026 06:30:00 +0000

Type Values Removed Values Added
Description The WPBot WordPress plugin before 8.5.2 does not validate administrator-configured field identifiers before using them in a SQL query, allowing users with administrator access to perform SQL injection that executes when a visitor triggers a search.
Title WPBot AI ChatBot < 8.5.2 - Admin+ Second-Order SQL Injection via qc_bot_str_fields
References

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-27T16:13:06.651Z

Reserved: 2026-06-30T08:25:44.832Z

Link: CVE-2026-14189

cve-icon Vulnrichment

Updated: 2026-07-27T16:12:52.598Z

cve-icon NVD

Status : Deferred

Published: 2026-07-27T07:16:25.413

Modified: 2026-07-27T20:33:01.673

Link: CVE-2026-14189

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T18:15:04Z

Weaknesses
  • CWE-89

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