CVE-2024-12324
📋 TL;DR
The Unilevel MLM Plan WordPress plugin has a reflected cross-site scripting vulnerability that allows unauthenticated attackers to inject malicious scripts via the 'page' parameter. This affects all WordPress sites using plugin versions up to 1.1.0. Attackers can exploit this by tricking users into clicking specially crafted links.
💻 Affected Systems
- Unilevel MLM Plan 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 session cookies, redirect users to malicious sites, perform actions on behalf of authenticated users, or deliver malware payloads.
Likely Case
Attackers will use this for session hijacking, credential theft, or redirecting users to phishing pages.
If Mitigated
With proper web application firewalls and security headers, the impact is limited to unsuccessful script execution attempts.
🎯 Exploit Status
Exploitation requires user interaction (clicking a link) but is trivial to craft. Public proof-of-concept exists in vulnerability reports.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 1.1.1 or later
Vendor Advisory: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3159987%40unilevel-mlm-plan&new=3159987%40unilevel-mlm-plan
Restart Required: No
Instructions:
1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Unilevel MLM Plan' and click 'Update Now'. 4. Verify version is 1.1.1 or higher.
🔧 Temporary Workarounds
Disable Plugin
allTemporarily disable the vulnerable plugin until patched
wp plugin deactivate unilevel-mlm-plan
Web Application Firewall Rule
allBlock malicious 'page' parameter values
Add WAF rule to block requests containing script tags or JavaScript in 'page' parameter
🧯 If You Can't Patch
- Implement Content Security Policy headers to restrict script execution
- Deploy web application firewall with XSS protection rules
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin panel → Plugins → Unilevel MLM Plan version. If version is 1.1.0 or lower, you are vulnerable.
Check Version:
wp plugin get unilevel-mlm-plan --field=version
Verify Fix Applied:
After updating, verify plugin version shows 1.1.1 or higher in WordPress admin.
📡 Detection & Monitoring
Log Indicators:
- HTTP requests with suspicious 'page' parameter values containing script tags or JavaScript
Network Indicators:
- Unusual outbound connections from WordPress admin pages after clicking external links
SIEM Query:
web.url:*page=*<script* OR web.url:*page=*javascript:*