Description
The 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.
Published: 2026-06-30
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The ProfileGrid – User Profiles, Groups and Communities plugin allows an unauthenticated attacker to change the email address associated with the user whose ID is 1, which is typically the site administrator. The vulnerability stems from the plugin failing to validate the user_login parameter on certain registration forms and improperly handling error messages. By modifying the email of this privileged account, the attacker can trigger a password reset workflow to obtain the administrator's credentials. The weakness involves an error in input validation and error handling, identified as CWE-639.

Affected Systems

WordPress sites running the ProfileGrid plugin, version 5.9.9.5 or earlier, including all releases up to that point. The affected product is developed by Metagauss and distributed under the ProfileGrid plugin name.

Risk and Exploitability

The vulnerability carries a CVSS score of 9.8, indicating a critical severity. No EPSS score is available, and the issue is not listed in the CISA KEV catalog. The expected attack path requires no authentication; an attacker can craft a request to the plugin’s registration endpoint to overwrite the administrator’s email and then exploit the standard WordPress password‑reset mechanism. Given the absence of builtin mitigations, the risk of exploitation is high if an attacker knows the site’s URL.

Generated by OpenCVE AI on June 30, 2026 at 07:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the ProfileGrid plugin to version 5.9.9.6 or later, as the fix for the privilege escalation is included in newer releases.
  • If an upgrade cannot be performed immediately, block the registration endpoint (e.g., /profilegrid/registration.php) from unauthenticated traffic using a web application firewall or server rules to prevent email overwrite attempts.
  • Enable WordPress audit logging and monitor for password reset requests, and consider temporarily disabling password reset functionality for the administrator account pending the plugin update.

Generated by OpenCVE AI on June 30, 2026 at 07:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 30 Jun 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 30 Jun 2026 12:00:00 +0000

Type Values Removed Values Added
First Time appeared Metagauss
Metagauss profilegrid – User Profiles, Groups And Communities
Wordpress
Wordpress wordpress
Vendors & Products Metagauss
Metagauss profilegrid – User Profiles, Groups And Communities
Wordpress
Wordpress wordpress

Tue, 30 Jun 2026 06:00:00 +0000

Type Values Removed Values Added
Description The 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.
Title ProfileGrid - User Profiles, Groups and Communities <= 5.9.9.5 - Unauthenticated Privilege Escalation via Email Overwrite
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Metagauss Profilegrid – User Profiles, Groups And Communities
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-06-30T13:17:33.379Z

Reserved: 2026-06-12T10:09:47.120Z

Link: CVE-2026-12073

cve-icon Vulnrichment

Updated: 2026-06-30T13:17:29.642Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-30T11:45:11Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key