CVE-2026-12073
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 ProfileGrid – User Profiles, Groups and Communities plugin for WordPress is vulnerable to privilege escalation via account takeover in all versions up to, and including, 5.9.9.5. This is due to the plugin not validating a `user_login` on registration forms that don't contain this parameter, and not properly handling the error messages. This makes it possible for unauthenticated attackers to change email address of user account with ID=1 (usually an administrator), and leverage that to reset the user's password and gain access to their account.
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 ProfileGrid WordPress plugin fails to validate the user_login parameter on registration forms lacking this field and improperly handles error messages. This allows unauthenticated attackers to modify the email address of the first user account (ID=1, typically admin) and exploit the password reset function to gain full administrative access.
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
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/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 ProfileGrid plugin installation and versionNavigate to WordPress admin > Plugins, locate ProfileGrid, and note the installed version number. Alternatively, inspect the main plugin file header in wp-content/plugins/profilegrid/ for the 'Version' field.Affected if The installed version is earlier than 5.9.9.6 (e.g., 5.9.9.5, 5.9.8.x, etc.)
-
Verify user registration is enabledGo to WordPress Settings > General and confirm 'Membership: Anyone can register' is checked, or inspect the site registration URL to confirm registration forms are active.Affected if User registration is enabled on the site
-
Check user ID=1 email addressQuery the wp_users table (via phpMyAdmin or WP-CLI 'wp user get 1') and examine the user_email field for user ID=1 (the first admin account).Affected if The email address for user ID=1 has been changed from the original administrator email to an unfamiliar address, or shows signs of recent modification
-
Inspect registration logs for suspicious activityReview WordPress activity logs, ProfileGrid logs, or server access logs for registration requests that may have targeted user ID=1 or attempted to modify the admin email.Affected if Unusual or bulk registration attempts are logged, especially those with error messages related to user_login or email fields
-
Check for password reset anomaliesReview password reset emails sent from the site (check mail logs or WordPress security plugins) for unexpected password reset requests for the admin account.Affected if Password reset emails for the administrator account were sent to unfamiliar email addresses
The environment is affected if ProfileGrid plugin version is below 5.9.9.6 AND user registration is enabled AND user ID=1 email has been modified or password reset activity is detected.
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.
dbcve · scopedUpdate the ProfileGrid plugin to a version beyond 5.9.9.5 immediately. Review user account ID=1 for unauthorized changes and consider resetting its password as a precaution.
ProfileGrid version 5.9.9.6 or later
- Log in to WordPress admin dashboard
- Navigate to Plugins > Installed Plugins
- Locate ProfileGrid – User Profiles, Groups and Communities
- If an update is available, click 'Update Now'
- After updating, verify the version number matches or exceeds the patched release
- Consider changing the password for user ID=1 (primary administrator) as a precautionary measure
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-12073 — 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-12073 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