CVE-2024-3267: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in boldthemes Bold Page Builder
CVE-2024-3267 is a stored cross-site scripting (XSS) vulnerability in the Bold Page Builder WordPress plugin affecting all versions up to 4. 8. 8. It arises from improper input sanitization and output escaping in the bt_bb_price_list shortcode, allowing authenticated users with contributor-level access or higher to inject malicious scripts. These scripts execute whenever any user views the affected page, potentially leading to session hijacking, defacement, or other malicious actions. The vulnerability has a CVSS score of 6. 4 (medium severity) and does not require user interaction but does require authenticated access. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or applying mitigations to prevent exploitation, especially those with multiple contributors or public-facing sites. Countries with significant WordPress usage and active web development communities are most at risk.
AI Analysis
Technical Summary
CVE-2024-3267 identifies a stored cross-site scripting (XSS) vulnerability in the Bold Page Builder plugin for WordPress, specifically in the bt_bb_price_list shortcode. This vulnerability stems from insufficient sanitization and escaping of user-supplied attributes, allowing authenticated users with contributor-level permissions or higher to inject arbitrary JavaScript code into pages. Because the malicious script is stored persistently, it executes every time a user accesses the compromised page, potentially affecting administrators, editors, and site visitors. The vulnerability impacts all versions up to and including 4.8.8 of the plugin. The CVSS 3.1 score of 6.4 reflects a medium severity, with network attack vector, low attack complexity, and privileges required at the contributor level. The scope is changed, indicating that the vulnerability can affect resources beyond the initially compromised component. The impact includes limited confidentiality and integrity loss but no availability impact. No public exploits have been reported yet, but the vulnerability poses a significant risk in multi-user WordPress environments where contributors can add content. The lack of output escaping and input validation in the shortcode's attribute handling is the root cause, making it a classic example of CWE-79. Mitigation requires patching the plugin once updates are available or applying manual input validation and output escaping as a temporary measure.
Potential Impact
The primary impact of this vulnerability is the potential for attackers with contributor-level access to inject persistent malicious scripts into WordPress pages, which execute in the browsers of any users visiting those pages. This can lead to session hijacking, theft of sensitive information, unauthorized actions performed on behalf of users, defacement, or distribution of malware. Since the vulnerability requires authenticated access, it is less likely to be exploited by external anonymous attackers but poses a significant risk in environments with multiple contributors or editors, such as corporate blogs, news sites, or community portals. The confidentiality and integrity of user data and site content can be compromised, undermining trust and potentially causing reputational damage. The vulnerability does not affect availability directly but can facilitate further attacks that may disrupt services. Organizations relying on the Bold Page Builder plugin for critical or high-traffic websites are at risk of targeted attacks, especially if they do not restrict contributor permissions or monitor injected content.
Mitigation Recommendations
1. Immediately update the Bold Page Builder plugin to a patched version once it becomes available from the vendor. 2. Until a patch is released, restrict contributor-level and higher permissions to trusted users only, minimizing the risk of malicious script injection. 3. Implement a web application firewall (WAF) with rules to detect and block common XSS payloads targeting the bt_bb_price_list shortcode attributes. 4. Conduct manual code review and sanitize all user inputs related to the shortcode attributes by applying strict whitelist validation and proper output escaping in the plugin code if feasible. 5. Monitor website content for unexpected script injections or anomalies, especially in pages using the vulnerable shortcode. 6. Educate content contributors about safe content practices and the risks of injecting untrusted code. 7. Regularly audit user permissions and remove unnecessary contributor or editor roles. 8. Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts on the website. 9. Backup website data frequently to enable quick restoration if exploitation occurs.
Affected Countries
United States, India, Brazil, Germany, United Kingdom, Canada, Australia, France, Japan, Netherlands, Italy, Spain
CVE-2024-3267: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in boldthemes Bold Page Builder
Description
CVE-2024-3267 is a stored cross-site scripting (XSS) vulnerability in the Bold Page Builder WordPress plugin affecting all versions up to 4. 8. 8. It arises from improper input sanitization and output escaping in the bt_bb_price_list shortcode, allowing authenticated users with contributor-level access or higher to inject malicious scripts. These scripts execute whenever any user views the affected page, potentially leading to session hijacking, defacement, or other malicious actions. The vulnerability has a CVSS score of 6. 4 (medium severity) and does not require user interaction but does require authenticated access. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or applying mitigations to prevent exploitation, especially those with multiple contributors or public-facing sites. Countries with significant WordPress usage and active web development communities are most at risk.
AI-Powered Analysis
Technical Analysis
CVE-2024-3267 identifies a stored cross-site scripting (XSS) vulnerability in the Bold Page Builder plugin for WordPress, specifically in the bt_bb_price_list shortcode. This vulnerability stems from insufficient sanitization and escaping of user-supplied attributes, allowing authenticated users with contributor-level permissions or higher to inject arbitrary JavaScript code into pages. Because the malicious script is stored persistently, it executes every time a user accesses the compromised page, potentially affecting administrators, editors, and site visitors. The vulnerability impacts all versions up to and including 4.8.8 of the plugin. The CVSS 3.1 score of 6.4 reflects a medium severity, with network attack vector, low attack complexity, and privileges required at the contributor level. The scope is changed, indicating that the vulnerability can affect resources beyond the initially compromised component. The impact includes limited confidentiality and integrity loss but no availability impact. No public exploits have been reported yet, but the vulnerability poses a significant risk in multi-user WordPress environments where contributors can add content. The lack of output escaping and input validation in the shortcode's attribute handling is the root cause, making it a classic example of CWE-79. Mitigation requires patching the plugin once updates are available or applying manual input validation and output escaping as a temporary measure.
Potential Impact
The primary impact of this vulnerability is the potential for attackers with contributor-level access to inject persistent malicious scripts into WordPress pages, which execute in the browsers of any users visiting those pages. This can lead to session hijacking, theft of sensitive information, unauthorized actions performed on behalf of users, defacement, or distribution of malware. Since the vulnerability requires authenticated access, it is less likely to be exploited by external anonymous attackers but poses a significant risk in environments with multiple contributors or editors, such as corporate blogs, news sites, or community portals. The confidentiality and integrity of user data and site content can be compromised, undermining trust and potentially causing reputational damage. The vulnerability does not affect availability directly but can facilitate further attacks that may disrupt services. Organizations relying on the Bold Page Builder plugin for critical or high-traffic websites are at risk of targeted attacks, especially if they do not restrict contributor permissions or monitor injected content.
Mitigation Recommendations
1. Immediately update the Bold Page Builder plugin to a patched version once it becomes available from the vendor. 2. Until a patch is released, restrict contributor-level and higher permissions to trusted users only, minimizing the risk of malicious script injection. 3. Implement a web application firewall (WAF) with rules to detect and block common XSS payloads targeting the bt_bb_price_list shortcode attributes. 4. Conduct manual code review and sanitize all user inputs related to the shortcode attributes by applying strict whitelist validation and proper output escaping in the plugin code if feasible. 5. Monitor website content for unexpected script injections or anomalies, especially in pages using the vulnerable shortcode. 6. Educate content contributors about safe content practices and the risks of injecting untrusted code. 7. Regularly audit user permissions and remove unnecessary contributor or editor roles. 8. Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts on the website. 9. Backup website data frequently to enable quick restoration if exploitation occurs.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-04-03T16:39:57.119Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6c90b7ef31ef0b5664d2
Added to database: 2/25/2026, 9:41:36 PM
Last enriched: 2/26/2026, 6:09:05 AM
Last updated: 2/26/2026, 11:16:53 AM
Views: 1
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-2025-64999: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Checkmk GmbH Checkmk
HighCVE-2026-28138: Deserialization of Untrusted Data in Stylemix uListing
HighCVE-2026-28136: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in VeronaLabs WP SMS
HighCVE-2026-28132: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in villatheme WooCommerce Photo Reviews
HighCVE-2026-28131: Insertion of Sensitive Information Into Sent Data in WPVibes Elementor Addon Elements
HighActions
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.