CVE-2026-4021
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Contest Gallery plugin has an authentication bypass vulnerability caused by a type confusion flaw in the email confirmation handler. When the non-default RegMailOptional=1 setting is enabled, the handler incorrectly uses a user's email string in a WHERE ID = %s SQL clause, allowing MySQL integer coercion. An attacker registers with a crafted email like '[email protected]' to overwrite the target admin's user_activation_key, then authenticates via the unauthenticated post_cg1l_login_user_by_key AJAX action.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- High
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm Contest Gallery plugin installation and versionIn WordPress admin, go to Plugins > Installed Plugins and locate Contest Gallery, noting the version number. Alternatively, check the plugin directory files for the main PHP file containing version info.Affected if Installed version is lower than 28.1.6 and the plugin is active
-
Verify RegMailOptional setting is enabledAccess the plugin settings area in WordPress admin (Contest Gallery > Settings > Registration or similar). Look for a RegMailOptional or 'Optional email confirmation' setting and determine if it is enabled (set to 1 or checked).Affected if RegMailOptional is set to 1 (enabled); if disabled, the vulnerability path is not reachable
-
Check AJAX endpoint accessibilityVerify the post_cg1l_login_user_by_key AJAX action is accessible to unauthenticated users by examining WordPress AJAX setup or testing the endpoint (wp-admin/admin-ajax.php?action=post_cg1l_login_user_by_key) without providing authentication cookies.Affected if The AJAX endpoint responds without requiring authentication (returns a valid JSON response rather than a 403 or login redirect)
-
Review email-based SQL query handlingIf you have access to plugin source code, locate the email confirmation handler and check if user-supplied email is being used directly in a SQL WHERE clause with integer placeholder (e.g., WHERE ID = %s).Affected if The code uses the email field in a context expecting an integer ID without proper type casting
The environment is affected if Contest Gallery plugin version is below 28.1.6 AND RegMailOptional=1 is enabled AND the unauthenticated AJAX login action is accessible.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataUpdate the Contest Gallery plugin to version 28.1.6 or later. As a temporary mitigation, disable the RegMailOptional setting if possible, but note that this is a non-default setting.
- Consultation2.0 h
- Implementation3.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-4021 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-4021 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data