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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/wp-database-backup/tags/7.10/includes
- https://plugins.trac.wordpress.org/browser/wp-database-backup/tags/7.10/includes
- https://plugins.trac.wordpress.org/browser/wp-database-backup/tags/7.10/includes
- https://plugins.trac.wordpress.org/browser/wp-database-backup/tags/7.11/includes
- https://plugins.trac.wordpress.org/browser/wp-database-backup/tags/7.11/includes
- https://plugins.trac.wordpress.org/browser/wp-database-backup/tags/7.11/includes
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old
- https://www.wordfence.com/threat-intel/vulnerabilities/id/0a97a217-b00b-4268-a47
FAQ
What is CVE-2026-9834?
CVE-2026-9834 is a vulnerability with a CVSS score of 7.2 (HIGH). 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_t...
How severe is CVE-2026-9834?
CVE-2026-9834 has been rated HIGH with a CVSS base score of 7.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-9834?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.