CVE-2026-1499 HIGH

CVE-2026-1499: WP Duplicate <= 1.1.8 - Authenticated (Subscriber+) Arbitrary File Upload via 'process_add_site' AJAX Action

Vendor Revmakx
Product WP Duplicate – WordPress Migration Plugin
Weakness CWE-862 · Missing authorization
Published February 6, 2026
Last update April 14, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The WP Duplicate plugin for WordPress is vulnerable to Missing Authorization leading to Arbitrary File Upload in all versions up to and including 1.1.8. This is due to a missing capability check on the `process_add_site()` AJAX action combined with path traversal in the file upload functionality. This makes it possible for authenticated (subscriber-level) attackers to set the internal `prod_key_random_id` option, which can then be used by an unauthenticated attacker to bypass authentication checks and write arbitrary files to the server via the `handle_upload_single_big_file()` function, ultimately leading to remote code execution.

Explanation of Vulnerability in Simple Terms

02Summary

The WP Duplicate plugin for WordPress does not properly check user permissions before allowing certain actions. A logged-in user with low privileges can perform administrative operations they should not have access to, including reading sensitive data, modifying site content, and disrupting site availability. All versions up to 1.1.8 are affected.

What an attacker can do

03Attacker Capabilities

Read sensitive data, modify site content, and disrupt site availability without proper authorization.

Potential impact on your site

04Site Impact

Any low-privilege user can perform admin-level actions like duplicating sites, accessing backups, or modifying configurations.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege WordPress user account (e.g., subscriber or contributor).

Key dates

06Disclosure timeline

February 6, 2026 CVE published
April 14, 2026 Record updated

Related vulnerabilities

08Related CVE