CVE-2026-9834
Last modified
CVE-2026-9834 is a high-severity vulnerability rated 7.2/10 on the CVSS scale. 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. EPSS estimates a 2.65% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| databasebackup | WP Database Backup – Unlimited Database & Files Backup by Backup for WP | <= 7.11 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-9834?
How severe is CVE-2026-9834?
How do I fix CVE-2026-9834?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9824Mattermost versions 11.7.x <= 11.7.2, 11.6.x <= 11.6.4, 10.1…4.3
- CVE-2026-9828Deserialization of untrusted data vulnerability in QOS.CH Sa…2.9
- CVE-2026-9829The Photo Gallery by 10Web – Mobile-Friendly Image Gallery p…6.5
- CVE-2026-9830The bookingpress-appointment-booking-pro WordPress plugin be…8.2
- CVE-2026-9831A race condition in the shared Extreme Platform ONE IAM Gate…6.3
- CVE-2026-9833The Tag Groups is the Advanced Way to Display Your Taxonomy …7.1
- CVE-2026-9836IBM InfoSphere Information Server 11.7.0.0 through 11.7.1.6 …7.5
- CVE-2026-9838The ICS Calendar plugin for WordPress is vulnerable to Refle…6.1
- CVE-2026-9842The Backstage - Customizer Demo Access plugin for WordPress …7.5
- CVE-2026-9843The Database for Contact Form 7, WPforms, Elementor forms pl…8.1
- CVE-2026-9844Use of default credentials vulnerability in Roche Diagnostic…8.8
- CVE-2026-9848The WP Ticket plugin for WordPress is vulnerable to SQL Inje…7.5
Are you affected by CVE-2026-9834?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
