CVE-2026-8685: Infility Global <= 2.15.16 - Authenticated (Subscriber+) SQL Injection via 'orderby' Parameter
The Infility Global plugin for WordPress is vulnerable to SQL Injection via the 'orderby' and 'order' parameters in all versions up to, and including, 2.15.16. This is due to insufficient escaping on user supplied parameters and lack of sufficient preparation on the existing SQL query within the showcontroldata::postlist() function, which is registered as an admin menu page with only the 'read' capability. This makes it possible for authenticated attackers, with Subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-8685?
CVE-2026-8685 has a medium severity rating of 6.5.
How do I fix CVE-2026-8685?
To fix CVE-2026-8685, update the Infility Global plugin to the latest version beyond 2.15.16.
What is the impact of CVE-2026-8685?
CVE-2026-8685 allows authenticated users to perform SQL Injection attacks through the 'orderby' parameter.
Who is affected by CVE-2026-8685?
All users of the Infility Global plugin for WordPress versions up to and including 2.15.16 are affected by CVE-2026-8685.
What type of vulnerability is CVE-2026-8685?
CVE-2026-8685 is classified as an SQL Injection vulnerability due to insufficient input handling.