CVE-2024-13582: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in labibahmed42 Simple Pricing Tables For WPBakery Page Builder(Formerly Visual Composer)
CVE-2024-13582 is a stored cross-site scripting (XSS) vulnerability in the Simple Pricing Tables plugin for WPBakery Page Builder (formerly Visual Composer) for WordPress. The flaw exists due to improper input sanitization and output escaping in the 'wdo_simple_pricing_table_free' 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, privilege escalation, or other malicious actions. The vulnerability affects all versions up to and including 1. 0 of the plugin. Exploitation does not require user interaction but does require authenticated access with contributor privileges. The CVSS score is 6. 4 (medium severity), reflecting network exploitability with low attack complexity and partial confidentiality and integrity impact. No known public exploits have been reported yet. Organizations using this plugin should prioritize patching or mitigating this vulnerability to prevent potential compromise.
AI Analysis
Technical Summary
CVE-2024-13582 is a stored cross-site scripting vulnerability identified in the Simple Pricing Tables plugin for WPBakery Page Builder, a popular WordPress page builder plugin. The vulnerability arises from improper neutralization of input during web page generation (CWE-79). Specifically, the plugin's 'wdo_simple_pricing_table_free' shortcode fails to adequately sanitize and escape user-supplied attributes before rendering them on pages. This flaw allows authenticated attackers with contributor-level or higher privileges to inject arbitrary JavaScript code into pages. Once injected, the malicious script executes in the context of any user who visits the compromised page, potentially enabling session hijacking, theft of sensitive information, or further attacks such as privilege escalation or persistent browser-based malware. The vulnerability affects all versions up to 1.0 of the plugin. The CVSS 3.1 base score of 6.4 indicates a medium severity, with an attack vector over the network, low attack complexity, requiring privileges but no user interaction, and impacts on confidentiality and integrity but not availability. No patches or official fixes are currently linked, and no known exploits are reported in the wild. The vulnerability's scope is confined to WordPress sites using this specific plugin, particularly those allowing contributor-level users to add or edit pricing tables using the vulnerable shortcode.
Potential Impact
The impact of CVE-2024-13582 can be significant for organizations using the affected plugin on WordPress sites. Successful exploitation allows an attacker with contributor-level access to inject persistent malicious scripts, which execute in the browsers of any visitors to the compromised pages. This can lead to theft of authentication cookies, enabling session hijacking and unauthorized access to user accounts, including potentially administrative accounts. It may also facilitate the spread of malware, phishing attacks, or defacement of websites. The integrity of website content can be compromised, and user trust damaged. Although availability is not directly affected, the reputational and operational consequences can be severe, especially for e-commerce or business-critical sites relying on WPBakery Page Builder. Since contributor-level access is required, the threat is heightened in environments where multiple users have editing privileges or where account compromise is easier. The vulnerability could be leveraged as a foothold for further attacks within the organization's network or customer base.
Mitigation Recommendations
To mitigate CVE-2024-13582, organizations should first check for updates or patches from the plugin vendor and apply them promptly once available. In the absence of an official patch, administrators should restrict contributor-level access to trusted users only and review existing user permissions to minimize risk. Implementing a Web Application Firewall (WAF) with rules to detect and block malicious script injections targeting the vulnerable shortcode can provide temporary protection. Site administrators should audit content created with the 'wdo_simple_pricing_table_free' shortcode for suspicious or unauthorized scripts and remove any found. Employing Content Security Policy (CSP) headers can help limit the impact of injected scripts by restricting allowed sources of executable code. Additionally, hardening WordPress security by enforcing strong authentication, monitoring user activity, and regularly scanning for malware or injected code is recommended. Developers maintaining the plugin should update the code to properly sanitize and escape all user inputs in the shortcode output to prevent this and similar XSS vulnerabilities.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, India, Brazil, France, Netherlands, Japan
CVE-2024-13582: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in labibahmed42 Simple Pricing Tables For WPBakery Page Builder(Formerly Visual Composer)
Description
CVE-2024-13582 is a stored cross-site scripting (XSS) vulnerability in the Simple Pricing Tables plugin for WPBakery Page Builder (formerly Visual Composer) for WordPress. The flaw exists due to improper input sanitization and output escaping in the 'wdo_simple_pricing_table_free' 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, privilege escalation, or other malicious actions. The vulnerability affects all versions up to and including 1. 0 of the plugin. Exploitation does not require user interaction but does require authenticated access with contributor privileges. The CVSS score is 6. 4 (medium severity), reflecting network exploitability with low attack complexity and partial confidentiality and integrity impact. No known public exploits have been reported yet. Organizations using this plugin should prioritize patching or mitigating this vulnerability to prevent potential compromise.
AI-Powered Analysis
Technical Analysis
CVE-2024-13582 is a stored cross-site scripting vulnerability identified in the Simple Pricing Tables plugin for WPBakery Page Builder, a popular WordPress page builder plugin. The vulnerability arises from improper neutralization of input during web page generation (CWE-79). Specifically, the plugin's 'wdo_simple_pricing_table_free' shortcode fails to adequately sanitize and escape user-supplied attributes before rendering them on pages. This flaw allows authenticated attackers with contributor-level or higher privileges to inject arbitrary JavaScript code into pages. Once injected, the malicious script executes in the context of any user who visits the compromised page, potentially enabling session hijacking, theft of sensitive information, or further attacks such as privilege escalation or persistent browser-based malware. The vulnerability affects all versions up to 1.0 of the plugin. The CVSS 3.1 base score of 6.4 indicates a medium severity, with an attack vector over the network, low attack complexity, requiring privileges but no user interaction, and impacts on confidentiality and integrity but not availability. No patches or official fixes are currently linked, and no known exploits are reported in the wild. The vulnerability's scope is confined to WordPress sites using this specific plugin, particularly those allowing contributor-level users to add or edit pricing tables using the vulnerable shortcode.
Potential Impact
The impact of CVE-2024-13582 can be significant for organizations using the affected plugin on WordPress sites. Successful exploitation allows an attacker with contributor-level access to inject persistent malicious scripts, which execute in the browsers of any visitors to the compromised pages. This can lead to theft of authentication cookies, enabling session hijacking and unauthorized access to user accounts, including potentially administrative accounts. It may also facilitate the spread of malware, phishing attacks, or defacement of websites. The integrity of website content can be compromised, and user trust damaged. Although availability is not directly affected, the reputational and operational consequences can be severe, especially for e-commerce or business-critical sites relying on WPBakery Page Builder. Since contributor-level access is required, the threat is heightened in environments where multiple users have editing privileges or where account compromise is easier. The vulnerability could be leveraged as a foothold for further attacks within the organization's network or customer base.
Mitigation Recommendations
To mitigate CVE-2024-13582, organizations should first check for updates or patches from the plugin vendor and apply them promptly once available. In the absence of an official patch, administrators should restrict contributor-level access to trusted users only and review existing user permissions to minimize risk. Implementing a Web Application Firewall (WAF) with rules to detect and block malicious script injections targeting the vulnerable shortcode can provide temporary protection. Site administrators should audit content created with the 'wdo_simple_pricing_table_free' shortcode for suspicious or unauthorized scripts and remove any found. Employing Content Security Policy (CSP) headers can help limit the impact of injected scripts by restricting allowed sources of executable code. Additionally, hardening WordPress security by enforcing strong authentication, monitoring user activity, and regularly scanning for malware or injected code is recommended. Developers maintaining the plugin should update the code to properly sanitize and escape all user inputs in the shortcode output to prevent this and similar XSS vulnerabilities.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-01-21T14:31:17.398Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e61b7ef31ef0b59f494
Added to database: 2/25/2026, 9:49:21 PM
Last enriched: 2/25/2026, 11:43:03 PM
Last updated: 2/26/2026, 8:11:18 AM
Views: 2
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-25191: Uncontrolled Search Path Element in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-23703: Incorrect default permissions in Digital Arts Inc. FinalCode Ver.5 series
HighCVE-2026-1311: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in bearsthemes Worry Proof Backup
HighFinding Signal in the Noise: Lessons Learned Running a Honeypot with AI Assistance [Guest Diary], (Tue, Feb 24th)
MediumCVE-2026-2506: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in motahar1 EM Cost Calculator
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.