LiveActive security incident?Get immediate response
CVE Record

CVE-2022-36352: WordPress ProfileGrid Plugin <= 5.0.3 is vulnerable to Broken Access Control

Missing Authorization vulnerability in Profilegrid ProfileGrid – User Profiles, Memberships, Groups and Communities.This issue affects ProfileGrid – User Profiles, Memberships, Groups and Communities: from n/a through 5.0.3.

MediumCVSS 6.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-36352 is a broken access control issue in the WordPress ProfileGrid plugin through version 5.0.3. A logged-in user with low privileges may be able to access or perform actions that should require authorization, with limited confidentiality, integrity, and availability impact.

Executive priority

Treat as a moderate-priority WordPress exposure. It is not cited as actively exploited, but public sites with user accounts should remediate promptly because low-privilege users may bypass intended authorization controls.

Technical view

The CVE records a CWE-862 Missing Authorization flaw in ProfileGrid - User Profiles, Memberships, Groups and Communities through 5.0.3. CVSS 3.1 is 6.3: network exploitable, low complexity, low privileges required, no user interaction, unchanged scope, and low impact to confidentiality, integrity, and availability.

Likely exposure

Exposure is likely limited to WordPress sites running ProfileGrid through 5.0.3, especially sites allowing user registration or many low-privilege accounts. Sites not using this plugin, or using versions outside the affected range, are not indicated as affected by the bundle.

Exploitation context

The provided sources do not report active exploitation, and the CVE is not listed as KEV. The CVSS vector indicates an authenticated, low-privilege attacker can reach the vulnerable behavior over the network without user interaction. The bundle does not provide exploit details or affected endpoints.

Researcher notes

Evidence is sparse in the provided bundle. The issue is classified as missing authorization and affects ProfileGrid through 5.0.3, but no vulnerable endpoint, proof of concept, exploitation history, or exact fixed version is included. Avoid assuming broader WordPress or plugin-family impact.

Mitigation direction

  • Inventory WordPress sites for the ProfileGrid plugin and installed version.
  • Prioritize sites running ProfileGrid through 5.0.3.
  • Check vendor or Patchstack guidance for the fixed release and upgrade path.
  • Restrict unnecessary user registration or low-privilege account access until remediated.
  • Monitor affected sites for unusual account or profile-related activity.

Validation and detection

  • Confirm whether ProfileGrid is installed on each WordPress site.
  • Record the exact ProfileGrid version and compare it with 5.0.3.
  • Review vendor/Patchstack advisory notes for remediation status.
  • Verify access controls around profile, membership, group, and community functions.
  • After updating, confirm the plugin version is outside the affected range.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-36352 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L2.83.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.3Medium
CVSS 3.1 vector shape for CVE-2022-36352Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ProfilegridProfileGrid – User Profiles, Memberships, Groups and Communitiesprofilegrid-user-profiles-groups-and-communities, n/aunaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.