SSRF in Vjinfotech Wp Import Export Lite
CVE-2026-11397
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 class: SSRF (Server-Side Request Forgery)
EPSS: 0.002 (13.7th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N.
Affected products
- Vjinfotech Wp Import Export Lite — versions 0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-11397?
- CVE-2026-11397 is a medium-severity vulnerability in Vjinfotech Wp Import Export Lite, classified under Server-Side Request Forgery (SSRF). CVSS score: 5.5/10. Published 2026-07-03.
- How severe is CVE-2026-11397?
- Medium severity. CVSS v3 base score is 5.5 out of 10.