CVE-2026-1512
Unknown Unknown - Not Provided
Stored XSS in Essential Addons for Elementor Info Box Widget

Publication date: 2026-02-14

Last updated on: 2026-02-14

Assigner: Wordfence

Description
The Essential Addons for Elementor – Popular Elementor Templates & Widgets plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's Info Box widget in all versions up to, and including, 6.5.9 due to insufficient input sanitization and output escaping on user supplied attributes. 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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-14
Last Modified
2026-02-14
Generated
2026-05-07
AI Q&A
2026-02-14
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
wpdeveloper essential_addons_for_elementor to 6.5.9 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

[{'type': 'paragraph', 'content': 'The Essential Addons for Elementor plugin for WordPress has a Stored Cross-Site Scripting (XSS) vulnerability in its Info Box widget in all versions up to and including 6.5.9. This vulnerability arises because the plugin does not properly sanitize or escape user-supplied input attributes. As a result, authenticated users with contributor-level access or higher can inject malicious scripts into pages. These scripts execute whenever any user views the infected page.'}, {'type': 'paragraph', 'content': "The vulnerability was addressed in version 6.5.10 by sanitizing the output using WordPress's wp_kses() function with a custom allowed tags list, preventing arbitrary script injection."}] [1]


How can this vulnerability impact me? :

This vulnerability allows attackers with contributor-level access or higher to inject malicious scripts into website pages. These scripts can execute in the browsers of users who visit the infected pages, potentially leading to theft of sensitive information such as cookies or session tokens, defacement of the website, or redirection to malicious sites.

Because the attack is stored, the malicious code persists on the site and affects all users who access the compromised content, increasing the risk and impact.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability involves stored cross-site scripting (XSS) in the Info Box widget of the Essential Addons for Elementor plugin, exploitable by authenticated users with contributor-level access or higher. Detection involves identifying pages or posts containing malicious script injections in the Info Box widget content.

Since the vulnerability is related to insufficient input sanitization and output escaping, you can detect it by searching for suspicious script tags or JavaScript event handlers within the content of pages or posts that use the Info Box widget.

Suggested commands to detect potential exploitation include using WP-CLI or database queries to search for suspicious content in the WordPress database posts table, for example:

  • Using WP-CLI to search for script tags in post content: wp db query "SELECT ID, post_title FROM wp_posts WHERE post_content LIKE '%<script>%' OR post_content LIKE '%onerror=%' OR post_content LIKE '%javascript:%';"
  • Using MySQL command line to find suspicious content: SELECT ID, post_title FROM wp_posts WHERE post_content REGEXP '<script|onerror=|javascript:';

Additionally, monitoring HTTP traffic for unusual script injections or unexpected JavaScript execution on pages using the Info Box widget can help detect exploitation attempts.


What immediate steps should I take to mitigate this vulnerability?

The primary mitigation step is to update the Essential Addons for Elementor plugin to version 6.5.10 or later, where the vulnerability has been addressed by properly sanitizing and escaping output in the Info Box widget.

This update includes changes that wrap the output in wp_kses() with a custom allowed tags list, preventing malicious scripts from being executed.

Until the update can be applied, restrict contributor-level and higher user permissions to trusted users only, as the vulnerability requires authenticated access with contributor-level privileges or above.

Additionally, consider implementing a Web Application Firewall (WAF) to block common XSS payloads and monitor for suspicious activity related to the Info Box widget.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart