Description
The WPBot – AI ChatBot for Live Support, Lead Generation, AI Services plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'conversation' parameter in all versions up to, and including, 8.4.9 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The AJAX nonce required to authenticate the save request is publicly emitted on every frontend page via wp_localize_script, making it freely obtainable by any anonymous visitor and removing any practical barrier to exploitation.
Published: 2026-07-01
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

WPBot – AI ChatBot for Live Support, Lead Generation, AI Services contains a stored cross‑site scripting flaw in the 'conversation' parameter. Due to insufficient sanitization and output escaping, attackers can submit arbitrary JavaScript that is persisted and served to any user who views the affected page. Once executed in a victim’s browser, the injected script runs with the privileges of the user, potentially allowing data exfiltration, session hijacking, or malware delivery. The flaw is categorized as CWE‑79 – Improper Neutralization of Input During Web Page Generation.

Affected Systems

All instances of WPBot plugin version 8.4.9 or earlier installed on WordPress sites are vulnerable. The plugin, distributed by quantumcloud under the name WPBot – AI ChatBot for Live Support, Lead Generation, AI Services, is widely used for chat‑based customer support and lead‑generation. Any WordPress site that has the affected version active on the frontend exposes users to the stored XSS risk.

Risk and Exploitability

The reported CVSS score of 7.2 indicates high severity, reflecting that the flaw can impact confidentiality, integrity, and availability of end‑user browsers. The exploitability is straightforward: the AJAX nonce required for the save request is publicly emitted on every frontend page through wp_localize_script, providing a practical authentication bypass that allows unauthenticated users to craft and store malicious conversation entries. Based on the description, it is inferred that this lack of protection enables any anonymous visitor to trigger the stored XSS, given that the plugin accepts input without restrictions. As the vulnerability is not listed in the CISA KEV catalog and an EPSS score is unavailable, the precise likelihood of exploitation remains uncertain, but the public nature of the nonce and the widespread deployment of the plugin suggest a reasonable risk of real‑world attacks.

Generated by OpenCVE AI on July 1, 2026 at 15:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WPBot to the latest release that removes the stored XSS flaw (recommended >8.4.9).
  • If an update is not possible, disable or uninstall the WPBot plugin to eliminate the attack surface.
  • Deploy a Web Application Firewall (WAF) rule or input filter that blocks malicious script payloads in the conversation parameter to mitigate residual risk.

Generated by OpenCVE AI on July 1, 2026 at 15:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Quantumcloud
Quantumcloud wpbot – Ai Chatbot For Live Support, Lead Generation, Ai Services
Wordpress
Wordpress wordpress
Vendors & Products Quantumcloud
Quantumcloud wpbot – Ai Chatbot For Live Support, Lead Generation, Ai Services
Wordpress
Wordpress wordpress

Wed, 01 Jul 2026 12:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 01 Jul 2026 05:00:00 +0000

Type Values Removed Values Added
Description The WPBot – AI ChatBot for Live Support, Lead Generation, AI Services plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'conversation' parameter in all versions up to, and including, 8.4.9 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The AJAX nonce required to authenticate the save request is publicly emitted on every frontend page via wp_localize_script, making it freely obtainable by any anonymous visitor and removing any practical barrier to exploitation.
Title WPBot <= 8.4.9 - Unauthenticated Stored Cross-Site Scripting via 'conversation' Parameter
Weaknesses CWE-79
References
Metrics cvssV3_1

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


Subscriptions

Quantumcloud Wpbot – Ai Chatbot For Live Support, Lead Generation, Ai Services
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-01T10:42:11.871Z

Reserved: 2026-06-29T14:40:54.452Z

Link: CVE-2026-13731

cve-icon Vulnrichment

Updated: 2026-07-01T10:33:55.151Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-06T22:48:48Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')