CVE-2026-1499 PUBLISHED

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

Assigner: Wordfence
Reserved: 27.01.2026 Published: 06.02.2026 Updated: 06.02.2026

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.

Metrics

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

Product Status

Vendor revmakx
Product WP Duplicate – WordPress Migration Plugin
Versions Default: unaffected
  • affected from * to 1.1.8 (incl.)

Credits

  • Athiwat Tiprasaharn finder

References

Problem Types

  • CWE-862 Missing Authorization CWE