SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-15823

MEDIUM · CVSS 4.3 EPSS 0.21%

Source: NVD + CISA KEV + EPSS · Published 2026-09-10 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The Builderall Cheetah For Wp plugin for WordPress is vulnerable to unauthorized data modification due to a lack of capability checks in its disable() function, allowing authenticated users with Subscriber-level access or higher to disable page builder layouts on any post. This vulnerability can lead to disruption of content management and potential misuse of the plugin's functionality. WordPress site administrators using this plugin should prioritize patching to mitigate the risk of unauthorized modifications to their posts.

CVE
CVE-2026-15823
Severity
MEDIUM
CVSS
4.3
EPSS
0.21%
WordPress

Original NVD Description

The Builderall Cheetah For Wp plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the disable() function in versions up to, and including, 3.0.2. The wp_ajax_ba_cheetah_disable AJAX handler is registered without any capability or nonce verification, and the target post_id is sourced directly from user-controlled $_POST['ba_cheetah_data']['post_id']. This makes it possible for authenticated attackers, with Subscriber-level access and above, to disable the page builder layout on arbitrary posts by setting the _ba_cheetah_enabled post meta to false, including on posts owned by other users.