CVE-2026-27373
Published: 05 March 2026
Summary
CVE-2026-27373 is a high-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 8.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 17.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-27373 is an SQL Injection vulnerability (CWE-89) in the Tablesome WordPress plugin developed by Essekia, specifically enabling Blind SQL Injection. The flaw stems from improper neutralization of special elements in SQL commands and affects all versions of Tablesome up to and including 1.2.3. It carries a CVSS v3.1 base score of 8.5 (AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L), indicating high severity due to its network accessibility, low complexity, and potential for significant confidentiality impact.
Low-privileged authenticated users (PR:L) can exploit this vulnerability remotely over the network without user interaction. Successful exploitation allows attackers to perform blind SQL injection, enabling high-impact data extraction (C:H) from the database, with a changed scope (S:C) that may affect broader system components and minor availability disruption (A:L).
The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/tablesome/vulnerability/wordpress-tablesome-plugin-1-2-3-sql-injection-vulnerability?_s_id=cve provides details on the vulnerability in Tablesome versions up to 1.2.3. Security practitioners should consult this reference for mitigation guidance, such as applying available patches or updates beyond version 1.2.3.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-9629
Vulnerability details
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Essekia Tablesome tablesome allows Blind SQL Injection.This issue affects Tablesome: from n/a through <= 1.2.3.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in a publicly accessible WordPress plugin (even with low-priv auth) directly maps to exploitation of a public-facing web application (T1190); successful blind SQLi enables direct collection of data from the backend database (T1213.006).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 directly prevents SQL injection by requiring validation of user inputs used in SQL commands, addressing the improper neutralization of special elements in Tablesome.
SI-2 mitigates the vulnerability by identifying, reporting, and patching the specific SQL injection flaw in Tablesome versions up to 1.2.3.
RA-5 enables vulnerability scanning to detect and remediate SQL injection flaws like CVE-2026-27373 in WordPress plugins prior to exploitation.