ChatBot < 4.4.5 - Stored XSS via CSRF
Description
The AI ChatBot WordPress plugin before 4.4.5 does not escape most of its settings before outputting them back in the dashboard, and does not have a proper CSRF check, allowing attackers to make a logged in admin set XSS payloads in them.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
The AI ChatBot plugin for WordPress below 4.4.5 has stored XSS via CSRF because settings are not escaped and lack CSRF protection.
Vulnerability
The AI ChatBot WordPress plugin version 4.4.4 and earlier does not escape most of its settings before outputting them in the admin dashboard and lacks a proper CSRF check [1]. This allows attackers to craft a request that, when executed by a logged-in administrator, sets XSS payloads in the plugin settings [1]. The CSRF issue was fixed in version 4.4.5, but the escaping issue was only fully resolved in version 4.5.1 [1].
Exploitation
An attacker can craft a malicious link or form that, when visited by an authenticated administrator, performs a cross-site request forgery (CSRF) attack [1]. The attacker does not need authentication themselves; they only need to trick an admin user into interacting with the crafted request [1]. The request modifies plugin settings to include unsanitized JavaScript payloads [1]. No special network position is required beyond delivering the CSRF trigger to the admin.
Impact
Successful exploitation leads to stored cross-site scripting (XSS) within the WordPress admin dashboard [1]. The attacker can execute arbitrary JavaScript in the context of the admin's session, potentially leading to full site compromise, data theft, privilege escalation, or further malicious actions [1].
Mitigation
Update the AI ChatBot plugin to version 4.5.1 or later, which includes fixes for both the CSRF and the escaping issues [1]. If immediate update is not possible, ensure that admin users do not click on untrusted links while logged into WordPress and consider using security plugins that enforce CSRF tokens [1]. The plugin is not listed on CISA's Known Exploited Vulnerabilities (KEV) catalog as of this writing.
AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Range: <4.4.5
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1- wpscan.com/vulnerability/d1784446-b3da-4175-9dac-20b030f19984mitreexploitvdb-entrytechnical-description
News mentions
0No linked articles in our index yet.