Vulnerability Description
The WP Forms Connector plugin for WordPress is vulnerable to SQL Injection via the 'order' parameter of the /wp-json/wp/v3/post/list REST endpoint in versions up to and including 1.8. This is due to insufficient escaping on the user-supplied 'order' parameter (read directly from $_GET['order'] into $shorting) and the lack of sufficient preparation on the existing SQL query in the listPost() function, where the value is concatenated unquoted into the ORDER BY clause and executed via $wpdb->get_results() without $wpdb->prepare(). The endpoint is registered with permission_callback '__return_true' and performs only a broken header-based check that validates the supplied 'Username' corresponds to an administrator account while never verifying the 'Password'. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/wp-forms-connector/tags/1.8/WP-Forms-
- https://plugins.trac.wordpress.org/browser/wp-forms-connector/tags/1.8/WP-Forms-
- https://plugins.trac.wordpress.org/browser/wp-forms-connector/tags/1.8/WP-Forms-
- https://www.wordfence.com/threat-intel/vulnerabilities/id/2cd53590-ded1-4e68-a9a
FAQ
What is CVE-2026-9179?
CVE-2026-9179 is a vulnerability with a CVSS score of 7.5 (HIGH). The WP Forms Connector plugin for WordPress is vulnerable to SQL Injection via the 'order' parameter of the /wp-json/wp/v3/post/list REST endpoint in versions up to and including 1.8. This is due to i...
How severe is CVE-2026-9179?
CVE-2026-9179 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-9179?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.