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

CVE-2026-7693

Backup Migration に報告された脆弱性

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

概要

The Backup Migration plugin for WordPress is vulnerable to OS Command Injection in all versions up to, and including, 2.1.5.1 due to insufficient sanitization of the `file` POST parameter on the `restoreBackup()` AJAX handler. The handler applies `esc_attr()` — an HTML-context sanitizer that does not strip shell metacharacters — and concatenates the result, unquoted, into a `php-cli -f … bmi_restore <file> <remote>` command passed to `exec()`. This makes it possible for authenticated attackers, with Administrator-level access (or any user granted the plugin's `do_backups` capability) and above, to execute arbitrary OS commands as the web-server user, bypassing WordPress hardening constants such as `DISALLOW_FILE_EDIT` and `DISALLOW_FILE_MODS` that would otherwise prevent code execution from the admin UI. This is an incomplete fix of CVE-2023-7002, which patched the same pattern only in the `$_POST['url']` path of `handleQuickMigration()`; the equivalent mitigations (`rawurlencode()` + explicit shell-metachar replacement + double-quoting in `exec()`) were never applied to `$backupName`.

CWE: CWE-77 / 公開 2026年8月5日 / 最終更新 2026年8月12日

影響を受けるバージョン

対処方法

Backup Migration を 2.1.5.2 以降に更新してください。これで本脆弱性は解消します。

Backup Migration の他の脆弱性を見る →

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

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

30秒で無料診断する

参照