CVE-2025-13977
📋 TL;DR
This stored XSS vulnerability in the Essential Addons for Elementor WordPress plugin allows authenticated attackers with Contributor-level access or higher to inject malicious scripts into website pages. The scripts execute automatically when users visit compromised pages, potentially stealing session cookies, redirecting users, or performing actions on their behalf. All WordPress sites using vulnerable versions of this plugin are affected.
💻 Affected Systems
- Essential Addons for Elementor – Popular Elementor Templates & Widgets
⚠️ Manual Verification Required
This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.
Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).
🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.
- Review the CVE details at NVD
- Check vendor security advisories for your specific version
- Test if the vulnerability is exploitable in your environment
- Consider updating to the latest version as a precaution
⚠️ Risk & Real-World Impact
Worst Case
Attackers could steal administrator session cookies, take over websites, redirect users to malicious sites, or deploy malware to visitors' browsers.
Likely Case
Attackers with contributor accounts inject malicious scripts that steal user session data or perform unauthorized actions on behalf of users visiting compromised pages.
If Mitigated
With proper user role management and input validation, impact is limited to script execution in browser context only.
🎯 Exploit Status
Exploitation requires authenticated access but is technically simple once attacker has Contributor-level credentials.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 6.5.4 and later
Vendor Advisory: https://wordpress.org/plugins/essential-addons-for-elementor-lite/#developers
Restart Required: No
Instructions:
1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Essential Addons for Elementor'. 4. Click 'Update Now' if available. 5. Alternatively, download version 6.5.4+ from WordPress repository and manually update.
🔧 Temporary Workarounds
Disable vulnerable widgets
allTemporarily disable the Event Calendar widget and Image Masking module in plugin settings
Restrict user roles
allRemove Contributor-level access for untrusted users and implement least privilege principles
🧯 If You Can't Patch
- Implement Web Application Firewall (WAF) with XSS protection rules
- Enable Content Security Policy (CSP) headers to restrict script execution
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin → Plugins → Essential Addons for Elementor → Version number. If version is 6.5.3 or lower, you are vulnerable.
Check Version:
wp plugin list --name='essential-addons-for-elementor' --field=version
Verify Fix Applied:
After updating, verify version is 6.5.4 or higher in WordPress plugins page.
📡 Detection & Monitoring
Log Indicators:
- Unusual POST requests to wp-admin/admin-ajax.php with plugin-specific parameters
- Suspicious JavaScript in page content or database entries
Network Indicators:
- Unexpected script tags loading from your domain
- Suspicious outbound connections from user browsers after visiting your site
SIEM Query:
source="wordpress" AND (uri_path="/wp-admin/admin-ajax.php" AND (param="eael_event_calendar" OR param="eael_image_masking"))
🔗 References
- https://plugins.trac.wordpress.org/browser/essential-addons-for-elementor-lite/tags/6.5.1/assets/front-end/js/view/event-calendar.min.js
- https://plugins.trac.wordpress.org/browser/essential-addons-for-elementor-lite/tags/6.5.1/includes/Extensions/Image_Masking.php#L498
- https://plugins.trac.wordpress.org/browser/essential-addons-for-elementor-lite/tags/6.5.1/includes/Extensions/Image_Masking.php#L587
- https://plugins.trac.wordpress.org/changeset/3419289/essential-addons-for-elementor-lite/trunk/includes/Extensions/Image_Masking.php
- https://www.wordfence.com/threat-intel/vulnerabilities/id/a0de0b28-fbad-4fcf-a7ab-35c545c19a4a?source=cve