theinfosecnews

CVE-2026-5144

Published April 11, 2026 · Updated April 11, 2026

8.8CVSS
high

What This Means

CVE-2026-5144 is a Privilege Escalation vulnerability in the BuddyPress Groupblog plugin for WordPress, affecting all versions up to 1.9.3. Attackers with Subscriber-level access can exploit this flaw to gain Administrator-level access on the main site of a Multisite network by manipulating user input parameters. To mitigate this risk, immediately update the BuddyPress Groupblog plugin to the latest version and review user roles and permissions on your WordPress sites.

Official Description+

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.

Recommended Actions

  1. Check if your systems use any of the affected products listed above.
  2. Apply vendor patches immediately if available.
  3. Monitor vendor advisories for updates and additional mitigations.
  4. Review logs for indicators of compromise related to CVE-2026-5144.

Related Coverage