Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
1DescriptionCVE.org
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.
AnalysisAI
Authenticated subscribers can create arbitrary database tables in WordPress installations running Ninja Tables plugin version 5.2.6 and earlier via missing authorization checks on the createFluentCartTable function. This allows low-privileged users to pollute the database and cause resource exhaustion without requiring administrative access, affecting any site where subscribers have plugin interaction permissions.
Technical ContextAI
The Ninja Tables plugin for WordPress integrates a FluentCart module that exposes a createFluentCartTable function without proper authorization verification. The vulnerability exists in the FluentCartHandler.php and FluentCartModule.php files, where the function fails to validate user capabilities before executing database table creation operations. CWE-862 (Missing Authorization) indicates the root cause: the application performs a privileged action (arbitrary table creation in the WordPress database) without checking whether the user has permission to perform that action. While the CVSS vector shows network accessibility and low complexity, the PR:L requirement means WordPress authentication is necessary, but subscriber-level roles (the lowest authenticated user tier in WordPress) should not have database table creation capabilities.
RemediationAI
Upgrade Ninja Tables to version 5.2.7 or later, which includes authorization checks on the createFluentCartTable function as confirmed by the repository changeset 3453522. Administrators should immediately update the plugin via WordPress admin dashboard under Plugins > Installed Plugins or via WP-CLI using 'wp plugin update ninja-tables'. For sites unable to update immediately, restrict subscriber-level user creation and audit existing subscribers to identify potentially unauthorized accounts that could exploit this vulnerability. Disable the FluentCart integration module in plugin settings if the feature is not actively used. Review database audit logs for unauthorized table creation since the plugin installation date. The Wordfence threat intelligence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/592d42eb-4025-44af-a519-672656ad8b0e?source=cve contains additional indicators and recommended detection rules.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-27524
GHSA-c34c-82p7-x3p9