CVE-2024-5686: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in wpzoom WPZOOM Addons for Elementor (Templates, Widgets)
CVE-2024-5686 is a stored cross-site scripting (XSS) vulnerability in the WPZOOM Addons for Elementor plugin for WordPress, affecting all versions up to 1. 1. 38. The flaw arises from improper input sanitization and output escaping of the ‘url’ attribute in the Team Members widget, 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 3. 1 score of 6. 4 (medium severity), requiring no user interaction but limited to authenticated users with some privileges. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or applying mitigations to prevent exploitation, especially those with multiple contributors or public-facing WordPress sites.
AI Analysis
Technical Summary
CVE-2024-5686 is a stored cross-site scripting vulnerability identified in the WPZOOM Addons for Elementor plugin, specifically within the Team Members widget's handling of the ‘url’ attribute. The vulnerability stems from insufficient input validation and output escaping, which allows authenticated users with Contributor-level permissions or higher to inject arbitrary JavaScript code into pages. Because the injected script is stored persistently, it executes in the context of any user who visits the affected page, enabling attacks such as session hijacking, privilege escalation, or defacement. The vulnerability affects all plugin versions up to and including 1.1.38. The CVSS 3.1 score of 6.4 reflects a medium severity, with an attack vector over the network, low attack complexity, requiring privileges (Contributor or above), no user interaction, and scope change due to potential impact on other users. Although no public exploits are known, the vulnerability poses a significant risk in environments where multiple users have content editing rights. The issue highlights the importance of proper input sanitization and output encoding in web applications, especially in plugins that extend popular CMS platforms like WordPress. No official patches have been linked yet, so users must rely on interim mitigations. The vulnerability was published on June 20, 2024, and assigned by Wordfence.
Potential Impact
The primary impact of this vulnerability is the potential for attackers with Contributor-level access to inject malicious scripts that execute in the browsers of other users visiting the compromised pages. This can lead to theft of authentication cookies, enabling session hijacking and unauthorized access. It may also allow attackers to perform actions on behalf of other users, deface websites, or distribute malware. Since the vulnerability requires authenticated access, the risk is higher in environments with multiple contributors or editors. The scope of impact extends beyond the initial attacker due to the stored nature of the XSS, affecting all visitors to the infected page. This can damage organizational reputation, lead to data breaches, and compromise user trust. The vulnerability does not affect availability directly but can indirectly cause service disruptions if exploited for defacement or malware distribution. Organizations relying on this plugin for public-facing websites or intranets are particularly at risk.
Mitigation Recommendations
1. Immediately restrict Contributor-level permissions to trusted users only, minimizing the number of users who can inject content. 2. Implement strict input validation and output encoding on the ‘url’ attribute in the Team Members widget, either by applying custom filters or using security plugins that sanitize inputs. 3. Monitor WordPress user activity logs for unusual content changes or script injections. 4. Disable or remove the WPZOOM Addons for Elementor plugin temporarily if patching is not yet available and if the plugin is not critical. 5. Keep WordPress core and all plugins updated; watch for official patches from WPZOOM and apply them promptly once released. 6. Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts. 7. Conduct regular security audits and penetration tests focusing on user-generated content areas. 8. Educate contributors about safe content practices and the risks of injecting untrusted code. 9. Use Web Application Firewalls (WAFs) with rules to detect and block XSS payloads targeting this plugin. 10. Backup website data regularly to enable quick recovery if exploitation occurs.
Affected Countries
United States, India, Brazil, Germany, United Kingdom, Canada, Australia, France, Netherlands, Japan, Italy, Spain
CVE-2024-5686: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in wpzoom WPZOOM Addons for Elementor (Templates, Widgets)
Description
CVE-2024-5686 is a stored cross-site scripting (XSS) vulnerability in the WPZOOM Addons for Elementor plugin for WordPress, affecting all versions up to 1. 1. 38. The flaw arises from improper input sanitization and output escaping of the ‘url’ attribute in the Team Members widget, 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 3. 1 score of 6. 4 (medium severity), requiring no user interaction but limited to authenticated users with some privileges. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or applying mitigations to prevent exploitation, especially those with multiple contributors or public-facing WordPress sites.
AI-Powered Analysis
Technical Analysis
CVE-2024-5686 is a stored cross-site scripting vulnerability identified in the WPZOOM Addons for Elementor plugin, specifically within the Team Members widget's handling of the ‘url’ attribute. The vulnerability stems from insufficient input validation and output escaping, which allows authenticated users with Contributor-level permissions or higher to inject arbitrary JavaScript code into pages. Because the injected script is stored persistently, it executes in the context of any user who visits the affected page, enabling attacks such as session hijacking, privilege escalation, or defacement. The vulnerability affects all plugin versions up to and including 1.1.38. The CVSS 3.1 score of 6.4 reflects a medium severity, with an attack vector over the network, low attack complexity, requiring privileges (Contributor or above), no user interaction, and scope change due to potential impact on other users. Although no public exploits are known, the vulnerability poses a significant risk in environments where multiple users have content editing rights. The issue highlights the importance of proper input sanitization and output encoding in web applications, especially in plugins that extend popular CMS platforms like WordPress. No official patches have been linked yet, so users must rely on interim mitigations. The vulnerability was published on June 20, 2024, and assigned by Wordfence.
Potential Impact
The primary impact of this vulnerability is the potential for attackers with Contributor-level access to inject malicious scripts that execute in the browsers of other users visiting the compromised pages. This can lead to theft of authentication cookies, enabling session hijacking and unauthorized access. It may also allow attackers to perform actions on behalf of other users, deface websites, or distribute malware. Since the vulnerability requires authenticated access, the risk is higher in environments with multiple contributors or editors. The scope of impact extends beyond the initial attacker due to the stored nature of the XSS, affecting all visitors to the infected page. This can damage organizational reputation, lead to data breaches, and compromise user trust. The vulnerability does not affect availability directly but can indirectly cause service disruptions if exploited for defacement or malware distribution. Organizations relying on this plugin for public-facing websites or intranets are particularly at risk.
Mitigation Recommendations
1. Immediately restrict Contributor-level permissions to trusted users only, minimizing the number of users who can inject content. 2. Implement strict input validation and output encoding on the ‘url’ attribute in the Team Members widget, either by applying custom filters or using security plugins that sanitize inputs. 3. Monitor WordPress user activity logs for unusual content changes or script injections. 4. Disable or remove the WPZOOM Addons for Elementor plugin temporarily if patching is not yet available and if the plugin is not critical. 5. Keep WordPress core and all plugins updated; watch for official patches from WPZOOM and apply them promptly once released. 6. Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts. 7. Conduct regular security audits and penetration tests focusing on user-generated content areas. 8. Educate contributors about safe content practices and the risks of injecting untrusted code. 9. Use Web Application Firewalls (WAFs) with rules to detect and block XSS payloads targeting this plugin. 10. Backup website data regularly to enable quick recovery if exploitation occurs.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-06-06T14:45:15.902Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6befb7ef31ef0b55cc7c
Added to database: 2/25/2026, 9:38:55 PM
Last enriched: 2/26/2026, 2:46:53 AM
Last updated: 2/26/2026, 8:08:52 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.