CyberRota Analysis
AI-GeneratedThe Themify Builder plugin for WordPress is vulnerable to an authorization bypass, allowing unauthenticated attackers to modify styling data of any post, including private and draft posts, by exploiting a flaw in user verification. This vulnerability arises from the improper handling of nonce tokens, which can be easily accessed by any visitor. WordPress site administrators using this plugin should prioritize patching to mitigate potential unauthorized modifications to their content.
Original NVD Description
The Themify Builder plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 7.8.0. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to modify the stored Themify Builder styling data (padding and margin properties) of arbitrary posts, including private and draft posts, by supplying an attacker-controlled post ID and JSON styling payload. The nonce required by the handler is automatically emitted to all frontend pages rendered by the builder via wp_localize_script, meaning any unauthenticated visitor can trivially retrieve a valid nonce from page source and satisfy the only access control in place.