Description
The Post Export Import with Media plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 1.13.1 via the import_media_file_secure function. This is due to insufficient file extension validation caused by a trailing-dot filename bypass, where the extension allow-list check in ajax_import_media_start() uses pathinfo() on the raw ZIP entry name (e.g., 'shell.php.'), which returns an empty string for the extension, causing the allow-list guard to be skipped and the file to be extracted to a temporary location, after which import_media_file_secure() copies it into the WordPress uploads directory without re-validating the extension. This makes it possible for authenticated attackers, with administrator-level access and above, to upload files that may be executable, which makes remote code execution possible.
Published: 2026-07-10
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Post Export Import with Media plugin for WordPress is vulnerable to arbitrary file uploads due to a trailing‑dot filename bypass. An attacker with administrator or higher privileges can upload a file such as shell.php. that passes the allow‑list check because the pathinfo() call returns an empty extension. The file is then extracted and copied into the uploads directory without re‑validation, enabling execution of malicious code.

Affected Systems

All installations of the Post Export Import with Media plugin for WordPress, versions up to and including 1.13.1, are affected. The vulnerability exists in the import_media_file_secure functionality accessed via the ajax_import_media_start() routine.

Risk and Exploitability

The CVSS score is 7.2, and the EPSS score is < 1%, indicating a low probability of exploitation, and the vulnerability is not listed in CISA's KEV catalog. Exploitation requires authenticated access with administrator‑level permissions to execute code, compromising the integrity and availability of the site. No public exploits are documented, but the path to attack is well understood.

Generated by OpenCVE AI on July 29, 2026 at 11:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Post Export Import with Media plugin to the latest available release that includes the fix.
  • If no patch is available, uninstall or disable the plugin to eliminate the attack vector.
  • Restrict administrator privileges, monitor the WordPress uploads directory for unexpected or executable files, and configure alerts for new uploads.

Generated by OpenCVE AI on July 29, 2026 at 11:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 10 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Wpazleen
Wpazleen post Export Import With Media
Vendors & Products Wordpress
Wordpress wordpress
Wpazleen
Wpazleen post Export Import With Media

Fri, 10 Jul 2026 04:00:00 +0000

Type Values Removed Values Added
Description The Post Export Import with Media plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 1.13.1 via the import_media_file_secure function. This is due to insufficient file extension validation caused by a trailing-dot filename bypass, where the extension allow-list check in ajax_import_media_start() uses pathinfo() on the raw ZIP entry name (e.g., 'shell.php.'), which returns an empty string for the extension, causing the allow-list guard to be skipped and the file to be extracted to a temporary location, after which import_media_file_secure() copies it into the WordPress uploads directory without re-validating the extension. This makes it possible for authenticated attackers, with administrator-level access and above, to upload files that may be executable, which makes remote code execution possible.
Title Post Export Import with Media <= 1.13.1 - Authenticated (Administrator+) Arbitrary File Upload via Trailing-Dot Filename Bypass in ZIP Media Import
Weaknesses CWE-434
References
Metrics cvssV3_1

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


Subscriptions

Wordpress Wordpress
Wpazleen Post Export Import With Media
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-10T20:31:29.049Z

Reserved: 2026-06-26T14:26:06.794Z

Link: CVE-2026-13430

cve-icon Vulnrichment

Updated: 2026-07-10T20:25:34.871Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T11:30:17Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type