CVE-2026-22482

9.1 CRITICAL

📋 TL;DR

This SSRF vulnerability in wbolt.com IMGspider WordPress plugin allows attackers to make the server send unauthorized requests to internal or external systems. It affects all WordPress sites using IMGspider plugin versions up to and including 2.3.12.

💻 Affected Systems

Products:
  • wbolt.com IMGspider WordPress plugin
Versions: n/a through <= 2.3.12
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations with vulnerable plugin 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

Attackers could access internal services, exfiltrate sensitive data, perform port scanning, or chain with other vulnerabilities to achieve remote code execution.

🟠

Likely Case

Information disclosure from internal services, credential theft from metadata services, or abuse of server resources for scanning/attacks.

🟢

If Mitigated

Limited impact if network segmentation restricts internal access and external requests are filtered.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

SSRF vulnerabilities are commonly exploited and weaponization is likely given the high CVSS score and WordPress plugin prevalence.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: >2.3.12

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/imgspider/vulnerability/wordpress-imgspider-plugin-2-3-12-server-side-request-forgery-ssrf-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins. 3. Find IMGspider plugin. 4. Update to latest version (>2.3.12). 5. Verify update completed successfully.

🔧 Temporary Workarounds

Disable IMGspider plugin

all

Temporarily disable the vulnerable plugin until patching is possible

wp plugin deactivate imgspider

Network egress filtering

all

Restrict outbound HTTP requests from web server to only necessary destinations

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate web server from internal services
  • Deploy web application firewall with SSRF protection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > IMGspider version. If version is 2.3.12 or lower, you are vulnerable.

Check Version:

wp plugin get imgspider --field=version

Verify Fix Applied:

Verify IMGspider plugin version is >2.3.12 in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual outbound HTTP requests from web server to internal IPs
  • Requests to metadata services (169.254.169.254, etc.)
  • Abnormal request patterns to IMGspider endpoints

Network Indicators:

  • Web server making unexpected HTTP requests to internal networks
  • Requests to restricted IP ranges from web application

SIEM Query:

source="web_server_logs" AND (uri CONTAINS "/wp-content/plugins/imgspider/" OR user_agent CONTAINS "imgspider") AND (dest_ip IN private_ranges OR dest_ip=169.254.169.254)

🔗 References

📤 Share & Export