CVE-2026-13430 HIGH

CVE-2026-13430: Post Export Import with Media <= 1.13.1 - Authenticated (Administrator+) Arbitrary File Upload via Trailing-Dot Filename Bypass in ZIP Media Import

Vendor Wpazleen
Product Post Export Import with Media
Weakness CWE-434 · Unrestricted file upload
Published July 10, 2026
Last update July 10, 2026

CVSS base score

7.2/10
Attack vector Network
Attack complexity Low
Privileges required High
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

The Post Export Import with Media plugin for WordPress contains an unrestricted file upload vulnerability in versions up to 1.13.1. An authenticated administrator can upload arbitrary files to the site, potentially including malicious PHP scripts. This allows an attacker with admin privileges to run their own code on the site and compromise the entire WordPress installation.

What an attacker can do

03Attacker Capabilities

Upload arbitrary files, including PHP scripts, to execute code on the site.

Potential impact on your site

04Site Impact

A compromised admin account can lead to full site takeover, data theft, and malware installation.

Conditions required to exploit

05Prerequisites

Attacker must have WordPress administrator privileges; no user interaction required.

Key dates

06Disclosure timeline

July 10, 2026 CVE published

Related vulnerabilities

08Related CVE