Path Traversal in Backupguard Jetbackup – Backup, Restore & Migrate
CVE-2026-4853
The JetBackup – Backup, Restore & Migrate plugin for WordPress is vulnerable to Path Traversal leading to Arbitrary Directory Deletion in versions up to and including 3.1.19.8. This is due to insufficient input validation on the fileName parameter in the file upload handler. The plugin sanitizes the fileName parameter using sanitize_text_field(), which removes HTML tags but does not prevent path traversal sequences like '../'. The unsanitized filename is then directly concatenated in Upload::getFileLocation() without using basename() or validating the resolved path stays within the intended directory. When an invalid file is uploaded, the cleanup logic calls dirname() on the traversed path and passes it to Util::rm(), which recursively deletes the entire resolved directory. This makes it possible for authenticated attackers with administrator-level access to traverse outside the intended upload directory and trigger deletion of critical WordPress directories such as wp-content/plugins, effectively disabling all installed plugins and causing severe site disruption.
Vulnerability class: Path Traversal (Directory Traversal)
EPSS: 0.007 (49.9th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 4.9 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N.
Affected products
- Backupguard Jetbackup – Backup, Restore & Migrate — versions 0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-4853?
- CVE-2026-4853 is a medium-severity vulnerability in Backupguard Jetbackup – Backup, Restore & Migrate, classified under Path Traversal. CVSS score: 4.9/10. Published 2026-04-17.
- How severe is CVE-2026-4853?
- Medium severity. CVSS v3 base score is 4.9 out of 10.