SQL Injection in Realmag777 Tableon – WordPress Posts Table Filterable

CVE-2026-18881

The TableOn – WordPress Posts Table Filterable plugin for WordPress is vulnerable to blind SQL Injection via the `filter_data[comment_count]` parameter of the public `tableon_get_table_data` AJAX action in all versions up to, and including, 1.0.5.1. This is due to insufficient escaping on the user-supplied parameter and lack of sufficient preparation on the existing SQL query — the value is split on `:` and both halves are interpolated directly into a `posts_where` SQL clause without `intval()` casting or `$wpdb->prepare()`. This makes it possible for unauthenticated attackers to append additional SQL queries into the already-existing query that can be used to extract sensitive information from the database (researcher demonstrated extraction of database(), wp_users.user_login, and wp_users.user_pass).

Vulnerability class: SQL Injection

EPSS: 0.004 (31.5th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-18881?
CVE-2026-18881 is a high-severity vulnerability in Realmag777 Tableon – WordPress Posts Table Filterable, classified under SQL Injection. CVSS score: 7.5/10. Published 2026-08-05.
How severe is CVE-2026-18881?
High severity. CVSS v3 base score is 7.5 out of 10.