PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-5651 2wstechnologies CVE debrief

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-05T08:16:35.150Z and has not been modified since then. The Askeet plugin for WordPress is vulnerable to SQL Injection via the 'sql_query' parameter in multiple AJAX actions (askeet_execute_sql_query, askeet_export_all_results) in all versions up to, and including, 3.0. This is due to the askeet_is_safe_query() filter being bypassable using MySQL conditional comments (e.g., /*!UNION*/). The filter strips regular block comments before checking for forbidden SQL keywords, but MySQL interprets conditional comments as executable code. Authenticated attackers with Administrator-level access and above can append additional SQL queries into existing queries to extract sensitive information from the database. WordPress administrators and users with Administrator-level access who have the Askeet plugin installed should be aware of this vulnerability and take necessary precautions to prevent exploitation.

Vendor
2wstechnologies
Product
Askeet — Talk to Your WooCommerce Data
CVSS
MEDIUM 4.9
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 with Administrator-level access who have the Askeet plugin installed should be aware of this vulnerability and take necessary precautions to prevent exploitation.

Technical summary

The Askeet plugin for WordPress is vulnerable to SQL Injection via the 'sql_query' parameter in multiple AJAX actions (askeet_execute_sql_query, askeet_export_all_results) in all versions up to, and including, 3.0. This is due to the askeet_is_safe_query() filter being bypassable using MySQL conditional comments. The filter strips regular block comments before checking for forbidden SQL keywords, but MySQL interprets conditional comments as executable code.

Defensive priority

Authenticated attackers with Administrator-level access could exploit this vulnerability to extract sensitive information from the database.

Recommended defensive actions

  • Inventory and verify the Askeet plugin version on all WordPress installations
  • Restrict access to the plugin's AJAX actions to prevent unauthorized usage
  • Implement additional monitoring to detect potential SQL injection attempts
  • Consider replacing the Askeet plugin with a more secure alternative
  • Apply the vendor's remediation or patch as soon as it becomes available

Evidence notes

The Askeet plugin for WordPress is vulnerable to SQL Injection via the 'sql_query' parameter in multiple AJAX actions. This issue arises from the askeet_is_safe_query() filter being bypassable using MySQL conditional comments. Authenticated attackers with Administrator-level access and above can append additional SQL queries into existing queries to extract sensitive information from the database.

Official resources

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