CVE-2026-8685 MEDIUM

CVE-2026-8685: Infility Global <= 2.15.16 - Authenticated (Subscriber+) SQL Injection via 'orderby' Parameter

Vendor Infility
Product Infility Global
Weakness CWE-89 · SQLi
Published May 20, 2026
Last update May 20, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

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