AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2026-3339

LOW · CVSS 2.7 EPSS 0.38%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-03-21 · Last synced 2026-08-04

CyberRota Analysis

This is a low severity vulnerability with a CVSS score of 2.7. It affects WordPress. Exploitation may require the attacker to be authenticated.

CVE
CVE-2026-3339
Severity
LOW
CVSS
2.7
EPSS
0.38%
WordPress

Original NVD Description

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.