CVE-2025-11748
BaseFortify
Publication date: 2025-11-08
Last updated on: 2025-11-11
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | groups | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-639 | The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an Insecure Direct Object Reference (IDOR) in the Groups plugin for WordPress, affecting all versions up to and including 6.7.0. It occurs because the 'group_id' parameter in the group_join function lacks proper validation, allowing authenticated users with Subscriber-level access or higher to register for groups they are not authorized to join.
How can this vulnerability impact me? :
The vulnerability allows authenticated users with low-level access to join unauthorized groups, potentially leading to unauthorized access to group-specific content or functionality. This could result in information disclosure or misuse of group resources.