Monitor vulnerabilities like this one.
Sign up free to get alerted when software you use is affected.
8.1
Contest Gallery Plugin Allows Admin Account Takeover in WordPress
CVE-2026-4021
Summary
The Contest Gallery plugin for WordPress has a security flaw that lets an attacker take control of any admin account without a password. This happens when a user with a special email address can trick the system into resetting the admin's password. To fix this, update the plugin to version 28.1.6 or later, and make sure the 'RegMailOptional' setting is disabled.
Original title
The Contest Gallery plugin for WordPress is vulnerable to an authentication bypass leading to admin account takeover in all versions up to, and including, 28.1.5. This is due to the email confirmat...
Original description
The Contest Gallery plugin for WordPress is vulnerable to an authentication bypass leading to admin account takeover in all versions up to, and including, 28.1.5. This is due to the email confirmation handler in `users-registry-check-after-email-or-pin-confirmation.php` using the user's email string in a `WHERE ID = %s` clause instead of the numeric user ID, combined with an unauthenticated key-based login endpoint in `ajax-functions-frontend.php`. When the non-default `RegMailOptional=1` setting is enabled, an attacker can register with a crafted email starting with the target user ID (e.g., `[email protected]`), trigger the confirmation flow to overwrite the admin's `user_activation_key` via MySQL integer coercion, and then use the `post_cg1l_login_user_by_key` AJAX action to authenticate as the admin without any credentials. This makes it possible for unauthenticated attackers to take over any WordPress administrator account and gain full site control.
nvd CVSS3.1
8.1
Vulnerability type
CWE-287
Improper Authentication
- https://plugins.trac.wordpress.org/browser/contest-gallery/tags/28.1.4/ajax/ajax...
- https://plugins.trac.wordpress.org/browser/contest-gallery/tags/28.1.4/v10/v10-a...
- https://plugins.trac.wordpress.org/browser/contest-gallery/trunk/ajax/ajax-funct...
- https://plugins.trac.wordpress.org/browser/contest-gallery/trunk/v10/v10-admin/u...
- https://plugins.trac.wordpress.org/changeset?old_path=/contest-gallery/tags/28.1...
- https://www.wordfence.com/threat-intel/vulnerabilities/id/f1b9725b-dee5-44ca-bb3...
Published: 24 Mar 2026 · Updated: 24 Mar 2026 · First seen: 24 Mar 2026