CVE-2026-5144: BuddyPress Groupblog <= 1.9.3 - Authenticated (Subscriber+) Privilege Escalation to Administrator via Group Blog IDOR
The BuddyPress Groupblog plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 1.9.3. This is due to the group blog settings handler accepting the groupblog-blogid, default-member, and groupblog-silent-add parameters from user input without proper authorization checks. The groupblog-blogid parameter allows any group admin (including Subscribers who create their own group) to associate their group with any blog on the Multisite network, including the main site (blog ID 1). The default-member parameter accepts any WordPress role, including administrator, without validation against a whitelist. When combined with groupblog-silent-add, any user who joins the attacker's group is automatically added to the targeted blog with the injected role. This makes it possible for authenticated attackers, with Subscriber-level access and above, to escalate any user (including themselves via a second account) to Administrator on the main site of the Multisite network.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-5144?
CVE-2026-5144 is classified as a high-severity vulnerability due to the potential for privilege escalation.
How do I fix CVE-2026-5144?
To fix CVE-2026-5144, upgrade the BuddyPress Groupblog plugin to a version above 1.9.3.
Who is potentially affected by CVE-2026-5144?
Users with Subscriber or higher roles utilizing the BuddyPress Groupblog plugin up to version 1.9.3 are potentially affected by CVE-2026-5144.
What type of vulnerability is CVE-2026-5144?
CVE-2026-5144 is categorized as a privilege escalation vulnerability.
What causes CVE-2026-5144?
CVE-2026-5144 is caused by improper handling of group blog settings, allowing authenticated users to escalate their privileges.