Severity by source
AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H
Author-level WordPress accounts are PR:L not PR:H; permanent post deletion warrants I:H and A:H with no confidentiality impact.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
5DescriptionCVE.org
The Contest Gallery WordPress plugin before 30.0.7 does not perform per-object capability or nonce checks in one of its post-deletion handlers, gating it only by a coarse role-membership test, which allows any Author-level or higher user to permanently delete arbitrary posts, pages, and other content they do not own.
AnalysisAI
Post-deletion authorization bypass in the Contest Gallery WordPress plugin before 30.0.7 allows any authenticated Author-level or higher user to permanently delete arbitrary posts, pages, and other WordPress content they do not own. The plugin's post-deletion AJAX handler enforces only a coarse role-membership test, entirely omitting per-object capability verification and nonce validation - the two controls that WordPress's built-in permission model relies on to prevent cross-user destructive actions. A public exploit is available via WPScan, lowering the skill barrier; though EPSS is low at 0.13%, any multi-author site with untrusted Author accounts faces real and irreversible content destruction risk.
Technical ContextAI
Contest Gallery (CPE: cpe:2.3:a:unknown:contest_gallery:*:*:*:*:*:*:*:*) is a WordPress plugin for running photo contests. The vulnerability is rooted in CWE-862 (Missing Authorization): the plugin's post-deletion handler validates only that the requesting user holds the Author role or higher, without calling WordPress's capability functions (e.g., delete_others_posts) on the specific target post, and without verifying a nonce token tied to the user session. WordPress's capability system is designed to enforce object-level ownership - a capability check alone is insufficient without scoping it to the specific object (post ID) being acted upon. The absent nonce check additionally opens the handler to CSRF-style abuse. All plugin versions from 0 up to (not including) 30.0.7 are affected.
RemediationAI
Upgrade the Contest Gallery WordPress plugin to version 30.0.7 or later, which contains the vendor-released patch addressing the missing authorization and nonce checks. Administrators can apply the update via the WordPress admin dashboard under Plugins > Updates, or via WP-CLI with 'wp plugin update contest-gallery'. If immediate patching is not feasible, the most targeted compensating control is to audit all accounts holding the Author role or higher and demote any untrusted users to Contributor - Contributors cannot independently publish content and are not affected by this handler. Note that demoting Authors to Contributors will require an Editor or Administrator to approve their submissions before publishing, which may disrupt existing workflows. Disabling the Contest Gallery plugin entirely until patching is possible is the most complete interim mitigation, with the trade-off of removing gallery/contest functionality. Advisory references: https://wpscan.com/vulnerability/77b00d40-7188-466e-b021-105f7a91f89e/ and https://nvd.nist.gov/vuln/detail/CVE-2026-16057.
More in Contest Gallery
View allThe Contest Gallery WordPress plugin before 13.1.0.6 does not have capability checks and does not sanitise or escape the
Insertion of Sensitive Information Into Sent Data vulnerability in Wasiliy Strecker / ContestGallery developer Contest G
Contest Gallery WordPress plugin before version 30.0.7 implements a custom front-end login mechanism that issues authent
The Contest Gallery WordPress plugin before 19.1.5.1, Contest Gallery Pro WordPress plugin before 19.1.5.1 do not escape
The Contest Gallery WordPress plugin before 19.1.5.1, Contest Gallery Pro WordPress plugin before 19.1.5.1 do not escape
The Contest Gallery WordPress plugin before 19.1.5.1, Contest Gallery Pro WordPress plugin before 19.1.5.1 do not escape
The Contest Gallery WordPress plugin before 19.1.5.1, Contest Gallery Pro WordPress plugin before 19.1.5.1 do not escape
The Contest Gallery WordPress plugin before 19.1.5.1, Contest Gallery Pro WordPress plugin before 19.1.5.1 do not escape
The Contest Gallery WordPress plugin before 19.1.5.1, Contest Gallery Pro WordPress plugin before 19.1.5.1 do not escape
The Contest Gallery WordPress plugin before 19.1.5.1, Contest Gallery Pro WordPress plugin before 19.1.5.1 do not escape
The Contest Gallery WordPress plugin before 19.1.5.1, Contest Gallery Pro WordPress plugin before 19.1.5.1 do not escape
The Contest Gallery WordPress plugin before 19.1.5.1, Contest Gallery Pro WordPress plugin before 19.1.5.1 do not escape
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-52162
GHSA-pwq7-3xxm-qxqg