PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-18881 realmag777 CVE debrief

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 vulnerability allows unauthenticated attackers to append additional SQL queries and extract sensitive information from the database. The vulnerability is due to insufficient escaping on the user-supplied parameter and lack of sufficient preparation on the existing SQL query. The `filter_data[comment_count]` parameter 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 attackers to extract sensitive information such as database(), wp_users.user_login, and wp_users.user_pass. WordPress administrators and users of the TableOn plugin should be aware of this vulnerability and take necessary precautions to prevent exploitation.

Vendor
realmag777
Product
TableOn – WordPress Posts Table Filterable
CVSS
HIGH 7.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-05
Original CVE updated
2026-08-05
Advisory published
2026-08-05
Advisory updated
2026-08-05

Who should care

WordPress administrators and users of the TableOn plugin, as well as security teams monitoring for potential SQL injection attacks, should be aware of this vulnerability and take necessary precautions to prevent exploitation. Affected operators should review and apply patches or updates to the TableOn plugin to prevent exploitation. Vulnerability management and security teams should monitor database activity for suspicious queries and implement web application firewall rules to detect and prevent SQL injection attacks. Asset inventory and change management processes should be reviewed to ensure that affected systems are identified and remediated. Rollback and change window procedures should be evaluated to minimize potential impact. Source tracking and monitoring should be implemented to detect potential exploitation attempts.

Technical summary

The TableOn 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. This allows unauthenticated attackers to append additional SQL queries and extract sensitive information from the database. The vulnerability is due to insufficient escaping on the user-supplied parameter and lack of sufficient preparation on the existing SQL query.

Defensive priority

High priority due to public AJAX action and potential for sensitive information extraction.

Recommended defensive actions

  • Apply patches or updates to the TableOn plugin to prevent exploitation.
  • Restrict access to the `tableon_get_table_data` AJAX action.
  • Monitor database activity for suspicious queries.
  • Implement web application firewall rules to detect and prevent SQL injection attacks.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.

Evidence notes

Evidence from Wordfence security researchers indicates a blind SQL injection vulnerability in the TableOn plugin. The vulnerability allows unauthenticated attackers to append additional SQL queries to extract sensitive information from the database. Further analysis and verification are required to confirm affected scope and severity.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-05T08:16:32.750Z and has not been modified since then.