CVE-2026-4853
Last modified
CVE-2026-4853 is a medium-severity vulnerability rated 4.9/10 on the CVSS scale. 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. EPSS estimates a 0.71% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-4853?
How severe is CVE-2026-4853?
How do I fix CVE-2026-4853?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48523PyJWT is a JSON Web Token implementation in Python. From 2.9…5.4
- CVE-2026-48524PyJWT is a JSON Web Token implementation in Python. Prior to…3.7
- CVE-2026-48525PyJWT is a JSON Web Token implementation in Python. From 2.8…5.3
- CVE-2026-48526PyJWT is a JSON Web Token implementation in Python. Prior to…7.4
- CVE-2026-48527HAX CMS helps manage microsite universe with PHP or NodeJs b…8.7
- CVE-2026-48529GitHub MCP Server is GitHub's official MCP Server. From 0.22…6
- CVE-2026-48530GFI Archiver before 15.13 contains a stored cross-site scrip…5.4
- CVE-2026-48531GFI Archiver before 15.13 contains a stored cross-site scrip…5.4
- CVE-2026-48532GFI Archiver before 15.13 contains a stored cross-site scrip…5.4
- CVE-2026-48533Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-48534GFI Archiver before 15.13 contains a stored cross-site scrip…5.4
- CVE-2026-48535GFI Archiver before 15.13 contains a stored cross-site scrip…5.4
Are you affected by CVE-2026-4853?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
