CVE-2024-13548: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in dotrex Power Ups for Elementor
CVE-2024-13548 is a stored cross-site scripting (XSS) vulnerability in the Power Ups for Elementor WordPress plugin, affecting all versions up to 1. 2. 2. The flaw arises from insufficient input sanitization and output escaping in the 'magic-button' shortcode, allowing authenticated users with contributor-level access or higher to inject malicious scripts. These scripts execute whenever any user views the compromised page, potentially leading to session hijacking, defacement, or unauthorized actions. The vulnerability has a CVSS score of 6. 4, indicating medium severity, with no known exploits in the wild to date. Exploitation requires authentication but no user interaction beyond page viewing. Organizations using this plugin should prioritize patching or applying mitigations to prevent abuse. The threat primarily impacts WordPress sites globally, especially those with contributor-level user roles enabled.
AI Analysis
Technical Summary
CVE-2024-13548 is a stored cross-site scripting (XSS) vulnerability classified under CWE-79 found in the Power Ups for Elementor plugin for WordPress. This plugin extends Elementor’s functionality, widely used for building WordPress websites. The vulnerability exists in the 'magic-button' shortcode, which fails to properly sanitize and escape user-supplied attributes before rendering them on web pages. Authenticated attackers with contributor-level or higher privileges can exploit this flaw by injecting arbitrary JavaScript code into pages via the shortcode. Because the injected scripts are stored persistently, they execute every time a user accesses the affected page, potentially compromising user sessions, stealing cookies, or performing unauthorized actions on behalf of users. The vulnerability does not require user interaction beyond page access and does not require elevated privileges beyond contributor-level access, making it moderately easy to exploit within compromised environments. The CVSS 3.1 base score of 6.4 reflects a medium severity with network attack vector, low attack complexity, privileges required, no user interaction, and a scope change due to impact on other components. No patches or official fixes are currently linked, and no public exploits have been reported, but the risk remains significant for sites using this plugin without mitigation. The vulnerability highlights the importance of proper input validation and output encoding in WordPress plugins, especially those that accept user-generated content or attributes.
Potential Impact
The impact of CVE-2024-13548 is primarily on the confidentiality and integrity of affected WordPress sites and their users. Successful exploitation allows attackers to execute arbitrary JavaScript in the context of the vulnerable site, enabling session hijacking, credential theft, defacement, or redirection to malicious sites. This can lead to unauthorized access to user accounts, data leakage, and erosion of user trust. Since the vulnerability requires contributor-level access, attackers must first compromise or have legitimate access to such accounts, which is common in collaborative environments. The scope of affected systems includes any WordPress site using the Power Ups for Elementor plugin up to version 1.2.2, which may be widespread given Elementor's popularity. The vulnerability does not affect availability directly but can cause reputational damage and potential regulatory consequences if user data is compromised. Organizations with multi-user WordPress environments, especially those allowing contributor roles, are at higher risk. The absence of known exploits reduces immediate threat but does not eliminate the risk of future attacks. Overall, the vulnerability poses a moderate risk that can facilitate further attacks if leveraged effectively.
Mitigation Recommendations
To mitigate CVE-2024-13548, organizations should first check for and apply any available updates or patches from the plugin vendor once released. In the absence of an official patch, administrators should restrict contributor-level access to trusted users only, minimizing the risk of malicious shortcode injection. Implementing a Web Application Firewall (WAF) with rules to detect and block suspicious shortcode attributes or script injections can provide temporary protection. Site owners should audit existing pages for injected scripts or unusual shortcode usage and remove any malicious content. Employing security plugins that sanitize user inputs and enforce strict content policies can reduce exploitation chances. Additionally, educating content contributors about safe practices and monitoring user activities for anomalies can help detect early signs of exploitation. Developers maintaining the plugin should update the code to properly sanitize and escape all user-supplied attributes in the 'magic-button' shortcode, following WordPress security best practices. Regular security assessments and penetration testing focusing on user-generated content features are recommended to identify similar issues proactively.
Affected Countries
United States, United Kingdom, Germany, Canada, Australia, India, France, Netherlands, Brazil, Japan, Italy
CVE-2024-13548: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in dotrex Power Ups for Elementor
Description
CVE-2024-13548 is a stored cross-site scripting (XSS) vulnerability in the Power Ups for Elementor WordPress plugin, affecting all versions up to 1. 2. 2. The flaw arises from insufficient input sanitization and output escaping in the 'magic-button' shortcode, allowing authenticated users with contributor-level access or higher to inject malicious scripts. These scripts execute whenever any user views the compromised page, potentially leading to session hijacking, defacement, or unauthorized actions. The vulnerability has a CVSS score of 6. 4, indicating medium severity, with no known exploits in the wild to date. Exploitation requires authentication but no user interaction beyond page viewing. Organizations using this plugin should prioritize patching or applying mitigations to prevent abuse. The threat primarily impacts WordPress sites globally, especially those with contributor-level user roles enabled.
AI-Powered Analysis
Technical Analysis
CVE-2024-13548 is a stored cross-site scripting (XSS) vulnerability classified under CWE-79 found in the Power Ups for Elementor plugin for WordPress. This plugin extends Elementor’s functionality, widely used for building WordPress websites. The vulnerability exists in the 'magic-button' shortcode, which fails to properly sanitize and escape user-supplied attributes before rendering them on web pages. Authenticated attackers with contributor-level or higher privileges can exploit this flaw by injecting arbitrary JavaScript code into pages via the shortcode. Because the injected scripts are stored persistently, they execute every time a user accesses the affected page, potentially compromising user sessions, stealing cookies, or performing unauthorized actions on behalf of users. The vulnerability does not require user interaction beyond page access and does not require elevated privileges beyond contributor-level access, making it moderately easy to exploit within compromised environments. The CVSS 3.1 base score of 6.4 reflects a medium severity with network attack vector, low attack complexity, privileges required, no user interaction, and a scope change due to impact on other components. No patches or official fixes are currently linked, and no public exploits have been reported, but the risk remains significant for sites using this plugin without mitigation. The vulnerability highlights the importance of proper input validation and output encoding in WordPress plugins, especially those that accept user-generated content or attributes.
Potential Impact
The impact of CVE-2024-13548 is primarily on the confidentiality and integrity of affected WordPress sites and their users. Successful exploitation allows attackers to execute arbitrary JavaScript in the context of the vulnerable site, enabling session hijacking, credential theft, defacement, or redirection to malicious sites. This can lead to unauthorized access to user accounts, data leakage, and erosion of user trust. Since the vulnerability requires contributor-level access, attackers must first compromise or have legitimate access to such accounts, which is common in collaborative environments. The scope of affected systems includes any WordPress site using the Power Ups for Elementor plugin up to version 1.2.2, which may be widespread given Elementor's popularity. The vulnerability does not affect availability directly but can cause reputational damage and potential regulatory consequences if user data is compromised. Organizations with multi-user WordPress environments, especially those allowing contributor roles, are at higher risk. The absence of known exploits reduces immediate threat but does not eliminate the risk of future attacks. Overall, the vulnerability poses a moderate risk that can facilitate further attacks if leveraged effectively.
Mitigation Recommendations
To mitigate CVE-2024-13548, organizations should first check for and apply any available updates or patches from the plugin vendor once released. In the absence of an official patch, administrators should restrict contributor-level access to trusted users only, minimizing the risk of malicious shortcode injection. Implementing a Web Application Firewall (WAF) with rules to detect and block suspicious shortcode attributes or script injections can provide temporary protection. Site owners should audit existing pages for injected scripts or unusual shortcode usage and remove any malicious content. Employing security plugins that sanitize user inputs and enforce strict content policies can reduce exploitation chances. Additionally, educating content contributors about safe practices and monitoring user activities for anomalies can help detect early signs of exploitation. Developers maintaining the plugin should update the code to properly sanitize and escape all user-supplied attributes in the 'magic-button' shortcode, following WordPress security best practices. Regular security assessments and penetration testing focusing on user-generated content features are recommended to identify similar issues proactively.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-01-20T20:19:44.906Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e5fb7ef31ef0b59f1eb
Added to database: 2/25/2026, 9:49:19 PM
Last enriched: 2/25/2026, 11:59:38 PM
Last updated: 2/26/2026, 8:00:18 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-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.