Authorization Bypass in Post Duplicator Plugin for WordPress
CVE-2026-4245
What is CVE-2026-4245?
The Post Duplicator plugin for WordPress is susceptible to an authorization bypass, impacting all versions up to and including 3.0.11. This vulnerability arises from the duplicate_post_permissions() permission callback, which solely checks for the duplicate_posts capability without corroborating whether the user has the publish_posts or other necessary capabilities. As a result, authenticated attackers with Contributor-level access or higher can create duplicate posts with future or private statuses, effectively circumventing the editorial review process. Moreover, the REST endpoint fails to implement the necessary checks for post-type duplication restrictions set by administrators, allowing duplication of post types that should have been disabled.
Affected Version(s)
Post Duplicator 0 <= 3.0.11