Vulnerability Description
The WP Optimizer plugin for WordPress is vulnerable to SQL Injection via the 's' parameter in all versions up to and including 2.5.0. This is due to an unsafe subquery-detection branch in the Query::parse_key_compare_field() method that, when the user-supplied value matches the regex ^[(\s]*SELECT\s+, wraps the value in parentheses and embeds it directly into the SQL string without any escaping or quoting. While the normal LIKE code path correctly uses esc_sql($wpdb->esc_like(...)) and wraps the value in single quotes, this branch completely bypasses those protections. Because the attack payload (SELECT ...) contains no single quotes, WordPress's wp_magic_quotes() provides no protection. This makes it possible for authenticated attackers with administrator-level access to inject arbitrary SQL subqueries — including time-based blind payloads — that can be used to extract sensitive information from the database.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/wp-optimizer/tags/2.3.8/modules/suppo
- https://plugins.trac.wordpress.org/browser/wp-optimizer/tags/2.3.8/vendors/wps-f
- https://plugins.trac.wordpress.org/browser/wp-optimizer/trunk/modules/supporters
- https://plugins.trac.wordpress.org/browser/wp-optimizer/trunk/vendors/wps-framew
- https://plugins.trac.wordpress.org/changeset/3508033
- https://www.wordfence.com/threat-intel/vulnerabilities/id/4da302ab-8a5d-481b-8b2
FAQ
What is CVE-2026-6295?
CVE-2026-6295 is a vulnerability with a CVSS score of 4.9 (MEDIUM). The WP Optimizer plugin for WordPress is vulnerable to SQL Injection via the 's' parameter in all versions up to and including 2.5.0. This is due to an unsafe subquery-detection branch in the Query::p...
How severe is CVE-2026-6295?
CVE-2026-6295 has been rated MEDIUM with a CVSS base score of 4.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-6295?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.