Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-9834

32
FAUCET Score

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.

First published: Jul 2, 2026Last modified: Jul 2, 2026

Impacted Technologies

VendorProductVersion(s)CPE
DatabasebackupWP Database Backup – Unlimited Database & Files Backup By Backup For WP
>= 0, <= 7.11CNA affecteddefault unaffected

CVSS Data

CVSS version used by this source: 3.1

7.2HIGH

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
HIGH
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
1.2
Impact Score
5.9
CvssVersion
3.1

Exploit Intelligence

EPSS Score
1.54%
Probability of exploitation in next 30 days
EPSS Percentile
72.4%
Percentile rank of EPSS score among Peer Group
As of 2026-07-28
Model: v2026.06.15
This CVE's current EPSS score of 0.0154 is in the 66th percentile among its peer group of 5,538 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.1 Bluesky, 0.1 Mastodon, and 0.3 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Remediation records are not available for this CVE.

References

plugins.trac.wordpress.org / browser/wp-database-backup/tags/7.10/includes/admin/class-wpdb-admin.php
plugins.trac.wordpress.org / browser/wp-database-backup/tags/7.10/includes/admin/class-wpdb-admin.php
plugins.trac.wordpress.org / browser/wp-database-backup/tags/7.10/includes/admin/class-wpdb-admin.php
plugins.trac.wordpress.org / browser/wp-database-backup/tags/7.11/includes/admin/class-wpdb-admin.php
plugins.trac.wordpress.org / browser/wp-database-backup/tags/7.11/includes/admin/class-wpdb-admin.php
plugins.trac.wordpress.org / browser/wp-database-backup/tags/7.11/includes/admin/class-wpdb-admin.php
plugins.trac.wordpress.org / changeset
wordfence.com / threat-intel/vulnerabilities/id/0a97a217-b00b-4268-a472-8d62ae1d18e3