目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-9834— WordPress WP Database Backup 命令注入漏洞

CVSS 7.2 · High EPSS 1.59% · P73

影响版本矩阵 1

获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-9834 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
WP Database Backup <= 7.11 - Authenticated (Administrator+) OS Command Injection via 'wp_db_exclude_table' Parameter
来源: CVE Program / CVE List V5
Vulnerability Description
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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
在命令中使用的特殊元素转义处理不恰当(命令注入)
来源: CVE Program / CVE List V5
Vulnerability Title
WordPress WP Database Backup 命令注入漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
WordPress WP Database Backup是WordPress基金会的一款数据库备份插件。 WordPress WP Database Backup 7.11及之前版本存在命令注入漏洞,该漏洞源于对`wp_db_exclude_table`参数处理不当,将用户提供的值直接拼接到`mysqldump` shell命令字符串中,而未使用`escapeshellarg()`进行转义,且过滤函数`sanitize_text_field()`仅去除HTML标签但保留shell元字符,可能导致认证的攻击
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

二、漏洞 CVE-2026-9834 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-9834 的情报信息

登录查看更多情报信息。

CVE-2026-9834 补丁与修复 (1)

CVE-2026-9834 厂商安全公告 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-9834

暂无评论


发表评论