Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Subscriber authentication required (PR:L) with network delivery; impact is confidentiality-only read access (C:L), no integrity or availability consequence confirmed.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Subscriber Broken Access Control in Werkstatt <= 4.7.2 versions.
AnalysisAI
Broken access control in the Werkstatt WordPress theme (Fuelthemes) versions 4.7.2 and below allows subscriber-level authenticated users to access functionality or data restricted to higher-privileged roles. The root cause is missing authorization checks (CWE-862), permitting low-privilege WordPress accounts to bypass intended access restrictions and read protected information. No public exploit code is identified and the vulnerability is not listed in CISA KEV, but the low-complexity network vector makes it trivially exploitable by any subscriber-level user on affected sites.
Technical ContextAI
Werkstatt is a WordPress theme developed by Fuelthemes (CPE: cpe:2.3:a:fuelthemes:werkstatt:*:*:*:*:*:*:*:*). CWE-862 (Missing Authorization) indicates that one or more theme functions - likely AJAX handlers, REST API endpoints, or admin-facing actions - fail to invoke WordPress capability checks such as current_user_can() before executing privileged operations. In WordPress, the subscriber role is the lowest authenticated role, possessing only the ability to read published content. When theme code omits capability verification, subscribers can invoke actions intended solely for editors, administrators, or other elevated roles. This class of vulnerability is prevalent in third-party WordPress themes and plugins that register custom hooks without enforcing role-based access controls.
RemediationAI
Upgrade the Werkstatt theme to a version above 4.7.2 via the WordPress dashboard or by downloading the latest release from the theme vendor. The exact patched version number is not independently confirmed in the available data; consult the Patchstack advisory at https://patchstack.com/database/wordpress/theme/werkstatt/vulnerability/wordpress-werkstatt-theme-4-7-2-broken-access-control-vulnerability and the Fuelthemes official theme repository for the current fixed release. As a compensating control while patching, administrators should disable open user registration under Settings > General by unchecking 'Anyone can register', which prevents attackers from self-provisioning subscriber accounts. Additionally, audit the subscriber user list and remove any unknown or unnecessary accounts. The trade-off of disabling registration is loss of any legitimate self-service signup flow the site relies on.
PHP Object Injection in the Werkstatt WordPress theme (fuelthemes) through version 4.8.3 lets a Contributor-level user p
Cross-Site Request Forgery in the Werkstatt WordPress theme (FuelThemes) version 4.7.2 and earlier allows remote unauthe
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41298
GHSA-69q5-h2w4-49j7