SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-75027

MEDIUM · CVSS 5.3 EPSS 0.34%

Source: NVD + CISA KEV + EPSS · Published 2026-08-22 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The 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.

CVE
CVE-2026-75027
Severity
MEDIUM
CVSS
5.3
EPSS
0.34%
WordPress

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.