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

CVE-2026-9834

WP Database Backup – Unlimited Database & Files Backup by Backup for WP に報告された脆弱性

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

概要

The WP Database Backup – Unlimited Database & Files Backup by Backup for WP plugin for WordPress is vulnerable to OS Command Injection in all versions up to and including 7.11 via the `wp_db_exclude_table` parameter. This is due to the direct concatenation of user-supplied `$_POST['wp_db_exclude_table']` values into the `mysqldump` shell command string in the `mysqldump()` function of `includes/admin/class-wpdb-admin.php` without wrapping them in `escapeshellarg()`—every other argument in the same command (DB_USER, DB_PASSWORD, host, filename, DB_NAME) is properly escaped, making the exclude-table values the sole exception—and because the only applied filtering, `sanitize_text_field()` via `recursive_sanitize_text_field()`, strips HTML tags but leaves shell metacharacters such as `;`, `|`, `` ` ``, and `$()` intact. This makes it possible for authenticated attackers, with administrator-level access and above, to execute arbitrary operating system commands on the server, potentially enabling full remote code execution. The injection is stored: malicious values submitted through the plugin settings form are persisted to the WordPress options table via `update_option('wp_db_exclude_table')` and later retrieved with `get_option()` and passed unsanitized to `shell_exec()` whenever a backup operation runs.

CWE: CWE-77 / 公開 2026年7月2日 / 最終更新 2026年7月2日

影響を受けるバージョン

対処方法

WP Database Backup – Unlimited Database & Files Backup by Backup for WP を 7.12 以降に更新してください。これで本脆弱性は解消します。

WP Database Backup – Unlimited Database & Files Backup by Backup for WP の他の脆弱性を見る →

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

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

30秒で無料診断する

参照