Skip to main content

Duplicate Post CVE-2026-19077

| EUVDEUVD-2026-55000 MEDIUM
Authorization Bypass Through User-Controlled Key (CWE-639)
2026-08-10 WPScan GHSA-47f8-4hph-5246
6.5
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H
vuln.today AI
8.1 HIGH

PR:L rather than PR:H because the description allows any role granted plugin access, which typically includes low-privilege roles like Author or Editor.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 11, 2026 - 23:50 vuln.today
CVSS changed
Aug 11, 2026 - 21:22 NVD
6.5 (MEDIUM)
Patch available
Aug 10, 2026 - 08:02 EUVD
CVE Published
Aug 10, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 10, 2026 - 06:00 cve.org
MEDIUM 6.5

DescriptionCVE.org

The Duplicate Post WordPress plugin before 1.5.5 does not perform per-object authorisation checks in its bulk copy and delete operations, allowing any user whose role an administrator has granted Duplicate Post WordPress plugin before 1.5.5 access to permanently delete arbitrary posts on the site, including those belonging to other users.

AnalysisAI

Duplicate Post WordPress plugin before version 1.5.5 contains an IDOR flaw (CWE-639) in its bulk copy and delete operations that enables authenticated users with plugin-level access to permanently delete arbitrary posts across the entire site, including content owned by other users. The missing per-object authorization check means that any WordPress user role an administrator has configured to use the plugin can bypass ownership boundaries and destroy content they did not create. A publicly available proof-of-concept exists per WPScan, though EPSS at 0.13% (3rd percentile) and absence from CISA KEV indicate no confirmed widespread exploitation at time of analysis.

Technical ContextAI

The root cause is CWE-639 (Authorization Bypass Through User-Controlled Key), the classic IDOR pattern: WordPress plugins performing bulk operations on posts must enforce two distinct checks - whether the user has capability to use the feature, and whether the user has rights to each specific post object being acted upon. The Duplicate Post plugin applies role-level capability checks but omits per-object ownership validation, allowing a user-controlled post ID parameter in bulk copy and delete requests to reference posts beyond the user's legitimate scope. The affected product is identified by CPE cpe:2.3:a:unknown:duplicate_post:*:*:*:*:*:*:*:*, covering all releases from 0 up to but not including 1.5.5. The WordPress REST or admin-ajax surface used for these bulk operations processes the object key without re-verifying authorship or edit permissions against the requesting user.

RemediationAI

Update the Duplicate Post WordPress plugin to version 1.5.5 or later, which contains the vendor-released fix per the CVE description and EUVD-2026-55000; consult the WPScan advisory at https://wpscan.com/vulnerability/dcced434-f7c0-4e19-b3cb-8196f6636aa3/ for confirmation. If immediate upgrade is not possible, administrators should navigate to the plugin's role-access settings and remove plugin access from any non-administrator roles until patching is complete - the trade-off being that those users will lose the ability to duplicate posts during the interim period. Additionally, ensure site backups are current and tested, since post deletion via this flaw is permanent without a restore point. No network-layer control is effective as a workaround because the requests originate from authenticated sessions over standard WordPress admin channels.

Share

CVE-2026-19077 vulnerability details – vuln.today

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