Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Remote unauthenticated blind SQLi (AV:N/AC:L/PR:N/UI:N) reaching the shared WordPress database gives S:C and C:H; limited I:L reflects potential DB writes, availability not clearly impacted.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Essekia Tablesome Table allows Blind SQL Injection.
This issue affects Tablesome Table: from n/a through 1.2.9.
AnalysisAI
Blind SQL injection in the Essekia "Tablesome Table" WordPress plugin (versions up to and including 1.2.9) lets remote attackers inject malicious SQL into database queries, enabling inference-based extraction of database contents. The CVSS 3.1 score of 9.3 reflects unauthenticated network exploitability with a scope change (S:C), meaning the impact reaches the underlying WordPress database beyond the plugin itself. There is no public exploit identified at time of analysis and the vulnerability is not listed in CISA KEV.
Technical ContextAI
Tablesome Table is a WordPress plugin (CPE cpe:2.3:a:essekia:tablesome_table) used to build and display data tables, often integrating with contact forms and post/table data. The root cause is CWE-89, Improper Neutralization of Special Elements used in an SQL Command: user-supplied input is concatenated into a SQL query without proper parameterization or escaping, allowing an attacker to alter the query structure. Because the flaw is "blind," the application does not return query results directly; the attacker infers data by observing boolean or time-based differences in responses. WordPress plugins typically execute such queries through the shared $wpdb interface, so injection here can touch core WordPress tables (users, options, etc.), consistent with the scope-change (S:C) rating.
RemediationAI
No vendor-released patch version was identified in the provided data; the primary action is to monitor the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/tablesome/vulnerability/wordpress-tablesome-plugin-1-2-9-sql-injection-vulnerability) and the WordPress plugin repository for a release newer than 1.2.9, then upgrade immediately once available. Until a patch is confirmed, consider deactivating and removing the Tablesome plugin, which fully eliminates exposure at the cost of losing table functionality on the site. As compensating controls, deploy a WordPress-aware WAF (such as Patchstack's or Wordfence's virtual patching) to block SQL injection patterns against the plugin's endpoints, restrict access to the affected pages/AJAX handlers where feasible, and enable database query monitoring to detect blind-injection probing (repeated time-based or boolean payloads). WAF rules can produce false positives on legitimate table queries, so tune and test them before enforcing block mode.
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-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57109
GHSA-g685-gm2w-w3m3