Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Network-accessible WordPress endpoint; subscriber account sufficient (PR:L); only pending member metadata disclosed so C:L; no write or availability impact applies.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
5DescriptionCVE.org
The ProfileGrid WordPress plugin before 6.0.0.0 does not perform authorization checks when listing a group's pending membership requests, allowing any authenticated user such as a Subscriber to disclose the names and request dates of the users awaiting approval to join any group, including private ones.
AnalysisAI
ProfileGrid WordPress plugin before version 6.0.0.0 exposes pending group membership request data to any authenticated user due to missing authorization checks on the listing endpoint. Any subscriber-level account can enumerate the names and request timestamps of users awaiting approval for any group, including groups configured as private. No active exploitation is confirmed (not in CISA KEV), though a public exploit exists via WPScan; EPSS of 0.13% (3rd percentile) places real-world exploitation probability as very low.
Technical ContextAI
ProfileGrid is a WordPress plugin providing group-based user profile and membership management (CPE: cpe:2.3:a:unknown:profilegrid:*:*:*:*:*:*:*:*). The root cause is CWE-862 (Missing Authorization): the plugin's internal handler for listing a group's pending membership requests does not invoke a capability check - such as WordPress's native current_user_can() - before returning results. Properly implemented WordPress plugins must gate privileged data reads behind role-based authorization checks; the absence of this check means any authenticated user can supply an arbitrary group ID and receive the pending member list regardless of their relationship to that group.
RemediationAI
Update the ProfileGrid WordPress plugin to version 6.0.0.0 or later, which introduces the missing authorization check on the pending membership request listing handler. The fix is confirmed as available per WPScan at https://wpscan.com/vulnerability/815a2245-6477-42a1-b08a-fa308a830be3/. If an immediate update is not feasible, a compensating control would be to restrict authenticated access on the WordPress site to trusted users only (i.e., remove open subscriber registration), which eliminates the PR:L attack surface - note this may prevent legitimate user sign-ups. Disabling the pending membership request display feature at the plugin level, if such a toggle exists, would also mitigate exposure without broader impact.
More in Profilegrid
View allImproper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Metagauss ProfileG
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Metagauss ProfileG
The ProfileGrid WordPress plugin before 5.3.1 provides an AJAX endpoint for resetting a user password but does not imple
The profilegrid-user-profiles-groups-and-communities plugin before 2.8.6 for WordPress has remote code execution via an
Privilege escalation in the ProfileGrid WordPress plugin before 5.9.9.8 lets unauthenticated visitors self-register into
Authentication bypass in ProfileGrid WordPress plugin allows unauthenticated attackers to forge PayPal IPN payment notif
The ProfileGrid WordPress plugin before 5.1.1 does not sanitise and escape a parameter before outputting it back in the
Missing authorization checks in ProfileGrid WordPress plugin prior to 5.9.9.7 allow authenticated subscribers to manipul
ProfileGrid WordPress plugin (all versions before 6.0.0.0) exposes group member lists and member identifiers to unauthen
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Metagauss ProfileG
The ProfileGrid - User Profiles, Groups and Communities plugin for WordPress is vulnerable to PHP Object Injection in al
The ProfileGrid - User Profiles, Groups and Communities plugin for WordPress is vulnerable to privilege escalation in al
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-52179
GHSA-2cgw-vj45-mqq4