CVE-2025-5292: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in bdthemes Element Pack Addons for Elementor – Best Elementor addons with Ready Templates, Blocks, Widgets and WooCommerce Builder
The Element Pack Addons for Elementor – Best Elementor addons with Ready Templates, Blocks, Widgets and WooCommerce Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'marker_content’ parameter in all versions up to, and including, 5.11.2 due to insufficient input sanitization and output escaping. 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
CVE-2025-5292 is a stored cross-site scripting vulnerability identified in the Element Pack Addons for Elementor plugin for WordPress, a widely used addon that provides templates, blocks, widgets, and WooCommerce builder features. The vulnerability stems from improper neutralization of input during web page generation, specifically in the 'marker_content' parameter. Due to insufficient sanitization and escaping, authenticated attackers with Contributor-level privileges or higher can inject arbitrary JavaScript code into pages. When other users access these pages, the malicious scripts execute in their browsers, potentially compromising session tokens, redirecting users, or performing actions on behalf of the victim. The vulnerability affects all versions up to and including 5.11.2. The CVSS 3.1 base score is 6.4, reflecting a medium severity with network attack vector, low attack complexity, requiring privileges but no user interaction, and impacting confidentiality and integrity with a scope change. No public exploits have been reported yet, but the risk remains significant due to the plugin's popularity and the ease of exploitation by authenticated users. The vulnerability highlights the importance of proper input validation and output encoding in web applications, especially in plugins that extend CMS functionality. Since Contributor-level users can exploit this, organizations must carefully manage user roles and permissions. The vulnerability also underscores the need for timely updates and patches once available.
Potential Impact
The impact of CVE-2025-5292 is primarily on the confidentiality and integrity of affected WordPress sites. Successful exploitation allows attackers to execute arbitrary scripts in the context of the victim's browser, which can lead to session hijacking, theft of sensitive information, unauthorized actions performed on behalf of users, and potential defacement or redirection to malicious sites. Since the vulnerability requires Contributor-level access, attackers must first compromise or have legitimate access to a user account with such privileges, which is common in multi-user WordPress environments. The scope change in the CVSS vector indicates that the vulnerability can affect resources beyond the vulnerable component, potentially impacting the entire site. Although availability is not directly affected, the indirect consequences of exploitation can disrupt normal operations and damage organizational reputation. Organizations with high traffic WordPress sites using this plugin, especially e-commerce sites leveraging WooCommerce, face increased risk of financial loss and customer trust erosion. The absence of known exploits in the wild reduces immediate risk but does not eliminate the threat, as attackers often develop exploits rapidly after disclosure.
Mitigation Recommendations
To mitigate CVE-2025-5292, organizations should: 1) Immediately restrict Contributor-level and higher privileges to trusted users only, minimizing the attack surface. 2) Monitor and audit user accounts and activities to detect unauthorized privilege escalations or suspicious content injections. 3) Deploy a Web Application Firewall (WAF) with robust XSS detection and blocking capabilities to intercept malicious payloads targeting the 'marker_content' parameter. 4) Implement Content Security Policy (CSP) headers to limit the execution of unauthorized scripts in browsers. 5) Regularly review and sanitize all user-generated content inputs, especially those rendered on public pages. 6) Stay alert for official patches or updates from bdthemes and apply them promptly once released. 7) Consider temporarily disabling or replacing the vulnerable plugin if immediate patching is not feasible. 8) Educate site administrators and content contributors about the risks of XSS and safe content practices. 9) Use security plugins that scan for injected scripts or anomalous content in WordPress pages. These targeted steps go beyond generic advice by focusing on access control, proactive detection, and layered defenses specific to the vulnerability's exploitation vector.
Affected Countries
United States, India, Brazil, Germany, United Kingdom, Canada, Australia, France, Japan, Netherlands, Italy, Spain
CVE-2025-5292: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in bdthemes Element Pack Addons for Elementor – Best Elementor addons with Ready Templates, Blocks, Widgets and WooCommerce Builder
Description
The Element Pack Addons for Elementor – Best Elementor addons with Ready Templates, Blocks, Widgets and WooCommerce Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'marker_content’ parameter in all versions up to, and including, 5.11.2 due to insufficient input sanitization and output escaping. 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
CVE-2025-5292 is a stored cross-site scripting vulnerability identified in the Element Pack Addons for Elementor plugin for WordPress, a widely used addon that provides templates, blocks, widgets, and WooCommerce builder features. The vulnerability stems from improper neutralization of input during web page generation, specifically in the 'marker_content' parameter. Due to insufficient sanitization and escaping, authenticated attackers with Contributor-level privileges or higher can inject arbitrary JavaScript code into pages. When other users access these pages, the malicious scripts execute in their browsers, potentially compromising session tokens, redirecting users, or performing actions on behalf of the victim. The vulnerability affects all versions up to and including 5.11.2. The CVSS 3.1 base score is 6.4, reflecting a medium severity with network attack vector, low attack complexity, requiring privileges but no user interaction, and impacting confidentiality and integrity with a scope change. No public exploits have been reported yet, but the risk remains significant due to the plugin's popularity and the ease of exploitation by authenticated users. The vulnerability highlights the importance of proper input validation and output encoding in web applications, especially in plugins that extend CMS functionality. Since Contributor-level users can exploit this, organizations must carefully manage user roles and permissions. The vulnerability also underscores the need for timely updates and patches once available.
Potential Impact
The impact of CVE-2025-5292 is primarily on the confidentiality and integrity of affected WordPress sites. Successful exploitation allows attackers to execute arbitrary scripts in the context of the victim's browser, which can lead to session hijacking, theft of sensitive information, unauthorized actions performed on behalf of users, and potential defacement or redirection to malicious sites. Since the vulnerability requires Contributor-level access, attackers must first compromise or have legitimate access to a user account with such privileges, which is common in multi-user WordPress environments. The scope change in the CVSS vector indicates that the vulnerability can affect resources beyond the vulnerable component, potentially impacting the entire site. Although availability is not directly affected, the indirect consequences of exploitation can disrupt normal operations and damage organizational reputation. Organizations with high traffic WordPress sites using this plugin, especially e-commerce sites leveraging WooCommerce, face increased risk of financial loss and customer trust erosion. The absence of known exploits in the wild reduces immediate risk but does not eliminate the threat, as attackers often develop exploits rapidly after disclosure.
Mitigation Recommendations
To mitigate CVE-2025-5292, organizations should: 1) Immediately restrict Contributor-level and higher privileges to trusted users only, minimizing the attack surface. 2) Monitor and audit user accounts and activities to detect unauthorized privilege escalations or suspicious content injections. 3) Deploy a Web Application Firewall (WAF) with robust XSS detection and blocking capabilities to intercept malicious payloads targeting the 'marker_content' parameter. 4) Implement Content Security Policy (CSP) headers to limit the execution of unauthorized scripts in browsers. 5) Regularly review and sanitize all user-generated content inputs, especially those rendered on public pages. 6) Stay alert for official patches or updates from bdthemes and apply them promptly once released. 7) Consider temporarily disabling or replacing the vulnerable plugin if immediate patching is not feasible. 8) Educate site administrators and content contributors about the risks of XSS and safe content practices. 9) Use security plugins that scan for injected scripts or anomalous content in WordPress pages. These targeted steps go beyond generic advice by focusing on access control, proactive detection, and layered defenses specific to the vulnerability's exploitation vector.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-05-27T23:25:25.164Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 683aa517182aa0cae2d47e33
Added to database: 5/31/2025, 6:43:35 AM
Last enriched: 2/27/2026, 3:12:54 PM
Last updated: 3/26/2026, 10:05:18 AM
Views: 56
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.