CVE-2026-53673
Description
BuddyPress 14.4.0 has an IDOR in its messages REST API, allowing authenticated users to access, reply to, or delete any private message thread.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
BuddyPress 14.4.0 has an IDOR in its messages REST API, allowing authenticated users to access, reply to, or delete any private message thread.
Vulnerability
BuddyPress version 14.4.0 contains an Insecure Direct Object Reference (IDOR) vulnerability within its messages REST API. This flaw exists because the get_item_permissions_check method incorrectly validates a supplied user_id parameter instead of the authenticated user's ID. This method is also utilized by the update and delete handlers for private messages [3].
Exploitation
An authenticated attacker can exploit this vulnerability by sending a crafted request to the messages REST API. The attacker needs to supply an arbitrary user_id parameter in the request, which will be used by the get_item_permissions_check method. This allows the attacker to bypass permission checks and interact with private message threads belonging to other users [3].
Impact
Successful exploitation allows an authenticated attacker to read, reply to, or delete any private message thread belonging to any user on the platform. This leads to unauthorized access and disclosure of private conversations, and potentially the ability to disrupt or manipulate user communications [3].
Mitigation
BuddyPress version 14.4.0 is affected by this vulnerability. A patch has been released in BuddyPress version 14.4.1. Users are strongly advised to update to version 14.4.1 or later to remediate this issue. Information regarding workarounds or if the fixed version is part of a KEV listing is not yet disclosed in the available references [3].
AI Insight generated on Jun 10, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2(expand)+ 1 more
- (no CPE)
- (no CPE)range: <14.4.0
Patches
1ae347f8fbbcdCreate version 14.4.0.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
3News mentions
0No linked articles in our index yet.