CVE-2026-1945: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in iqonicdesign WPBookit
CVE-2026-1945 is a high-severity stored Cross-Site Scripting (XSS) vulnerability in the WPBookit WordPress plugin by iqonicdesign, affecting all versions up to 1. 0. 8. It arises from improper input sanitization and output escaping of the 'wpb_user_name' and 'wpb_user_email' parameters, allowing unauthenticated attackers to inject malicious scripts. These scripts execute whenever any user accesses the compromised page, potentially leading to session hijacking, defacement, or further attacks. The vulnerability requires no authentication or user interaction to exploit and has a CVSS score of 7. 2, indicating a significant risk. Although no known exploits are reported in the wild yet, the widespread use of WordPress and this plugin increases the threat potential. Organizations using WPBookit should prioritize patching or applying mitigations to prevent exploitation. Countries with large WordPress user bases and active web hosting industries are at higher risk.
AI Analysis
Technical Summary
CVE-2026-1945 is a stored Cross-Site Scripting (XSS) vulnerability identified in the WPBookit plugin for WordPress, developed by iqonicdesign. The flaw exists in all versions up to and including 1.0.8 and is due to improper neutralization of input during web page generation, specifically in the handling of the 'wpb_user_name' and 'wpb_user_email' parameters. These parameters are not adequately sanitized or escaped before being rendered in web pages, allowing attackers to inject arbitrary JavaScript code that is stored persistently on the server. When any user visits a page containing the injected script, it executes in their browser context. This vulnerability is exploitable remotely by unauthenticated attackers without requiring user interaction, increasing its severity and ease of exploitation. The CVSS v3.1 base score is 7.2, reflecting high impact on confidentiality and integrity, with no impact on availability. The vulnerability can lead to theft of session cookies, user impersonation, defacement, or redirection to malicious sites. Although no public exploits have been reported yet, the vulnerability's presence in a popular WordPress plugin makes it a critical concern for website administrators. The vulnerability was reserved on 2026-02-04 and published on 2026-03-04, with no official patches available at the time of reporting, necessitating immediate mitigation efforts.
Potential Impact
The impact of CVE-2026-1945 is significant for organizations using the WPBookit plugin on WordPress sites. Successful exploitation allows attackers to execute arbitrary scripts in the context of users visiting the affected pages, potentially leading to session hijacking, credential theft, unauthorized actions on behalf of users, website defacement, or distribution of malware. This can erode user trust, damage brand reputation, and lead to regulatory or compliance issues if sensitive user data is compromised. Since the vulnerability requires no authentication and no user interaction, it can be exploited at scale by automated attacks, increasing the risk of widespread compromise. Organizations with customer-facing websites or portals using WPBookit are particularly vulnerable, as attackers can target both administrators and end-users. The scope of affected systems is broad due to WordPress's global popularity and the plugin's usage in booking and scheduling contexts, which often handle personal user information. The vulnerability does not impact system availability directly but can indirectly cause service disruptions through reputational damage or remediation efforts.
Mitigation Recommendations
To mitigate CVE-2026-1945, organizations should take immediate action even if an official patch is not yet available. First, monitor the vendor's channels for updates or patches and apply them promptly once released. In the interim, restrict or disable the WPBookit plugin if feasible to eliminate the attack surface. Implement Web Application Firewall (WAF) rules to detect and block malicious payloads targeting the 'wpb_user_name' and 'wpb_user_email' parameters. Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts in browsers. Conduct thorough input validation and output encoding on all user-supplied data within custom code or additional plugins to prevent similar issues. Regularly audit and sanitize stored data in the plugin's database fields to remove any injected scripts. Educate site administrators on recognizing signs of XSS exploitation and encourage the use of multi-factor authentication to reduce the impact of credential theft. Finally, maintain regular backups and incident response plans to quickly recover from any compromise.
Affected Countries
United States, India, Germany, United Kingdom, Canada, Australia, Brazil, France, Japan, Netherlands, Italy, Spain
CVE-2026-1945: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in iqonicdesign WPBookit
Description
CVE-2026-1945 is a high-severity stored Cross-Site Scripting (XSS) vulnerability in the WPBookit WordPress plugin by iqonicdesign, affecting all versions up to 1. 0. 8. It arises from improper input sanitization and output escaping of the 'wpb_user_name' and 'wpb_user_email' parameters, allowing unauthenticated attackers to inject malicious scripts. These scripts execute whenever any user accesses the compromised page, potentially leading to session hijacking, defacement, or further attacks. The vulnerability requires no authentication or user interaction to exploit and has a CVSS score of 7. 2, indicating a significant risk. Although no known exploits are reported in the wild yet, the widespread use of WordPress and this plugin increases the threat potential. Organizations using WPBookit should prioritize patching or applying mitigations to prevent exploitation. Countries with large WordPress user bases and active web hosting industries are at higher risk.
AI-Powered Analysis
Technical Analysis
CVE-2026-1945 is a stored Cross-Site Scripting (XSS) vulnerability identified in the WPBookit plugin for WordPress, developed by iqonicdesign. The flaw exists in all versions up to and including 1.0.8 and is due to improper neutralization of input during web page generation, specifically in the handling of the 'wpb_user_name' and 'wpb_user_email' parameters. These parameters are not adequately sanitized or escaped before being rendered in web pages, allowing attackers to inject arbitrary JavaScript code that is stored persistently on the server. When any user visits a page containing the injected script, it executes in their browser context. This vulnerability is exploitable remotely by unauthenticated attackers without requiring user interaction, increasing its severity and ease of exploitation. The CVSS v3.1 base score is 7.2, reflecting high impact on confidentiality and integrity, with no impact on availability. The vulnerability can lead to theft of session cookies, user impersonation, defacement, or redirection to malicious sites. Although no public exploits have been reported yet, the vulnerability's presence in a popular WordPress plugin makes it a critical concern for website administrators. The vulnerability was reserved on 2026-02-04 and published on 2026-03-04, with no official patches available at the time of reporting, necessitating immediate mitigation efforts.
Potential Impact
The impact of CVE-2026-1945 is significant for organizations using the WPBookit plugin on WordPress sites. Successful exploitation allows attackers to execute arbitrary scripts in the context of users visiting the affected pages, potentially leading to session hijacking, credential theft, unauthorized actions on behalf of users, website defacement, or distribution of malware. This can erode user trust, damage brand reputation, and lead to regulatory or compliance issues if sensitive user data is compromised. Since the vulnerability requires no authentication and no user interaction, it can be exploited at scale by automated attacks, increasing the risk of widespread compromise. Organizations with customer-facing websites or portals using WPBookit are particularly vulnerable, as attackers can target both administrators and end-users. The scope of affected systems is broad due to WordPress's global popularity and the plugin's usage in booking and scheduling contexts, which often handle personal user information. The vulnerability does not impact system availability directly but can indirectly cause service disruptions through reputational damage or remediation efforts.
Mitigation Recommendations
To mitigate CVE-2026-1945, organizations should take immediate action even if an official patch is not yet available. First, monitor the vendor's channels for updates or patches and apply them promptly once released. In the interim, restrict or disable the WPBookit plugin if feasible to eliminate the attack surface. Implement Web Application Firewall (WAF) rules to detect and block malicious payloads targeting the 'wpb_user_name' and 'wpb_user_email' parameters. Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts in browsers. Conduct thorough input validation and output encoding on all user-supplied data within custom code or additional plugins to prevent similar issues. Regularly audit and sanitize stored data in the plugin's database fields to remove any injected scripts. Educate site administrators on recognizing signs of XSS exploitation and encourage the use of multi-factor authentication to reduce the impact of credential theft. Finally, maintain regular backups and incident response plans to quickly recover from any compromise.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2026-02-04T21:42:13.961Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69a79342d1a09e29cbc204d1
Added to database: 3/4/2026, 2:04:50 AM
Last enriched: 3/4/2026, 2:18:36 AM
Last updated: 3/4/2026, 8:11:54 AM
Views: 4
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.
Related Threats
CVE-2026-28778: CWE-798 Use of Hard-coded Credentials in International Datacasting Corporation (IDC) IDC SFX2100 SuperFlex Satellite Receiver
HighCVE-2026-28775: CWE-1188: Insecure Default Initialization of Resource in International Datacasting Corporation (IDC) SFX Series SuperFlex SatelliteReceiver
CriticalCVE-2026-28774: CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in International Datacasting Corporation (IDC) SFX Series SuperFlex SatelliteReceiver Web Management Interface
CriticalCVE-2026-28773: CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in International Datacasting Corporation (IDC) SFX Series SuperFlex SatelliteReceiver Web Management Interface
CriticalCVE-2026-28772: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in International Datacasting Corporation (IDC) SFX Series SuperFlex SatelliteReceiver Web Management Interface
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing 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.