CVE-2026-14490 HIGH

CVE-2026-14490: Demi <= 0.0.6 - Unauthenticated Arbitrary Directory Deletion via demi_restore_step AJAX action

Vendor Deveasel
Product Demi – One Click Demo Import, Backup & Site Migration
Weakness CWE-22 · Path traversal
Published July 28, 2026
Last update July 28, 2026

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

The Demi – One Click Demo Import, WP Backup & Site Migration plugin for WordPress is vulnerable to Arbitrary Directory Deletion in all versions up to, and including, 0.0.7. The vulnerability exists because the plugin stores its HMAC signing key and per-step restore token as dotfiles inside a publicly accessible subdirectory of the WordPress uploads folder — without any `.htaccess` or index file protection — and the `demi_restore_step` AJAX handler, registered for unauthenticated callers, explicitly accepts possession of the on-disk signing key as a standalone alternative to WordPress capability and nonce checks; an unauthenticated attacker who retrieves the exposed key can forge a valid signed state envelope to invoke `CleanDir::execute()` with a caller-supplied absolute path that is subject to no allow-list or path-canonicalization check. This makes it possible for unauthenticated attackers to recursively delete arbitrary directories on the server.

Explanation of Vulnerability in Simple Terms

02Summary

Demi – One Click Demo Import, Backup & Site Migration versions 0.0.7 and earlier contain a path traversal vulnerability that allows unauthenticated attackers to read arbitrary files from the server. An attacker can access sensitive files such as configuration files, database backups, or private keys without needing to log in or interact with a user.

What an attacker can do

03Attacker Capabilities

Read arbitrary files from the server, including configuration files and backups.

Potential impact on your site

04Site Impact

Sensitive files like wp-config.php, database backups, or private keys could be exposed to the public internet.

Conditions required to exploit

05Prerequisites

Network access to the site; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 28, 2026 CVE published
July 28, 2026 Record updated

Related vulnerabilities

08Related CVE