CVE-2025-58977

4.9 MEDIUM

📋 TL;DR

This SSRF vulnerability in WP eBay Product Feeds allows attackers to make unauthorized requests from the vulnerable server to internal or external systems. It affects WordPress sites using this plugin from any version up to 3.4.8.

💻 Affected Systems

Products:
  • WP eBay Product Feeds (WordPress plugin)
Versions: n/a through 3.4.8
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All installations using vulnerable versions are affected regardless of 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

Attacker accesses internal services, exfiltrates sensitive data, or performs port scanning of internal networks from the vulnerable server.

🟠

Likely Case

Information disclosure from internal services, limited data exfiltration, or abuse of server resources for scanning.

🟢

If Mitigated

Limited impact if network segmentation restricts server access to sensitive internal systems.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation likely requires some level of access to the WordPress site, but exact requirements are unspecified.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 3.4.8

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/ebay-feeds-for-wordpress/vulnerability/wordpress-wp-ebay-product-feeds-plugin-3-4-8-server-side-request-forgery-ssrf-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'WP eBay Product Feeds'. 4. Click 'Update Now' if available, or manually update to latest version. 5. Verify plugin is updated to version after 3.4.8.

🔧 Temporary Workarounds

Disable Plugin

WordPress

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate ebay-feeds-for-wordpress

Network Restriction

all

Restrict outbound HTTP/HTTPS requests from web server to only necessary destinations

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block SSRF patterns
  • Isolate WordPress server from internal networks using network segmentation

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins for 'WP eBay Product Feeds' version

Check Version:

wp plugin list --name='ebay-feeds-for-wordpress' --field=version

Verify Fix Applied:

Verify plugin version is greater than 3.4.8 in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual outbound HTTP requests from web server to internal IPs
  • Requests to unusual domains or IP ranges from WordPress process

Network Indicators:

  • Web server making unexpected HTTP/HTTPS requests to internal network segments

SIEM Query:

source="web_server_logs" AND (dest_ip IN private_ranges OR dest_ip NOT IN allowed_external) AND user_agent LIKE "%WordPress%"

🔗 References

📤 Share & Export