CVE-2025-8666
📋 TL;DR
This stored XSS vulnerability in the Testimonial Carousel For Elementor WordPress plugin allows authenticated attackers with contributor-level access or higher to inject malicious scripts into website pages. These scripts execute automatically when users visit the compromised pages, potentially stealing credentials, session tokens, or performing unauthorized actions. All WordPress sites using vulnerable plugin versions are affected.
💻 Affected Systems
- Testimonial Carousel For Elementor 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
Attackers could steal administrator credentials, hijack user sessions, deface websites, redirect visitors to malicious sites, or install backdoors for persistent access.
Likely Case
Attackers with contributor accounts inject malicious scripts to steal user session cookies or credentials, potentially gaining administrative access to the WordPress site.
If Mitigated
With proper user access controls and content security policies, impact is limited to data exfiltration from users visiting compromised pages.
🎯 Exploit Status
Exploitation requires authenticated access; multiple vulnerable parameters exist across different plugin components.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Version > 11.6.2
Vendor Advisory: https://wordpress.org/plugins/testimonials-carousel-elementor/
Restart Required: No
Instructions:
1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Testimonial Carousel For Elementor'. 4. Click 'Update Now' if available. 5. If no update appears, manually download latest version from WordPress.org and replace plugin files.
🔧 Temporary Workarounds
Restrict User Roles
allLimit contributor and author role assignments to trusted users only
Implement Content Security Policy
allAdd CSP headers to restrict script execution sources
Add to .htaccess: Header set Content-Security-Policy "default-src 'self'; script-src 'self'"
Or use WordPress security plugins to implement CSP
🧯 If You Can't Patch
- Disable or remove the Testimonial Carousel For Elementor plugin entirely
- Implement strict user access controls and audit all contributor-level accounts
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin → Plugins → Testimonial Carousel For Elementor → Version number. If version ≤ 11.6.2, you are vulnerable.
Check Version:
wp plugin list --name=testimonials-carousel-elementor --field=version
Verify Fix Applied:
After updating, verify plugin version is > 11.6.2 in WordPress admin panel.
📡 Detection & Monitoring
Log Indicators:
- Unusual POST requests to testimonial-related endpoints
- Multiple failed login attempts followed by successful contributor login
- Suspicious script tags in testimonial content
Network Indicators:
- Outbound connections to unknown domains from your WordPress site
- Unexpected script loads from external sources
SIEM Query:
source="wordpress.log" AND ("testimonial" OR "carousel") AND ("<script>" OR "javascript:" OR "onload=" OR "onerror=")
🔗 References
- https://plugins.trac.wordpress.org/browser/testimonials-carousel-elementor/tags/11.6.2/widgets/animated-carousel/class-testimonialscarousel-coverflow.php#L1425
- https://plugins.trac.wordpress.org/browser/testimonials-carousel-elementor/tags/11.6.2/widgets/animated-carousel/class-testimonialscarousel-coverflow.php#L1443
- https://plugins.trac.wordpress.org/browser/testimonials-carousel-elementor/tags/11.6.2/widgets/animated-carousel/class-testimonialscarousel-cube.php#L913
- https://plugins.trac.wordpress.org/browser/testimonials-carousel-elementor/tags/11.6.2/widgets/section-with-carousel/class-section-with-cube.php#L1167
- https://plugins.trac.wordpress.org/browser/testimonials-carousel-elementor/tags/11.6.2/widgets/testimonials-carousel/class-testimonialscarousel-blog.php#L1192
- https://www.wordfence.com/threat-intel/vulnerabilities/id/1f5c3b2c-1ed2-47e1-8e39-cbe6f2973d15?source=cve