Skip to main content

Copy & Delete Posts CVE-2026-53738

| EUVDEUVD-2026-36139 HIGH
Incorrect Authorization (CWE-863)
2026-06-10 VulnCheck GHSA-cx2j-wv5h-5j6v
7.2
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
7.2 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
8.1 HIGH

Network-reachable admin-ajax endpoint, no user interaction, requires a low-privilege authenticated role (PR:L), and yields high integrity/availability impact via post deletion and settings overwrite with no confidentiality disclosure.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

1
Analysis Generated
Jun 10, 2026 - 21:19 vuln.today

DescriptionCVE.org

Copy & Delete Posts through 1.5.4 lets any plugin-enabled non-admin role invoke every operation in the cdp_action_handling AJAX handler. Attackers with an enabled role can delete posts or overwrite plugin settings via the f parameter, bypassing per-function capability checks.

AnalysisAI

Broken authorization in the Copy & Delete Posts WordPress plugin through 1.5.4 lets any authenticated user assigned a plugin-enabled (non-admin) role invoke every operation exposed by the cdp_action_handling AJAX endpoint, enabling post deletion and plugin-setting tampering. The flaw stems from a missing per-function capability check that the dispatcher should enforce based on the f parameter. No public exploit identified at time of analysis and the CVE is not on CISA KEV.

Technical ContextAI

Copy & Delete Posts is a WordPress plugin (vendor inisev, CPE inisev:copy_&_delete_posts) that adds bulk post-management actions and exposes a server-side dispatcher named cdp_action_handling via the WordPress admin-ajax interface. The dispatcher reads an f parameter to select which internal handler to run (delete posts, overwrite plugin settings, etc.), but enforces only a coarse 'is the caller a plugin-enabled role' gate at the entry point instead of re-checking the WordPress capability appropriate to each sub-action. This is a textbook CWE-863 (Incorrect Authorization) pattern: the trust decision is made once at the wrapper, so the more sensitive branches inherit the weakest required privilege.

RemediationAI

No vendor-released patch identified at time of analysis - neither the WordPress.org plugin page nor the VulnCheck advisory in the supplied references names a fixed version beyond 1.5.4, so administrators should monitor https://wordpress.org/plugins/copy-delete-posts/ for an update past 1.5.4 and the VulnCheck advisory at https://www.vulncheck.com/advisories/copy-delete-posts-through-privilege-escalation-via-cdp-action-handling-handler for confirmation. Until a fixed release is published, the highest-leverage compensating control is to restrict the plugin's enabled-role list to administrators only via the plugin's own settings, which removes the abusable PR:L path at the cost of losing delegated copy/delete workflows for editors. As a network-layer mitigation, block or require admin authentication on POST requests to /wp-admin/admin-ajax.php where action=cdp_action_handling using a WAF rule, accepting that this will break the plugin's UI for any non-admin role; a stricter fallback is to deactivate the plugin entirely, which fully removes the vulnerability but disables all bulk copy/delete functionality.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-53738 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy