CVE-2025-9984
📋 TL;DR
The Featured Image from URL (FIFU) WordPress plugin has an authorization bypass vulnerability that allows unauthenticated attackers to read private and password-protected posts. This affects all WordPress sites using FIFU plugin versions up to 5.2.7. The vulnerability exists due to missing capability checks in the fifu_api_debug_posts() function.
💻 Affected Systems
- Featured Image from URL (FIFU) 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 access sensitive content from private posts, potentially exposing confidential information, intellectual property, or personal data.
Likely Case
Unauthenticated users reading private content they shouldn't have access to, potentially exposing draft posts, internal communications, or restricted content.
If Mitigated
Limited exposure if private posts contain no sensitive information, but still violates access control expectations.
🎯 Exploit Status
The vulnerability is in an API endpoint that doesn't require authentication, making exploitation straightforward for attackers who discover the endpoint.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 5.2.8 or later
Restart Required: No
Instructions:
1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Featured Image from URL' plugin. 4. Click 'Update Now' if available. 5. Alternatively, download version 5.2.8+ from WordPress plugin repository and manually update.
🔧 Temporary Workarounds
Disable FIFU Plugin
WordPressTemporarily disable the vulnerable plugin until patched
wp plugin deactivate featured-image-from-url
🧯 If You Can't Patch
- Implement web application firewall rules to block access to the vulnerable API endpoint
- Restrict access to the WordPress site using IP whitelisting or authentication gateways
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin panel → Plugins → Installed Plugins for FIFU version. If version is 5.2.7 or lower, you are vulnerable.
Check Version:
wp plugin get featured-image-from-url --field=version
Verify Fix Applied:
After updating, verify FIFU plugin version shows 5.2.8 or higher in WordPress admin panel.
📡 Detection & Monitoring
Log Indicators:
- Unusual access patterns to /wp-admin/admin-ajax.php?action=fifu_api_debug_posts
- Multiple 200 responses to the debug endpoint from unauthenticated users
Network Indicators:
- HTTP requests to the vulnerable endpoint from unauthorized IP addresses
SIEM Query:
source="wordpress_logs" AND uri="/wp-admin/admin-ajax.php" AND query="action=fifu_api_debug_posts" AND user="-"
🔗 References
- https://plugins.trac.wordpress.org/browser/featured-image-from-url/trunk/admin/debug.php?rev=3348285
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3362830%40featured-image-from-url&new=3362830%40featured-image-from-url&sfp_email=&sfph_mail=
- https://www.wordfence.com/threat-intel/vulnerabilities/id/9423858b-74be-4b34-961d-97765d8edcbf?source=cve