Filtered by vendor Fahadmahmood Subscriptions
Filtered by product Keep Backup Daily Subscriptions
Total 2 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2026-3577 2 Fahadmahmood, Wordpress 2 Keep Backup Daily, Wordpress 2026-03-23 4.4 Medium
The Keep Backup Daily plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the backup title alias (`val` parameter) in the `update_kbd_bkup_alias` AJAX action in all versions up to, and including, 2.1.2. This is due to insufficient input sanitization and output escaping. While `sanitize_text_field()` strips HTML tags on save, it does not encode double quotes. The backup titles are output in HTML attribute contexts without `esc_attr()`. This makes it possible for authenticated attackers, with Administrator-level access and above, to inject arbitrary web scripts via attribute injection that will execute whenever another administrator views the backup list page.
CVE-2026-3339 2 Fahadmahmood, Wordpress 2 Keep Backup Daily, Wordpress 2026-03-23 2.7 Low
The Keep Backup Daily plugin for WordPress is vulnerable to Limited Path Traversal in all versions up to, and including, 2.1.1 via the `kbd_open_upload_dir` AJAX action. This is due to insufficient validation of the `kbd_path` parameter, which is only sanitized with `sanitize_text_field()` - a function that does not strip path traversal sequences. This makes it possible for authenticated attackers, with Administrator-level access and above, to list the contents of arbitrary directories on the server outside of the intended uploads directory.