CVE-2026-2301
Last modified
CVE-2026-2301 is a medium-severity vulnerability rated 4.3/10 on the CVSS scale. The Post Duplicator plugin for WordPress is vulnerable to unauthorized arbitrary protected post meta insertion in all versions up to, and including, 3.0.8. This is due to the `duplicate_post()` function in `includes/api.php` using `$wpdb->insert()` directly to the `wp_postmeta` table instead of WordPress's standard `add_post_meta()` function, which would call `is_protected_meta()` to prevent lower-privileged users from setting protected meta keys (those starting with `_`). EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
The Post Duplicator plugin for WordPress is vulnerable to unauthorized arbitrary protected post meta insertion in all versions up to, and including, 3.0.8. This is due to the `duplicate_post()` function in `includes/api.php` using `$wpdb->insert()` directly to the `wp_postmeta` table instead of WordPress's standard `add_post_meta()` function, which would call `is_protected_meta()` to prevent lower-privileged users from setting protected meta keys (those starting with `_`). This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary protected post meta keys such as `_wp_page_template`, `_wp_attached_file`, and other sensitive meta keys on duplicated posts via the `customMetaData` JSON array parameter in the `/wp-json/post-duplicator/v1/duplicate-post` REST API endpoint.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-2301?
How severe is CVE-2026-2301?
How do I fix CVE-2026-2301?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-23004In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-23005In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23006In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23007In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23008In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23009In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23010In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23011In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23012In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23013In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23014In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23015In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-2301?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
