Description
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.
Published: 2026-07-03
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WP Import Export Lite plugin for WordPress contains a Server‑Side Request Forgery (SSRF) flaw (CWE‑918) that is exercised by the wpie_import_upload_file_from_url AJAX action. When wp_safe_remote_get is invoked with a URL that points to a private or reserved IP the request returns a WP_Error. The plugin then falls back to a raw GuzzleHttp client call that omits all SSRF checks and disables TLS verification, allowing the attacker‑supplied URL to be fetched without restriction. An authenticated administrator can therefore make HTTP requests to arbitrary internal or external services from the web server. The flaw can be used to access sensitive hosts such as cloud metadata endpoints or to manipulate data on internal networks.

Affected Systems

The flaw affects all WordPress sites that have the WP Import Export Lite plugin by Vjinfotech installed 3.9.30 or earlier. No other vendors or product versions are listed, so the impact is limited to this specific plugin and its vulnerable releases.

Risk and Exploitability

The severity of the vulnerability is represented by a CVSS score of 5.5, placing it in the medium range. The EPSS score is reported as less than 1 %, indicating a very low probability of exploitation in the general population, and the vulnerability is not included in the CISA KEV catalog. Exploitation requires authenticated administrator access, so the scope of risk is confined to sites with privileged users. Once authenticated, an attacker can use the SSRF vector to query or modify internal services, but widespread exploitation is unlikely without administrative credentials.

Generated by OpenCVE AI on July 22, 2026 at 13:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update WP Import Export Lite to the latest available version that contains the SSRF fix.
  • Disable the wpie_import_upload_file_from_url AJAX action or block the import‑from‑URL feature to prevent SSRF exploitation.
  • Limit outbound network access from the WordPress server or configure a firewall to block requests to private and reserved IP ranges.

Generated by OpenCVE AI on July 22, 2026 at 13:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 03 Jul 2026 06:45:00 +0000

Type Values Removed Values Added
First Time appeared Vjinfotech
Vjinfotech wp Import Export Lite
Wordpress
Wordpress wordpress
Vendors & Products Vjinfotech
Vjinfotech wp Import Export Lite
Wordpress
Wordpress wordpress

Fri, 03 Jul 2026 05:30:00 +0000

Type Values Removed Values Added
Description 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.
Title WP Import Export Lite <= 3.9.30 - Authenticated (Administrator+) Server-Side Request Forgery via 'file_url' Parameter
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

Vjinfotech Wp Import Export Lite
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-06T12:32:56.882Z

Reserved: 2026-06-05T16:28:07.222Z

Link: CVE-2026-11397

cve-icon Vulnrichment

Updated: 2026-07-06T12:32:52.996Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-22T13:30:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)