CVE-2026-42755
Improper SQL Injection in TableOn posts-table-filterable
Publication date: 2026-05-27
Last updated on: 2026-05-27
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| realmag777 | tableon | From 1.0.0 (inc) to 1.0.5.1 (inc) |
| realmag777 | tableon | to 1.0.5.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an SQL Injection issue found in RealMag777 TableOn posts-table-filterable. It is specifically a Blind SQL Injection, which means an attacker can send malicious SQL commands through the application without directly seeing the results, potentially extracting sensitive data or manipulating the database.
How can this vulnerability impact me? :
The vulnerability has a high severity score (CVSS 9.3) and allows an attacker to perform Blind SQL Injection remotely without any privileges or user interaction. This can lead to high confidentiality impact by exposing sensitive data, and a low availability impact by potentially disrupting the database or application.