CVE-2025-13969
📋 TL;DR
The Reviews Sorted WordPress plugin has a stored cross-site scripting vulnerability that allows authenticated attackers with Contributor-level access or higher to inject malicious scripts into website pages. These scripts execute whenever users visit the compromised pages, potentially stealing credentials or performing unauthorized actions. All WordPress sites using this plugin up to version 2.4.2 are affected.
💻 Affected Systems
- WordPress Reviews Sorted 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, deface websites, redirect users to malicious sites, or perform actions on behalf of authenticated users, potentially leading to complete site compromise.
Likely Case
Attackers with contributor access inject malicious scripts that steal user session cookies or credentials, leading to account takeover and potential privilege escalation.
If Mitigated
With proper user role management and input validation, impact is limited to defacement or minor data leakage from users visiting compromised pages.
🎯 Exploit Status
Exploitation requires authenticated access but is straightforward once an attacker has contributor privileges. The vulnerability is in publicly accessible code.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 2.4.3 or later
Vendor Advisory: https://plugins.trac.wordpress.org/browser/reviews-sorted
Restart Required: No
Instructions:
1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Reviews Sorted' and check for updates. 4. If update is available, click 'Update Now'. 5. Alternatively, download latest version from WordPress plugin repository and replace existing files.
🔧 Temporary Workarounds
Remove Contributor Access
allTemporarily remove contributor-level access for untrusted users until patch is applied.
Disable Plugin
allDeactivate the Reviews Sorted plugin if not essential for site functionality.
🧯 If You Can't Patch
- Implement strict user role management and audit contributor-level accounts
- Add web application firewall rules to block XSS payloads in the 'space' parameter
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin panel → Plugins → Installed Plugins for Reviews Sorted version. If version is 2.4.2 or earlier, you are vulnerable.
Check Version:
wp plugin list --name=reviews-sorted --field=version
Verify Fix Applied:
After updating, verify plugin version is 2.4.3 or later in WordPress admin panel.
📡 Detection & Monitoring
Log Indicators:
- Unusual POST requests to pages containing [reviews-slider] shortcode with 'space' parameter containing script tags
- Multiple failed login attempts followed by successful contributor login
Network Indicators:
- Outbound connections to suspicious domains from your WordPress site
- Unexpected JavaScript execution in page responses
SIEM Query:
source="wordpress.log" AND ("[reviews-slider]" AND "space=" AND ("<script" OR "javascript:"))
🔗 References
- https://plugins.trac.wordpress.org/browser/reviews-sorted/tags/2.4.2/functions/do.php#L138
- https://plugins.trac.wordpress.org/browser/reviews-sorted/tags/2.4.2/templates/reviews-slider-1.php#L30
- https://plugins.trac.wordpress.org/browser/reviews-sorted/tags/2.4.2/templates/reviews-slider-2.php#L23
- https://plugins.trac.wordpress.org/browser/reviews-sorted/tags/2.4.2/templates/reviews-slider-3.php#L23
- https://plugins.trac.wordpress.org/browser/reviews-sorted/tags/2.4.2/templates/reviews-slider.php#L23
- https://plugins.trac.wordpress.org/browser/reviews-sorted/trunk/functions/do.php#L138
- https://plugins.trac.wordpress.org/browser/reviews-sorted/trunk/templates/reviews-slider-1.php#L30
- https://plugins.trac.wordpress.org/browser/reviews-sorted/trunk/templates/reviews-slider-2.php#L23
- https://plugins.trac.wordpress.org/browser/reviews-sorted/trunk/templates/reviews-slider-3.php#L23
- https://plugins.trac.wordpress.org/browser/reviews-sorted/trunk/templates/reviews-slider.php#L23
- https://www.wordfence.com/threat-intel/vulnerabilities/id/74e790e7-60fd-45cd-942f-0f24365d7fc8?source=cve