CVE-2026-4075: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in xenioushk BWL Advanced FAQ Manager Lite
The BWL Advanced FAQ Manager Lite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'baf_sbox' shortcode in all versions up to and including 1.1.1. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes such as 'sbox_id', 'sbox_class', 'placeholder', 'highlight_color', 'highlight_bg', and 'cont_ext_class'. These attributes are directly interpolated into HTML element attributes without any esc_attr() escaping in the baf_sbox() function. 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
The vulnerability CVE-2026-4075 affects the BWL Advanced FAQ Manager Lite plugin for WordPress, specifically versions up to and including 1.1.1. It is a stored Cross-Site Scripting (XSS) flaw categorized under CWE-79, caused by improper neutralization of input during web page generation. The issue stems from the baf_sbox() function, which processes the 'baf_sbox' shortcode attributes such as 'sbox_id', 'sbox_class', 'placeholder', 'highlight_color', 'highlight_bg', and 'cont_ext_class'. These attributes are directly inserted into HTML element attributes without proper escaping using esc_attr(), allowing malicious scripts embedded in these attributes to be stored in the website's content. Because the vulnerability is stored, the injected scripts execute every time the affected page is loaded by any user. Exploitation requires an attacker to have at least Contributor-level access to the WordPress site, which is a relatively low privilege level allowing content creation but not full administrative control. The vulnerability does not require user interaction to trigger once the malicious content is stored. The CVSS 3.1 vector (AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N) indicates network attack vector, low attack complexity, privileges required, no user interaction, scope changed, and low impact on confidentiality and integrity, with no impact on availability. No public exploits or patches are currently available, but the flaw is publicly disclosed and documented.
Potential Impact
This vulnerability allows authenticated users with Contributor or higher privileges to inject persistent malicious JavaScript into WordPress pages using the vulnerable plugin. The impact includes potential session hijacking, defacement, redirection to malicious sites, theft of sensitive user data, and execution of unauthorized actions on behalf of users visiting the infected pages. Since the scripts execute in the context of the victim's browser, this can lead to compromise of user accounts, especially administrators or editors who access the affected pages. The scope includes all websites using the BWL Advanced FAQ Manager Lite plugin up to version 1.1.1, which may be significant given WordPress's widespread use. Although the attack requires some level of authentication, many WordPress sites allow Contributor-level access to multiple users, increasing risk. The vulnerability does not affect availability but impacts confidentiality and integrity. Organizations relying on this plugin for FAQ management risk reputational damage, data breaches, and potential regulatory consequences if user data is compromised.
Mitigation Recommendations
To mitigate this vulnerability, organizations should immediately update the BWL Advanced FAQ Manager Lite plugin to a version that properly escapes shortcode attributes using esc_attr() or equivalent sanitization functions once available. Until a patch is released, administrators should restrict Contributor-level access to trusted users only and consider temporarily disabling or removing the plugin if feasible. Implementing a Web Application Firewall (WAF) with rules to detect and block suspicious shortcode attribute payloads can reduce risk. Conduct regular security audits of user-generated content and monitor logs for unusual activity. Educate content contributors about safe input practices and the risks of injecting scripts. Additionally, site owners can implement Content Security Policy (CSP) headers to limit the execution of unauthorized scripts. Finally, maintain regular backups and have an incident response plan ready in case of exploitation.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, India, Brazil, Japan, Netherlands
CVE-2026-4075: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in xenioushk BWL Advanced FAQ Manager Lite
Description
The BWL Advanced FAQ Manager Lite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'baf_sbox' shortcode in all versions up to and including 1.1.1. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes such as 'sbox_id', 'sbox_class', 'placeholder', 'highlight_color', 'highlight_bg', and 'cont_ext_class'. These attributes are directly interpolated into HTML element attributes without any esc_attr() escaping in the baf_sbox() function. 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
The vulnerability CVE-2026-4075 affects the BWL Advanced FAQ Manager Lite plugin for WordPress, specifically versions up to and including 1.1.1. It is a stored Cross-Site Scripting (XSS) flaw categorized under CWE-79, caused by improper neutralization of input during web page generation. The issue stems from the baf_sbox() function, which processes the 'baf_sbox' shortcode attributes such as 'sbox_id', 'sbox_class', 'placeholder', 'highlight_color', 'highlight_bg', and 'cont_ext_class'. These attributes are directly inserted into HTML element attributes without proper escaping using esc_attr(), allowing malicious scripts embedded in these attributes to be stored in the website's content. Because the vulnerability is stored, the injected scripts execute every time the affected page is loaded by any user. Exploitation requires an attacker to have at least Contributor-level access to the WordPress site, which is a relatively low privilege level allowing content creation but not full administrative control. The vulnerability does not require user interaction to trigger once the malicious content is stored. The CVSS 3.1 vector (AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N) indicates network attack vector, low attack complexity, privileges required, no user interaction, scope changed, and low impact on confidentiality and integrity, with no impact on availability. No public exploits or patches are currently available, but the flaw is publicly disclosed and documented.
Potential Impact
This vulnerability allows authenticated users with Contributor or higher privileges to inject persistent malicious JavaScript into WordPress pages using the vulnerable plugin. The impact includes potential session hijacking, defacement, redirection to malicious sites, theft of sensitive user data, and execution of unauthorized actions on behalf of users visiting the infected pages. Since the scripts execute in the context of the victim's browser, this can lead to compromise of user accounts, especially administrators or editors who access the affected pages. The scope includes all websites using the BWL Advanced FAQ Manager Lite plugin up to version 1.1.1, which may be significant given WordPress's widespread use. Although the attack requires some level of authentication, many WordPress sites allow Contributor-level access to multiple users, increasing risk. The vulnerability does not affect availability but impacts confidentiality and integrity. Organizations relying on this plugin for FAQ management risk reputational damage, data breaches, and potential regulatory consequences if user data is compromised.
Mitigation Recommendations
To mitigate this vulnerability, organizations should immediately update the BWL Advanced FAQ Manager Lite plugin to a version that properly escapes shortcode attributes using esc_attr() or equivalent sanitization functions once available. Until a patch is released, administrators should restrict Contributor-level access to trusted users only and consider temporarily disabling or removing the plugin if feasible. Implementing a Web Application Firewall (WAF) with rules to detect and block suspicious shortcode attribute payloads can reduce risk. Conduct regular security audits of user-generated content and monitor logs for unusual activity. Educate content contributors about safe input practices and the risks of injecting scripts. Additionally, site owners can implement Content Security Policy (CSP) headers to limit the execution of unauthorized scripts. Finally, maintain regular backups and have an incident response plan ready in case of exploitation.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2026-03-12T19:55:11.296Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69c57a7f3c064ed76f9f9d46
Added to database: 3/26/2026, 6:27:11 PM
Last enriched: 3/26/2026, 6:32:22 PM
Last updated: 3/27/2026, 5:07:21 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.
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.