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.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-22 04:18
Updated : 2026-08-24 16:41
NVD link : CVE-2026-75027
Mitre link : CVE-2026-75027
CVE.ORG link : CVE-2026-75027
JSON object : View
Products Affected
No product.
CWE
CWE-862
Missing Authorization
