AUGUST 24, 2026
Live Feed
Back to database
Case File

CVE-2026-13430

HIGH · CVSS 7.2 EPSS 0.60% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-10 · Last synced 2026-08-09

CyberRota Analysis

AI-Generated

The Post Export Import with Media plugin for WordPress is vulnerable to arbitrary file upload due to insufficient validation of file extensions, allowing attackers with administrator-level access to upload potentially malicious files. This flaw can lead to remote code execution, posing a significant risk to the integrity and security of affected WordPress installations. Administrators of WordPress sites using this plugin should prioritize patching to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-13430
Severity
HIGH
CVSS
7.2
EPSS
0.60%
WordPress

Original NVD 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.