PublishPress Capabilities <= 2.50.0 - Authenticated (Editor+) Privilege Escalation to Fresh-Install Default Capability Grant
Strategic Overview
- Status
- Patched in 2.50.1
- Affected Version
<= 2.50.0- CVSS
- 7.2High
- Weakness type
- CWE-269 · Improper Privilege Management
- CVE
CVE-2026-75927
At a glance
CVE-2026-75927 is a high-severity Improper Privilege Management vulnerability in the User Role Editor WordPress plugin, affecting versions <= 2.50.0. It carries a CVSS score of 7.2 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). Exploitation requires an authenticated account at Editor level or above. The issue is fixed in version 2.50.1; sites on affected versions should update now. Disclosed September 2026, reported by Wordfence PRISM.
Vulnerability Overview
The PublishPress Capabilities – User Role Editor, Access Permissions, User Capabilities, Admin Menus plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 2.50.0. This is due to the `addPluginCapabilities()` function unconditionally granting the Editor role all 15 `manage_capabilities_*` capabilities — including `manage_capabilities`, `manage_capabilities_roles`, `manage_capabilities_settings`, and `manage_capabilities_backup` — via a hard-coded `$eligible_roles = ['administrator', 'editor']` assignment that runs automatically on the first `admin_init` after plugin activation with no administrator opt-in, persisting the grants directly to the database. This makes it possible for authenticated attackers with Editor-level access to elevate their privileges to a site-wide capability manager, enabling them to create, rename, and delete non-system roles, modify capabilities of non-administrator roles, restore role backups, and write arbitrary plugin options whose names begin with `cme_`, `capsman`, `pp_capabilities`, or `presspermit` via `update_option()`. The escalation stops short of full Administrator access, as WordPress's `map_meta_cap` layer still prevents the escalated Editor from granting administrator-only capabilities to other roles; however, all role-management and plugin-settings functionality gated solely on `manage_capabilities_*` capabilities remains fully accessible.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-269: Improper Privilege Management
User Role Editor <= 2.50.0 carries this weakness at administrator, and reaching it takes an account at Editor level or above. Improper privilege management means the code lets an account end up with capabilities its role should not have.
It converts a low-privileged account into an administrative one, which makes every other restriction on the site irrelevant. For User Role Editor the fix is 2.50.1: builds <= 2.50.0 are affected, anything from 2.50.1 onward is not.
Remediation
Update to version 2.50.1, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: User Role Editor 2.50.1 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in User Role Editor – PublishPress Capabilities: Access Control and User Roles
- 9.8CVE-2021-25032: PublishPress Capabilities Arbitrary Options Update
CVE-2021-25032 - 7.2CVE-2022-3366: PublishPress Capabilities <= 2.5.1 PHP Object Injection
CVE-2022-3366 - 7.2PublishPress Capabilities <= 1.5.8 SQL Injection
- 6.1PublishPress Capabilities <= 2.3.2 Reflected Cross-Site Scripting
- 4.3CVE-2026-32394: PublishPress Capabilities Missing Authorization
CVE-2026-32394
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C