CVE-2026-53675
MediumCVSS 4.3Exploitation Probability (EPSS)
Low risk6th percentile — higher than 6% of all known CVEs
Summary
BuddyPress version 14.4.0 contains an insecure direct object reference vulnerability in the friends REST API that allows authenticated attackers to enumerate another user's complete friend list.
Risk Assessment
Attackers can access users' private social connections, potentially leading to privacy breaches and loss of trust in the system.
Recommendation
It is recommended to update BuddyPress to the latest version to mitigate this vulnerability and implement additional access controls for the API.
Original NVD description (English source)
BuddyPress 14.4.0 contains an insecure direct object reference vulnerability in the friends REST API that allows any authenticated attacker to enumerate another user's complete friend list. Attackers can query the friends endpoint with an arbitrary user_id because the get_items_permissions_check method only verifies that the requester is logged in and never checks ownership of the requested list, resulting in disclosure of users' private social connections.

