CVE-2026-4328
Last modified
CVE-2026-4328 is a medium-severity vulnerability rated 6.4/10 on the CVSS scale. The Advanced Import plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 1.4.6. This is due to the plugin using wp_remote_get() to fetch a user-supplied URL without validating that the URL does not point to internal or private network resources in the demo_download_and_unzip() function. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
The Advanced Import plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 1.4.6. This is due to the plugin using wp_remote_get() to fetch a user-supplied URL without validating that the URL does not point to internal or private network resources in the demo_download_and_unzip() function. The 'demo_file' parameter from $_POST is passed through sanitize_text_field() (which only handles XSS-related sanitization) and then directly into wp_remote_get() when 'demo_file_type' is set to 'url'. Notably, the plugin uses wp_safe_remote_get() in other locations (theme template libraries) which would provide SSRF protection, but fails to use it in this critical AJAX handler. This makes it possible for authenticated attackers, with Author-level access and above (upload_files capability), to make web requests to arbitrary locations originating from the web application, which can be used to query and view data from internal services, including cloud instance metadata endpoints.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-4328?
How severe is CVE-2026-4328?
How do I fix CVE-2026-4328?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-43274In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-43275In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-43276In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43277In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43278In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43279In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43280In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-43281In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-43282In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43283In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-43284In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-43285In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-4328?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
