The Post Duplicator plugin for WordPress is vulnerable to...
Moderate severity
Unreviewed
Published
Aug 22, 2026
to the GitHub Advisory Database
•
Updated Aug 22, 2026
Description
Published by the National Vulnerability Database
Aug 22, 2026
Published to the GitHub Advisory Database
Aug 22, 2026
Last updated
Aug 22, 2026
The Post Duplicator plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 3.0.11. This is due to the
duplicate_post_permissions()permission callback only verifying theduplicate_postscapability without checking whether the requesting user holdspublish_postsor other status-gated capabilities. This makes it possible for authenticated attackers, with Contributor-level access and above, to create duplicate posts withfuture(scheduled, auto-publishes) orprivatestatus, bypassing editorial review. Additionally, the REST endpoint does not enforce administrator-configured post-type duplication restrictions, allowing duplication of post types that have been explicitly disabled.References