CVE-2025-12002

5.9 MEDIUM

📋 TL;DR

The Feeds for YouTube Pro WordPress plugin has an arbitrary file read vulnerability that allows unauthenticated attackers to read any file on the server when specific plugin settings are configured. This affects all Pro versions up to 2.6.0. Attackers can potentially access sensitive files like configuration files, database credentials, or other sensitive data.

💻 Affected Systems

Products:
  • Feeds for YouTube Pro WordPress Plugin
Versions: All versions up to and including 2.6.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ✅ No
Notes: Requires 'Save Featured Images' setting enabled AND 'Disable WP Posts' setting disabled. Only affects Pro version, not free version.

⚠️ 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 server compromise through reading sensitive configuration files containing database credentials, API keys, or other secrets that could lead to further attacks.

🟠

Likely Case

Exposure of sensitive WordPress configuration files (wp-config.php) containing database credentials, potentially leading to database compromise.

🟢

If Mitigated

Limited impact if proper file permissions restrict access to sensitive files or if vulnerable settings are disabled.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Exploitation requires specific plugin configuration but is straightforward once conditions are met.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.6.1 or later

Vendor Advisory: https://plugins.trac.wordpress.org/browser/feeds-for-youtube/trunk/

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Go to Plugins → Installed Plugins. 3. Find 'Feeds for YouTube Pro'. 4. Click 'Update Now' if available. 5. If no update shows, download latest version from vendor and manually update.

🔧 Temporary Workarounds

Disable vulnerable settings

all

Disable the 'Save Featured Images' setting OR enable 'Disable WP Posts' setting in plugin configuration

Disable plugin

all

Temporarily disable the Feeds for YouTube Pro plugin until patched

🧯 If You Can't Patch

  • Implement strict file permissions on sensitive directories and files
  • Add web application firewall rules to block requests to the vulnerable AJAX endpoint

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Feeds for YouTube Pro version. If version is 2.6.0 or earlier, check plugin settings for 'Save Featured Images' enabled and 'Disable WP Posts' disabled.

Check Version:

wp plugin list --name='feeds-for-youtube' --field=version

Verify Fix Applied:

Verify plugin version is 2.6.1 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to /wp-admin/admin-ajax.php with 'action=sby_check_wp_submit' parameter
  • Multiple file read attempts from unusual IP addresses

Network Indicators:

  • HTTP requests with file path traversal patterns in parameters

SIEM Query:

source="web_access_logs" AND uri="/wp-admin/admin-ajax.php" AND query="*action=sby_check_wp_submit*"

🔗 References

📤 Share & Export