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.
Published: 2026-09-10
Score: 4.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Builderall Cheetah For WP plugin contains a missing capability check in the AJAX disable handler, allowing any authenticated user with Subscriber or higher role to alter the _ba_cheetah_enabled post meta field on any post. This grants the attacker the ability to deactivate the page builder layout on posts they do not own, effectively changing the appearance or functionality of those pages. The vulnerability arises from direct usage of the user‑supplied post_id without validation or nonce checking, which is a classic authorization bypass (CWE‑862).

Affected Systems

WordPress sites using the Builderall Cheetah For WP plugin version 3.0.2 or earlier are affected. The vulnerability is tied to the plugin's wp_ajax_ba_cheetah_disable AJAX handler and targets the post meta '_ba_cheetah_enabled'. Sites must identify whether they still run the vulnerable plug‑in version and if the AJAX endpoint is exposed.

Risk and Exploitability

The CVSS score of 4.3 indicates medium severity. EPSS data is not available, so the likelihood of exploitation cannot be quantified from the public data, but the lack of a nonce and capability check makes the flaw straightforward to exploit by any user with Subscriber role or higher. The vulnerability is not yet listed in the CISA KEV catalog. An attacker can exploit the flaw by sending a crafted AJAX request to wp-admin/admin-ajax.php, providing a ba_cheetah_data[post_id] value of a target post, thereby setting the post meta to false and disabling the page builder on that content.

Generated by OpenCVE AI on September 10, 2026 at 05:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Builderall Cheetah For WP plugin to the latest version or a patched release that restores capability checks on the disable handler.
  • If updating is not immediately possible, remove or deactivate the plugin to eliminate the exposed endpoint.
  • As a temporary measure, restrict the wp_ajax_ba_cheetah_disable action to administrators only by modifying the plugin code to include proper current_user_can checks and nonce verification.

Generated by OpenCVE AI on September 10, 2026 at 05:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 04:00:00 +0000

Type Values Removed Values Added
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.
Title Builderall for WordPress <= 3.0.2 - Missing Authorization to Authenticated (Subscriber+) Arbitrary Post Meta Modification via 'ba_cheetah_data[post_id]' Parameter
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-10T03:40:40.380Z

Reserved: 2026-07-15T13:23:22.210Z

Link: CVE-2026-15823

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-10T04:17:48.280

Modified: 2026-09-10T04:17:48.280

Link: CVE-2026-15823

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T05:30:16Z

Weaknesses