CyberRota Analysis
AI-GeneratedThe Themify Builder plugin for WordPress is vulnerable to an authorization bypass, allowing authenticated users with subscriber-level access or higher to overwrite or delete CSS stylesheets of any posts, including private and draft content, and alter plugin-specific font settings. The vulnerability arises from inadequate verification of user permissions and the exposure of a CSRF nonce on public front-end pages, making it easily accessible to attackers. WordPress site administrators using this plugin should prioritize patching to mitigate potential unauthorized content manipulation.
Original NVD Description
The Themify Builder plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 7.7.7. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with subscriber-level access and above, to overwrite or delete the generated CSS stylesheet file of arbitrary posts, including private and draft posts owned by other users, and modify plugin-scoped font options. The required CSRF nonce (tf_nonce) is emitted on public front-end builder pages via wp_localize_script, making it trivially obtainable by any authenticated user visiting such a page.