CVE-2024-7424
📋 TL;DR
The Multiple Page Generator (MPG) WordPress plugin up to version 4.0.1 lacks proper authorization checks on several administrative functions. This allows authenticated attackers with Subscriber-level access or higher to upload CSV files and view MPG project contents, which should be restricted to administrators only.
💻 Affected Systems
- Multiple Page Generator Plugin – MPG for WordPress
⚠️ 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
Subscriber-level users could upload malicious CSV files containing malware or backdoors, potentially compromising the entire WordPress site and server.
Likely Case
Subscribers can view sensitive MPG project data and upload unauthorized CSV files, potentially exposing confidential information or enabling data manipulation.
If Mitigated
With proper access controls and monitoring, impact is limited to unauthorized data viewing by low-privileged users.
🎯 Exploit Status
Exploitation requires authenticated access but only at Subscriber level, which is the lowest WordPress user role. The vulnerability is in specific PHP functions that lack capability checks.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 4.0.2 or later
Restart Required: No
Instructions:
1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Multiple Page Generator Plugin – MPG'. 4. Click 'Update Now' if available, or download version 4.0.2+ from WordPress repository. 5. Activate the updated plugin.
🔧 Temporary Workarounds
Disable MPG Plugin
allTemporarily deactivate the vulnerable plugin until patched.
wp plugin deactivate multiple-pages-generator-by-porthas
Restrict Subscriber Capabilities
allUse WordPress role management plugins to remove file upload capabilities from Subscriber role.
🧯 If You Can't Patch
- Remove Subscriber-level user accounts or restrict their creation.
- Implement web application firewall rules to block requests to MPG plugin endpoints from non-admin users.
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin → Plugins → Installed Plugins for MPG plugin version. If version is 4.0.1 or lower, you are vulnerable.
Check Version:
wp plugin get multiple-pages-generator-by-porthas --field=version
Verify Fix Applied:
After updating, verify MPG plugin version shows 4.0.2 or higher in WordPress plugins list.
📡 Detection & Monitoring
Log Indicators:
- Unauthorized POST requests to /wp-admin/admin-ajax.php with action parameters related to MPG functions from Subscriber-level users.
- CSV file uploads via MPG plugin from non-admin users.
Network Indicators:
- HTTP requests to MPG-specific endpoints (e.g., containing 'mpg' or 'dataset' in URL) from low-privilege user IPs.
SIEM Query:
source="wordpress.log" AND (uri_path="/wp-admin/admin-ajax.php") AND (user_role="subscriber") AND (action="*mpg*" OR action="*dataset*")
🔗 References
- https://plugins.trac.wordpress.org/browser/multiple-pages-generator-by-porthas/trunk/controllers/DatasetController.php#L261
- https://plugins.trac.wordpress.org/browser/multiple-pages-generator-by-porthas/trunk/models/ProjectModel.php#L286
- https://plugins.trac.wordpress.org/changeset/3174918/multiple-pages-generator-by-porthas/trunk/controllers/DatasetController.php
- https://plugins.trac.wordpress.org/changeset/3174918/multiple-pages-generator-by-porthas/trunk/models/ProjectModel.php
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3178830%40multiple-pages-generator-by-porthas%2Ftrunk&old=3174918%40multiple-pages-generator-by-porthas%2Ftrunk&sfp_email=&sfph_mail=
- https://www.wordfence.com/threat-intel/vulnerabilities/id/860848c1-dd67-4baf-a571-bc866c5f12f8?source=cve