Vulnerability Description
The Query Wrangler plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1.5.57 via the 'options' parameter parameter. This is due to missing capability check and nonce verification on the wp_ajax_qw_form_ajax handler, combined with unsanitized attacker-controlled options fully replacing saved query options and being passed directly to call_user_func_array() guarded only by function_exists(). This makes it possible for authenticated attackers, with subscriber-level access and above, to execute code on the server. Exploitation requires only that at least one query row exists in the database, as the query_id is a small enumerable integer with no further access control.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/query-wrangler/trunk/admin/ajax.php#L
- https://plugins.trac.wordpress.org/browser/query-wrangler/trunk/admin/templates/
- https://plugins.trac.wordpress.org/browser/query-wrangler/trunk/includes/fields/
- https://plugins.trac.wordpress.org/browser/query-wrangler/trunk/query-wrangler.p
- https://plugins.trac.wordpress.org/changeset?reponame=&old=3640744%40query-wrang
- https://www.wordfence.com/threat-intel/vulnerabilities/id/2f9faa56-c550-465f-b0b
FAQ
What is CVE-2026-14498?
CVE-2026-14498 is a vulnerability with a CVSS score of 8.8 (HIGH). The Query Wrangler plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1.5.57 via the 'options' parameter parameter. This is due to missing capability che...
How severe is CVE-2026-14498?
CVE-2026-14498 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-14498?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.