Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Unauthenticated network access to the demo flow (PR:N/AV:N/AC:L) allows arbitrary option writes; direct impact is integrity-only (I:H), with no direct confidentiality or availability loss.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Backstage - Customizer Demo Access plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 1.4.2. This is due to the plugin assigning the manage_options capability to the backstage_customizer_user demo role, which is more permissive than necessary for Customizer-only demo access. This makes it possible for unauthenticated attackers to navigate beyond the Customizer and update arbitrary WordPress options such as default_role, leading to privilege escalation.
AnalysisAI
Privilege escalation in the Pixelgrade Backstage - Customizer Demo Access plugin for WordPress (all versions through 1.4.2) lets unauthenticated attackers modify arbitrary site options. The plugin grants the overly broad manage_options capability to its backstage_customizer_user demo role, so an attacker reaching the demo flow can change settings such as default_role and escalate to a privileged account. No public exploit identified at time of analysis, and the issue is not listed in CISA KEV.
Technical ContextAI
The affected component is a WordPress plugin (cpe:2.3:a:pixelgrade:backstage_-_customizer_demo_access) that provisions a temporary demo user so visitors can preview the WordPress Theme Customizer. WordPress capabilities are the primitive that gate administrative actions; manage_options is the capability that governs the site-wide options API (the wp_options table and Settings screens). The root cause maps to CWE-269 (Improper Privilege Management): the plugin assigns manage_options - far broader than Customizer-only preview requires - to the demo role. Because manage_options authorizes writing any option, the demo identity can reach options.php/option-update paths well beyond the Customizer, including security-sensitive keys like default_role (the role assigned to new registrations) and users_can_register. The referenced source lines (class-Backstage.php L154 and L348 in tag 1.4.2) correspond to where the demo role/capability is defined and applied.
RemediationAI
No vendor-released patch version is identified in the available data, so no fixed release can be cited with confidence - monitor the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/5bcf1f02-0946-4e96-a81b-00c7c48d64b3) and the plugin's WordPress.org page for a release above 1.4.2 and upgrade as soon as one is published. Until then, the most direct compensating control is to deactivate and remove the Backstage plugin, which fully removes the over-privileged demo role at the cost of losing Customizer demo functionality. If demo access must remain, restrict reachability by disabling or firewalling the demo login/preview endpoints and placing the site behind authentication or an allowlist so untrusted users cannot initiate a demo session. As a defense for the specific escalation path, harden the registration setting by keeping users_can_register disabled and pinning default_role to subscriber, and audit wp_options (especially default_role and users_can_register) plus the user list for unexpected changes - noting these are detective/limiting controls, not a fix for the underlying capability misassignment.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-269 – Improper Privilege Management
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42160
GHSA-xwxr-p855-gjc3