CVE-2024-5612: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Essential Addons Essential Addons for Elementor Pro
CVE-2024-5612 is a stored Cross-Site Scripting (XSS) vulnerability in the Essential Addons for Elementor Pro WordPress plugin, affecting all versions up to 5. 8. 15. The flaw arises from improper input sanitization and output escaping of the 'eael_lightbox_open_btn_icon' parameter in the Lightbox & Modal widget. Authenticated users with Contributor-level access or higher can inject malicious scripts that execute whenever any user views the compromised page. This vulnerability does not require user interaction to trigger and can impact confidentiality and integrity of user data. The CVSS score is 6. 4 (medium severity), reflecting network exploitability with low attack complexity but requiring privileges. No known exploits are currently reported in the wild. Organizations using this plugin on WordPress sites should prioritize patching or applying mitigations to prevent potential abuse.
AI Analysis
Technical Summary
CVE-2024-5612 is a stored Cross-Site Scripting (XSS) vulnerability identified in the Essential Addons for Elementor Pro plugin for WordPress, specifically affecting all versions up to and including 5.8.15. The vulnerability stems from improper neutralization of input during web page generation, classified under CWE-79. The affected parameter is 'eael_lightbox_open_btn_icon' within the Lightbox & Modal widget, where insufficient input sanitization and output escaping allow an authenticated attacker with Contributor-level or higher privileges to inject arbitrary JavaScript code. This malicious script is stored persistently and executes in the context of any user who visits the infected page, potentially leading to session hijacking, data theft, or unauthorized actions performed on behalf of the user. The vulnerability requires no user interaction to trigger once the malicious content is loaded. The CVSS v3.1 base score is 6.4, indicating a medium severity with network attack vector, low attack complexity, requiring privileges but no user interaction, and impacts confidentiality and integrity with no availability impact. No public exploits have been reported yet, but the vulnerability poses a significant risk given the widespread use of Elementor Pro and its addons in WordPress sites. The flaw highlights the importance of proper input validation and output encoding in web applications, especially in plugins that extend popular CMS platforms.
Potential Impact
The potential impact of CVE-2024-5612 is significant for organizations using WordPress sites with the Essential Addons for Elementor Pro plugin. Successful exploitation allows attackers with Contributor-level access to inject persistent malicious scripts that execute in the browsers of site visitors and administrators. This can lead to theft of sensitive information such as authentication cookies, enabling session hijacking and unauthorized access. It may also facilitate further attacks like privilege escalation, defacement, or distribution of malware. Since the vulnerability affects the confidentiality and integrity of user data and site content, organizations risk reputational damage, loss of customer trust, and compliance violations. The attack vector is remote and network-based, increasing the threat surface. Although exploitation requires authenticated access, Contributor-level permissions are commonly granted to many users, including content editors, increasing the likelihood of insider threats or compromised accounts being leveraged. The absence of known exploits in the wild currently reduces immediate risk but does not eliminate the threat, especially as proof-of-concept exploits may emerge. The vulnerability does not impact availability directly but can indirectly cause service disruption if exploited for further attacks.
Mitigation Recommendations
To mitigate CVE-2024-5612, organizations should immediately update the Essential Addons for Elementor Pro plugin to a version that addresses this vulnerability once released by the vendor. Until a patch is available, restrict Contributor-level and higher permissions to trusted users only and audit existing user roles to minimize exposure. Implement Web Application Firewall (WAF) rules to detect and block malicious payloads targeting the 'eael_lightbox_open_btn_icon' parameter. Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts in browsers. Regularly scan WordPress sites for injected scripts or anomalies in page content. Educate site administrators and content contributors about the risks of XSS and safe content management practices. Additionally, consider disabling or limiting the use of the vulnerable Lightbox & Modal widget if feasible. Monitor security advisories from Essential Addons and WordPress security communities for updates and exploit reports. Finally, maintain comprehensive logging and alerting to detect suspicious activities indicative of exploitation attempts.
Affected Countries
United States, India, United Kingdom, Germany, Canada, Australia, France, Brazil, Japan, Netherlands
CVE-2024-5612: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Essential Addons Essential Addons for Elementor Pro
Description
CVE-2024-5612 is a stored Cross-Site Scripting (XSS) vulnerability in the Essential Addons for Elementor Pro WordPress plugin, affecting all versions up to 5. 8. 15. The flaw arises from improper input sanitization and output escaping of the 'eael_lightbox_open_btn_icon' parameter in the Lightbox & Modal widget. Authenticated users with Contributor-level access or higher can inject malicious scripts that execute whenever any user views the compromised page. This vulnerability does not require user interaction to trigger and can impact confidentiality and integrity of user data. The CVSS score is 6. 4 (medium severity), reflecting network exploitability with low attack complexity but requiring privileges. No known exploits are currently reported in the wild. Organizations using this plugin on WordPress sites should prioritize patching or applying mitigations to prevent potential abuse.
AI-Powered Analysis
Technical Analysis
CVE-2024-5612 is a stored Cross-Site Scripting (XSS) vulnerability identified in the Essential Addons for Elementor Pro plugin for WordPress, specifically affecting all versions up to and including 5.8.15. The vulnerability stems from improper neutralization of input during web page generation, classified under CWE-79. The affected parameter is 'eael_lightbox_open_btn_icon' within the Lightbox & Modal widget, where insufficient input sanitization and output escaping allow an authenticated attacker with Contributor-level or higher privileges to inject arbitrary JavaScript code. This malicious script is stored persistently and executes in the context of any user who visits the infected page, potentially leading to session hijacking, data theft, or unauthorized actions performed on behalf of the user. The vulnerability requires no user interaction to trigger once the malicious content is loaded. The CVSS v3.1 base score is 6.4, indicating a medium severity with network attack vector, low attack complexity, requiring privileges but no user interaction, and impacts confidentiality and integrity with no availability impact. No public exploits have been reported yet, but the vulnerability poses a significant risk given the widespread use of Elementor Pro and its addons in WordPress sites. The flaw highlights the importance of proper input validation and output encoding in web applications, especially in plugins that extend popular CMS platforms.
Potential Impact
The potential impact of CVE-2024-5612 is significant for organizations using WordPress sites with the Essential Addons for Elementor Pro plugin. Successful exploitation allows attackers with Contributor-level access to inject persistent malicious scripts that execute in the browsers of site visitors and administrators. This can lead to theft of sensitive information such as authentication cookies, enabling session hijacking and unauthorized access. It may also facilitate further attacks like privilege escalation, defacement, or distribution of malware. Since the vulnerability affects the confidentiality and integrity of user data and site content, organizations risk reputational damage, loss of customer trust, and compliance violations. The attack vector is remote and network-based, increasing the threat surface. Although exploitation requires authenticated access, Contributor-level permissions are commonly granted to many users, including content editors, increasing the likelihood of insider threats or compromised accounts being leveraged. The absence of known exploits in the wild currently reduces immediate risk but does not eliminate the threat, especially as proof-of-concept exploits may emerge. The vulnerability does not impact availability directly but can indirectly cause service disruption if exploited for further attacks.
Mitigation Recommendations
To mitigate CVE-2024-5612, organizations should immediately update the Essential Addons for Elementor Pro plugin to a version that addresses this vulnerability once released by the vendor. Until a patch is available, restrict Contributor-level and higher permissions to trusted users only and audit existing user roles to minimize exposure. Implement Web Application Firewall (WAF) rules to detect and block malicious payloads targeting the 'eael_lightbox_open_btn_icon' parameter. Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts in browsers. Regularly scan WordPress sites for injected scripts or anomalies in page content. Educate site administrators and content contributors about the risks of XSS and safe content management practices. Additionally, consider disabling or limiting the use of the vulnerable Lightbox & Modal widget if feasible. Monitor security advisories from Essential Addons and WordPress security communities for updates and exploit reports. Finally, maintain comprehensive logging and alerting to detect suspicious activities indicative of exploitation attempts.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-06-03T21:19:11.412Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6bedb7ef31ef0b55cab3
Added to database: 2/25/2026, 9:38:53 PM
Last enriched: 2/26/2026, 2:42:39 AM
Last updated: 2/26/2026, 6:17:24 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.