CVE Catalog

CVE-2026-11397

MediumCVSS 5.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.24%

14th percentile - higher than 14% of all known CVEs

Summary

The WP Import Export Lite plugin for WordPress is vulnerable to Server-Side Request Forgery (SSRF) in all versions up to and including 3.9.30 via the wpie_import_upload_file_from_url AJAX action. After wp_safe_remote_get() fails (blocking private IPs), the plugin falls back to GuzzleHttp\Client::request() with no SSRF protection and disabled TLS verification. This allows authenticated attackers with administrator-level access to make requests to arbitrary internal services, such as cloud metadata endpoints.

Risk Assessment

The risk includes the ability to probe and modify data in internal services like cloud metadata endpoints (e.g., 169.254.169.254), potentially leading to sensitive information disclosure or privilege escalation in cloud environments.

Recommendation

Immediately update the WP Import Export Lite plugin to the latest available version that addresses this vulnerability. As a temporary measure, restrict plugin access to trusted administrators and implement WAF rules to block suspicious URL requests.

Other vulnerabilities in WP Import Export Lite

See all
Original NVD description (English source)

The WP Import Export Lite plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to and including 3.9.30 via the wpie_import_upload_file_from_url AJAX action. The plugin's URL downloader first calls wp_safe_remote_get() (which correctly blocks private/reserved IP ranges), but when that call returns a WP_Error — the exact outcome for any blocked internal host — the Download::download_file() method falls back to GuzzleHttp\Client::request() with the original attacker-supplied URL and no SSRF protection (and with TLS verification disabled). This makes it possible for authenticated attackers, with administrator-level access and above, to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services such as the cloud metadata endpoint at 169.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS