Description
Keep Backup Daily plugin for WordPress before 2.1.4 contains a sensitive information exposure vulnerability that allows unauthenticated attackers to trigger a full MySQL database dump by accessing the publicly exposed `kbd_cron_process` parameter without authentication. Attackers can predict the partially predictable dump filename based on the database name, a limited random range, and the current Unix timestamp to download the generated backup from the publicly accessible uploads directory.
Published: 2026-08-31
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Keep Backup Daily WordPress plugin before version 2.1.4. An unauthenticated user can invoke the publicly exposed kbd_cron_process parameter and request a full MySQL database dump. Because the system does not enforce authentication, attackers can obtain a backup file that contains all database tables, user credentials, and site content. The flaw is a lack of authentication (CWE‑306), enabling a thief to gain full confidentiality of the entire database.

Affected Systems

The affected product is the Keep Backup Daily plugin for WordPress, available from Fahad Mahmood. All installations running any version earlier than 2.1.4 are vulnerable. The plug‑in is typically included in WordPress sites that use it for automatic backups.

Risk and Exploitability

The CVSS score is 8.7, reflecting a highly severe confidentiality impact. The EPSS score is not available, so it is unclear how frequently attackers are attempting exploitation at this time; however, the flaw is easy to trigger via a simple HTTP request, and the output files are stored in the publicly accessible uploads directory. The vulnerability is not listed in the CISA KEV catalog. Because the attack does not require authentication and the backup file names can be predicted from the database name, timestamp, and a limited random range, a determined attacker can repeatedly obtain backups without needing credentials.

Generated by OpenCVE AI on August 31, 2026 at 16:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Keep Backup Daily to version 2.1.4 or later.
  • If an upgrade is not immediately possible, disable or remove the kbd_cron_process endpoint to prevent unauthenticated triggering of database dumps.
  • Restrict public access to the wp‑uploads directory so that backup files cannot be downloaded, for example by adding an .htaccess rule that denies read access.

Generated by OpenCVE AI on August 31, 2026 at 16:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
First Time appeared Fahadmahmood
Fahadmahmood keep Backup Daily
Wordpress
Wordpress wordpress
Vendors & Products Fahadmahmood
Fahadmahmood keep Backup Daily
Wordpress
Wordpress wordpress

Mon, 31 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description Keep Backup Daily plugin for WordPress before 2.1.4 contains a sensitive information exposure vulnerability that allows unauthenticated attackers to trigger a full MySQL database dump by accessing the publicly exposed `kbd_cron_process` parameter without authentication. Attackers can predict the partially predictable dump filename based on the database name, a limited random range, and the current Unix timestamp to download the generated backup from the publicly accessible uploads directory.
Title Keep Backup Daily WordPress Plugin < 2.1.4 Sensitive Information Exposure via kbd_cron_process
Weaknesses CWE-306
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Fahadmahmood Keep Backup Daily
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-31T15:25:35.506Z

Reserved: 2026-08-17T18:39:57.661Z

Link: CVE-2026-75133

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-31T16:19:11.227

Modified: 2026-08-31T16:19:11.227

Link: CVE-2026-75133

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T17:00:03Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function