CVE-2026-1189: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in leadbi LeadBI Plugin for WordPress
The LeadBI Plugin for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'form_id' parameter of the 'leadbi_form' shortcode in all versions up to, and including, 1.7 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AI Analysis
Technical Summary
CVE-2026-1189 is a stored Cross-Site Scripting (XSS) vulnerability identified in the LeadBI Plugin for WordPress, specifically in all versions up to and including 1.7. The vulnerability stems from improper neutralization of user input in the 'form_id' parameter of the 'leadbi_form' shortcode, where insufficient input sanitization and output escaping allow malicious scripts to be injected and stored within WordPress pages. This flaw enables authenticated attackers with Contributor-level privileges or higher to embed arbitrary JavaScript code that executes in the context of any user visiting the infected page. The attack vector requires network access and authenticated privileges but does not require user interaction beyond page viewing. The vulnerability impacts confidentiality and integrity by potentially allowing session hijacking, credential theft, or unauthorized actions performed on behalf of users. The CVSS v3.1 base score is 6.4, reflecting medium severity with a vector of AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N, indicating network attack vector, low attack complexity, privileges required, no user interaction, scope changed, and partial confidentiality and integrity impact without availability impact. No patches or fixes are currently linked, and no known exploits have been reported in the wild, but the vulnerability poses a significant risk to WordPress sites using this plugin, especially those with multiple contributors or public-facing content. The vulnerability is cataloged under CWE-79, a common web application security weakness related to cross-site scripting.
Potential Impact
The primary impact of CVE-2026-1189 is on the confidentiality and integrity of affected WordPress sites using the LeadBI Plugin. Successful exploitation allows attackers with Contributor-level access to inject persistent malicious scripts that execute in the browsers of site visitors and administrators. This can lead to session hijacking, theft of sensitive information such as cookies or credentials, unauthorized actions performed on behalf of users, and potential defacement or manipulation of site content. While availability is not directly affected, the reputational damage and loss of user trust can be significant. Organizations with multiple contributors or public-facing WordPress sites are at higher risk, as attackers can leverage compromised accounts to escalate attacks. The vulnerability's exploitation requires authenticated access, limiting exposure to internal or semi-trusted users, but insider threats or compromised contributor accounts increase risk. The lack of known exploits in the wild currently reduces immediate risk but does not eliminate the threat, especially as attackers often develop exploits rapidly after disclosure. Overall, this vulnerability can facilitate broader attacks such as phishing, malware distribution, or lateral movement within organizational networks.
Mitigation Recommendations
To mitigate CVE-2026-1189, organizations should first verify if they use the LeadBI Plugin for WordPress and identify the plugin version. Since no official patches are currently linked, immediate mitigation steps include: 1) Restrict Contributor-level and higher privileges to trusted users only, minimizing the risk of malicious script injection. 2) Implement Web Application Firewall (WAF) rules to detect and block suspicious input patterns targeting the 'form_id' parameter and shortcode usage. 3) Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts on affected pages. 4) Conduct regular audits of user-generated content and shortcodes for injected scripts or anomalies. 5) Monitor logs for unusual contributor activity or unexpected shortcode modifications. 6) Consider temporarily disabling or removing the LeadBI Plugin until a security update is released. 7) Educate site administrators and contributors about the risks of XSS and safe content practices. 8) Follow vendor announcements closely for patches or updates addressing this vulnerability and apply them promptly once available. These targeted mitigations go beyond generic advice by focusing on privilege management, input filtering, and runtime protections specific to the vulnerability vector.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, India, France, Brazil, Japan, Netherlands
CVE-2026-1189: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in leadbi LeadBI Plugin for WordPress
Description
The LeadBI Plugin for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'form_id' parameter of the 'leadbi_form' shortcode in all versions up to, and including, 1.7 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2026-1189 is a stored Cross-Site Scripting (XSS) vulnerability identified in the LeadBI Plugin for WordPress, specifically in all versions up to and including 1.7. The vulnerability stems from improper neutralization of user input in the 'form_id' parameter of the 'leadbi_form' shortcode, where insufficient input sanitization and output escaping allow malicious scripts to be injected and stored within WordPress pages. This flaw enables authenticated attackers with Contributor-level privileges or higher to embed arbitrary JavaScript code that executes in the context of any user visiting the infected page. The attack vector requires network access and authenticated privileges but does not require user interaction beyond page viewing. The vulnerability impacts confidentiality and integrity by potentially allowing session hijacking, credential theft, or unauthorized actions performed on behalf of users. The CVSS v3.1 base score is 6.4, reflecting medium severity with a vector of AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N, indicating network attack vector, low attack complexity, privileges required, no user interaction, scope changed, and partial confidentiality and integrity impact without availability impact. No patches or fixes are currently linked, and no known exploits have been reported in the wild, but the vulnerability poses a significant risk to WordPress sites using this plugin, especially those with multiple contributors or public-facing content. The vulnerability is cataloged under CWE-79, a common web application security weakness related to cross-site scripting.
Potential Impact
The primary impact of CVE-2026-1189 is on the confidentiality and integrity of affected WordPress sites using the LeadBI Plugin. Successful exploitation allows attackers with Contributor-level access to inject persistent malicious scripts that execute in the browsers of site visitors and administrators. This can lead to session hijacking, theft of sensitive information such as cookies or credentials, unauthorized actions performed on behalf of users, and potential defacement or manipulation of site content. While availability is not directly affected, the reputational damage and loss of user trust can be significant. Organizations with multiple contributors or public-facing WordPress sites are at higher risk, as attackers can leverage compromised accounts to escalate attacks. The vulnerability's exploitation requires authenticated access, limiting exposure to internal or semi-trusted users, but insider threats or compromised contributor accounts increase risk. The lack of known exploits in the wild currently reduces immediate risk but does not eliminate the threat, especially as attackers often develop exploits rapidly after disclosure. Overall, this vulnerability can facilitate broader attacks such as phishing, malware distribution, or lateral movement within organizational networks.
Mitigation Recommendations
To mitigate CVE-2026-1189, organizations should first verify if they use the LeadBI Plugin for WordPress and identify the plugin version. Since no official patches are currently linked, immediate mitigation steps include: 1) Restrict Contributor-level and higher privileges to trusted users only, minimizing the risk of malicious script injection. 2) Implement Web Application Firewall (WAF) rules to detect and block suspicious input patterns targeting the 'form_id' parameter and shortcode usage. 3) Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts on affected pages. 4) Conduct regular audits of user-generated content and shortcodes for injected scripts or anomalies. 5) Monitor logs for unusual contributor activity or unexpected shortcode modifications. 6) Consider temporarily disabling or removing the LeadBI Plugin until a security update is released. 7) Educate site administrators and contributors about the risks of XSS and safe content practices. 8) Follow vendor announcements closely for patches or updates addressing this vulnerability and apply them promptly once available. These targeted mitigations go beyond generic advice by focusing on privilege management, input filtering, and runtime protections specific to the vulnerability vector.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2026-01-19T13:40:21.853Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69748ef84623b1157cac2e79
Added to database: 1/24/2026, 9:20:56 AM
Last enriched: 2/26/2026, 6:57:51 PM
Last updated: 3/24/2026, 5:16:19 PM
Views: 94
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.