CVE-2026-0741
📋 TL;DR
The Electric Studio Download Counter WordPress plugin has a stored XSS vulnerability in all versions up to 2.4. Authenticated attackers with Administrator privileges can inject malicious scripts into plugin settings, which execute when users view affected pages. This affects WordPress sites using vulnerable versions of this plugin.
💻 Affected Systems
- Electric Studio Download Counter WordPress Plugin
⚠️ 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
Administrator account compromise leading to full site takeover, data theft, or malware distribution to visitors.
Likely Case
Session hijacking, credential theft, or defacement of affected pages.
If Mitigated
Limited impact due to requiring admin access and proper output encoding preventing script execution.
🎯 Exploit Status
Exploitation requires administrator credentials but is technically simple once access is obtained.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 2.5 or later
Vendor Advisory: https://plugins.trac.wordpress.org/browser/electric-studio-download-counter
Restart Required: No
Instructions:
1. Log into WordPress admin panel
2. Navigate to Plugins → Installed Plugins
3. Find 'Electric Studio Download Counter'
4. Click 'Update Now' if update available
5. If no update, deactivate and delete plugin
6. Install latest version from WordPress repository
🔧 Temporary Workarounds
Disable Plugin
allTemporarily deactivate the vulnerable plugin until patched
wp plugin deactivate electric-studio-download-counter
Remove Admin Access
allRestrict administrator accounts to trusted users only
🧯 If You Can't Patch
- Implement strict access controls for administrator accounts
- Deploy web application firewall with XSS protection rules
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin → Plugins → Electric Studio Download Counter version
Check Version:
wp plugin get electric-studio-download-counter --field=version
Verify Fix Applied:
Verify plugin version is 2.5 or higher in WordPress admin
📡 Detection & Monitoring
Log Indicators:
- Unusual admin activity modifying plugin settings
- Suspicious script tags in plugin configuration
Network Indicators:
- Unexpected script loads from plugin pages
- Suspicious outbound connections from admin sessions
SIEM Query:
source="wordpress" AND (event="plugin_edit" OR event="option_update") AND plugin="electric-studio-download-counter"
🔗 References
- https://plugins.trac.wordpress.org/browser/electric-studio-download-counter/tags/2.4/electric-studio-download-counter.php#L186
- https://plugins.trac.wordpress.org/browser/electric-studio-download-counter/tags/2.4/electric-studio-download-counter.php#L202
- https://plugins.trac.wordpress.org/browser/electric-studio-download-counter/trunk/electric-studio-download-counter.php#L186
- https://plugins.trac.wordpress.org/browser/electric-studio-download-counter/trunk/electric-studio-download-counter.php#L202
- https://www.wordfence.com/threat-intel/vulnerabilities/id/a22bba3e-423a-4231-833b-c0be57a3bf7b?source=cve