CVE-2025-58641

5.4 MEDIUM

📋 TL;DR

This Server-Side Request Forgery (SSRF) vulnerability in the Exit Intent Popup WordPress plugin allows attackers to make unauthorized requests from the server to internal or external systems. It affects all WordPress sites running the plugin versions up to 1.0.1. Attackers could potentially access internal services or perform port scanning.

💻 Affected Systems

Products:
  • Exit Intent Popup WordPress Plugin
Versions: n/a through 1.0.1
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 of internal networks, or chain with other vulnerabilities to achieve remote code execution.

🟠

Likely Case

Attackers scan internal networks, access metadata services (like AWS/Azure instance metadata), or make requests to internal administrative interfaces.

🟢

If Mitigated

Limited to making requests to external services only, with no access to internal systems or sensitive data.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation requires understanding of SSRF techniques and potentially authentication depending on plugin functionality.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 1.0.1

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/exitintentpopup/vulnerability/wordpress-exit-intent-popup-plugin-1-0-1-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 'Exit Intent Popup' plugin. 4. Click 'Update Now' if update available. 5. If no update, deactivate and remove plugin, then install latest version from WordPress repository.

🔧 Temporary Workarounds

Disable vulnerable plugin

WordPress

Temporarily deactivate the Exit Intent Popup plugin until patched

wp plugin deactivate exitintentpopup

🧯 If You Can't Patch

  • Implement network segmentation to restrict server outbound connections
  • Deploy web application firewall (WAF) with SSRF protection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Installed Plugins for Exit Intent Popup version 1.0.1 or earlier

Check Version:

wp plugin get exitintentpopup --field=version

Verify Fix Applied:

Verify plugin version is higher than 1.0.1 in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual outbound HTTP requests from WordPress server
  • Requests to internal IP addresses or metadata services

Network Indicators:

  • HTTP requests from WordPress server to unexpected internal/external endpoints

SIEM Query:

source="wordpress.log" AND ("exitintentpopup" OR "SSRF" OR unusual outbound request patterns)

🔗 References

📤 Share & Export