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.
CVE-2026-4328
Score 6.4 from GitHub Security Advisory published 2026-06-19. a secondary CVSS source baseline 6.4; sources differ by 0.0.
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 6.4
- EG Score
- 6.4(high)
- EPSS
- 11.0%
- KEV
- Not listed
Published
June 19, 2026
Last Modified
June 22, 2026
References (6)
- security@wordfencehttps://plugins.trac.wordpress.org/browser/advanced-import/tags/1.4.5/admin/class-advanced-import-admin.php#L561
- security@wordfencehttps://plugins.trac.wordpress.org/browser/advanced-import/tags/1.4.5/admin/class-advanced-import-admin.php#L612
- security@wordfencehttps://plugins.trac.wordpress.org/browser/advanced-import/trunk/admin/class-advanced-import-admin.php#L561
- security@wordfencehttps://plugins.trac.wordpress.org/browser/advanced-import/trunk/admin/class-advanced-import-admin.php#L612
- security@wordfencehttps://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3566433%40advanced-import&new=3566433%40advanced-import&sfp_email=&sfph_mail=
- security@wordfencehttps://www.wordfence.com/threat-intel/vulnerabilities/id/baf55ce7-8a33-426c-a6a4-158a95a13a5c?source=cve
Vendor Advisories for CVE-2026-4328(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 18× in last 7d / 50× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 11:33 UTCEG score recompute
- 2026-07-06 11:33 UTCGHSA enrichment
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 09:35 UTCEG score recompute
- 2026-07-05 09:35 UTCGHSA enrichment
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 07:52 UTCEG score recompute
- 2026-07-04 07:52 UTCGHSA enrichment
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-03 05:37 UTCEG score recompute
- 2026-07-03 05:37 UTCGHSA enrichment
- 2026-07-02 03:53 UTCEG score recompute
- 2026-07-02 03:53 UTCGHSA enrichment
- 2026-07-01 15:07 UTCEPSS rescore
- 2026-07-01 02:11 UTCEG score recompute
- 2026-07-01 02:11 UTCGHSA enrichment
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-30 00:28 UTCEG score recompute
- 2026-06-30 00:28 UTCGHSA enrichment
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-28 22:46 UTCEG score recompute
- 2026-06-28 22:46 UTCGHSA enrichment
- 2026-06-28 14:07 UTCEPSS rescore
Show 25 moreShow fewer
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-27 21:03 UTCEG score recompute
- 2026-06-27 21:03 UTCGHSA enrichment
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-26 19:19 UTCEG score recompute
- 2026-06-26 19:19 UTCGHSA enrichment
- 2026-06-25 17:37 UTCEG score recompute
- 2026-06-25 17:37 UTCGHSA enrichment
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-24 15:52 UTCEG score recompute
- 2026-06-24 15:52 UTCGHSA enrichment
- 2026-06-24 14:05 UTCEPSS rescore
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-23 14:08 UTCEG score recompute
- 2026-06-23 14:08 UTCGHSA enrichment
- 2026-06-22 12:07 UTCEG score recompute
- 2026-06-22 12:07 UTCGHSA enrichment
- 2026-06-21 10:23 UTCEG score recompute
- 2026-06-21 10:23 UTCGHSA enrichment
- 2026-06-20 08:39 UTCEG score recompute
- 2026-06-20 08:39 UTCGHSA enrichment
- 2026-06-19 06:56 UTCEG score recompute
- 2026-06-19 06:55 UTCGHSA enrichment
Related CVEs(same CWE)
Same CWE
10 shownCWE-918
Frequently asked(5)
What is CVE-2026-4328?
When was CVE-2026-4328 disclosed?
Is CVE-2026-4328 actively exploited?
What is the CVSS score of CVE-2026-4328?
How do I remediate CVE-2026-4328?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-4328
Is Your Infrastructure Affected by CVE-2026-4328?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.