WP脆弱性ウォッチ脆弱性データ 2026年8月28日 時点

CVE-2026-13430

Post Export Import with Media に報告された脆弱性

深刻度
7.2CVSS 3.1
1.13.2修正されたバージョン
1.1%30日以内に悪用される確率
今後30日以内に悪用される確率は 1.1% と推定されています(EPSS)。

概要

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.

CWE: CWE-434 / 公開 2026年7月10日 / 最終更新 2026年7月10日

影響を受けるバージョン

対処方法

Post Export Import with Media を 1.13.2 以降に更新してください。これで本脆弱性は解消します。

Post Export Import with Media の他の脆弱性を見る →

あなたのサイトは大丈夫ですか?

URLを入力するだけで、実際に使われているプラグインを検出し、 このデータベースと突き合わせて既知の脆弱性が残っていないかを確認できます。登録不要・無料です。

30秒で無料診断する

参照