Ninja Tables <= 5.2.6 - Missing Authorization to Authenticated (Subscriber+) Arbitrary Table Creation
Strategic Overview
- Status
- Patched in 5.2.7
- Affected Plugin
- Ninja Tables – Easy Data Table Builder
- Affected Version
<= 5.2.6- CVSS
- 4.3Medium
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2026-2306
At a glance
CVE-2026-2306 is a medium-severity Missing Authorization vulnerability in the Ninja Tables WordPress plugin, affecting versions <= 5.2.6. It carries a CVSS score of 4.3 (reachable over the network; low attack complexity). Exploitation requires an authenticated account at Subscriber level or above. The issue is fixed in version 5.2.7; sites on affected versions should update now. Disclosed May 2026, reported by nquangit.
Vulnerability Overview
The Ninja Tables – Easy Data Table Builder plugin for WordPress is vulnerable to unauthorized database table creation due to missing authorization checks on the `createFluentCartTable` function in all versions up to, and including, 5.2.6. This makes it possible for authenticated attackers, with Subscriber-level access and above, to create arbitrary Ninja Tables in the database which can lead to database pollution and resource exhaustion.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user.
CWE-862: Missing Authorization
Reaching this weakness in Ninja Tables <= 5.2.6 takes an account at Subscriber level or above. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Ninja Tables the fix is 5.2.7: builds <= 5.2.6 are affected, anything from 5.2.7 onward is not.
Remediation
Update to version 5.2.7, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Ninja Tables 5.2.7 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Ninja Tables – Easy Data Table Builder
- 7.2CVE-2026-61964: Ninja Tables – Easy Data Table Builder Stored XSS
CVE-2026-61964 - 7.2CVE-2025-2940: Ninja Tables – Easy Data Table Builder <= 5.0.18 SSRF
CVE-2025-2940 - 6.5CVE-2025-69351: Ninja Tables <= 5.2.4 SQL Injection
CVE-2025-69351 - 6.4CVE-2024-7304: Ninja Tables – Easiest Data Table Builder Stored XSS
CVE-2024-7304 - 5.6CVE-2025-2939: Ninja Tables PHP Object Injection to Limited RCE
CVE-2025-2939 - 5.5CVE-2024-35635: Ninja Tables – Easiest Data Table Builder SSRF
CVE-2024-35635 - 5.3CVE-2026-65474: Ninja Tables Information Exposure
CVE-2026-65474 - 4.9CVE-2025-67519: Ninja Tables <= 5.2.3 SQL Injection
CVE-2025-67519
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C