CVE-2026-9179
Last modified
CVE-2026-9179 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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(). EPSS estimates a 0.38% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-9179?
How severe is CVE-2026-9179?
How do I fix CVE-2026-9179?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9170IBM HTTP Server 8.5, and 9.0 is vulnerable to denial of serv…9.8
- CVE-2026-9171IBM WebSphere Application Server and WebSphere Application S…7.5
- CVE-2026-9172The Devs Accounting – Simple Accounting and Invoicing Soluti…5.3
- CVE-2026-9175The Devs Accounting – Simple Accounting and Invoicing Soluti…5.3
- CVE-2026-9177A Server-Side Template Injection (SSTI) vulnerability was id…9.4
- CVE-2026-9178The WP Forms Connector plugin for WordPress is vulnerable to…7.5
- CVE-2026-9180The MotoPress Appointment Booking plugin for WordPress is vu…5.3
- CVE-2026-9181Esri ArcGIS Server contains a directory traversal vulnerabil…7.5
- CVE-2026-9182Esri ArcGIS Server contains an unrestricted file upload vuln…9.8
- CVE-2026-9183The 24liveblog - live blog tool plugin for WordPress is vuln…4.3
- CVE-2026-9184The 24liveblog - live blog tool plugin for WordPress is vuln…4.3
- CVE-2026-9185The 6Storage Rentals plugin for WordPress is vulnerable to A…7.5
Are you affected by CVE-2026-9179?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
