
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-2301 is a Missing Authorization vulnerability in the Post Duplicator plugin for WordPress that allows authenticated attackers with Contributor-level access or above to inject arbitrary protected post meta keys on duplicated posts. It affects all versions of the plugin up to and including 3.0.8. The vulnerability was published on February 25, 2026, and carries a CVSS v3.1 base score of 4.3 (Medium) (Feedly, CIRCL).
The root cause is a Missing Authorization flaw (CWE-862) in the duplicate_post() function located in includes/api.php. Rather than using WordPress's standard add_post_meta() function — which internally calls is_protected_meta() to block lower-privileged users from setting protected meta keys (those prefixed with _) — the function uses $wpdb->insert() to write directly to the wp_postmeta database table, bypassing all authorization checks. This allows an attacker to supply arbitrary key-value pairs via the customMetaData JSON array parameter in a POST request to the /wp-json/post-duplicator/v1/duplicate-post REST API endpoint, injecting sensitive meta keys such as _wp_page_template and _wp_attached_file (Feedly, CIRCL).
Successful exploitation allows an authenticated attacker with at minimum Contributor-level WordPress access to manipulate protected post metadata on duplicated posts, potentially altering page templates, file attachment references, or other sensitive internal WordPress meta keys. This primarily affects integrity — an attacker could redirect page rendering to attacker-controlled templates or manipulate how content is served, though confidentiality and availability are not directly impacted. The scope is limited to the WordPress installation where the vulnerable plugin is active (Feedly).
No public proof-of-concept exploit code or evidence of active in-the-wild exploitation has been reported as of the time of this report. The vulnerability requires authenticated access at the Contributor level or above, which limits the attack surface compared to unauthenticated vulnerabilities. The EPSS score is 0.026% (0.000260), indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (Feedly, CIRCL).
/wp-json/)./wp-json/post-duplicator/v1/duplicate-post with a customMetaData JSON array containing arbitrary protected meta keys, for example:{
"post_id": 123,
"customMetaData": [
{"key": "_wp_page_template", "value": "attacker-template.php"},
{"key": "_wp_attached_file", "value": "malicious/path"}
]
}wp_postmeta without authorization checks, causing the duplicated post to use attacker-specified templates or file references (Feedly)./wp-json/post-duplicator/v1/duplicate-post from Contributor-level accounts, especially with customMetaData arrays containing keys prefixed with _.wp_postmeta table with protected meta keys (e.g., _wp_page_template, _wp_attached_file) associated with recently duplicated posts and authored by low-privileged users.WordPress site administrators should update the Post Duplicator plugin (by Metaphor Creations) to a version beyond 3.0.8 that addresses this vulnerability. As an interim workaround, restrict Contributor-level user registration or remove untrusted Contributor accounts until the plugin is patched. Additionally, consider disabling the REST API for unauthenticated or low-privileged users if the plugin's duplication functionality is not required for those roles (Feedly, CIRCL).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."