What the vulnerability does
01Description
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 show_control_data::post_list() 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.
Explanation of Vulnerability in Simple Terms
02Summary
Infility Global versions up to 2.15.16 contain a SQL injection vulnerability in a network-accessible function that requires low-level authentication. An authenticated attacker can craft malicious input to read sensitive data from the application database. No code execution or data modification is possible through this flaw.
What an attacker can do
03Attacker Capabilities
Read sensitive data from the application database by injecting SQL commands.
Potential impact on your site
04Site Impact
User data and other sensitive information stored in the database may be exposed to authenticated attackers.
Conditions required to exploit
05Prerequisites
Attacker must have a low-privilege user account on the application.
Key dates
06Disclosure timeline
May 20, 2026
CVE published
May 20, 2026
Record updated