CVE-2025-10036

4.9 MEDIUM

📋 TL;DR

This SQL injection vulnerability in the WordPress Featured Image from URL (FIFU) plugin allows authenticated attackers with Administrator privileges to execute arbitrary SQL queries. Attackers can extract sensitive information from the database, including user credentials and other confidential data. Only WordPress sites using vulnerable versions of the FIFU plugin are affected.

💻 Affected Systems

Products:
  • WordPress Featured Image from URL (FIFU) plugin
Versions: All versions up to and including 5.2.7
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires authenticated attacker with Administrator-level access. Vulnerability exists in default plugin configuration.

⚠️ 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.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete database compromise leading to credential theft, data exfiltration, privilege escalation, and potential site takeover.

🟠

Likely Case

Extraction of sensitive user data, plugin/theme configuration secrets, and potentially WordPress authentication credentials.

🟢

If Mitigated

Limited impact due to required administrator authentication, but still poses risk if admin accounts are compromised.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Exploitation requires administrator credentials. SQL injection occurs via the get_all_urls() function with insufficient input sanitization.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version 5.2.8 or later

Vendor Advisory: 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=

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, or manually update to version 5.2.8+. 5. Verify plugin is active and functioning.

🔧 Temporary Workarounds

Disable vulnerable plugin

WordPress

Temporarily disable the FIFU plugin until patched

wp plugin deactivate featured-image-from-url

Restrict admin access

all

Implement strict access controls and monitoring for administrator accounts

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block SQL injection patterns
  • Enable database query logging and monitoring for suspicious SQL patterns

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for FIFU plugin version 5.2.7 or earlier

Check Version:

wp plugin get featured-image-from-url --field=version

Verify Fix Applied:

Confirm FIFU plugin version is 5.2.8 or later in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in database logs
  • Multiple failed login attempts to admin accounts
  • Unexpected database connections from WordPress

Network Indicators:

  • Suspicious POST requests to /wp-admin/admin-ajax.php with SQL-like parameters

SIEM Query:

source="wordpress_logs" AND ("get_all_urls" OR "FIFU") AND (sql OR union OR select)

🔗 References

📤 Share & Export