Description
The Infility Global plugin for WordPress is vulnerable to unauthenticated SQL Injection via the 'infility_get_data' API action in all versions up to, and including, 2.14.46. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append - with certain server configurations - additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Problem types
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Product status
* (semver)
Timeline
| 2025-12-21: | Discovered |
| 2026-02-03: | Disclosed |
Credits
andrea bocchetti
References
www.wordfence.com/...-d1ab-4587-bd87-f23008ac9a00?source=cve
plugins.trac.wordpress.org/...de/class/db.class.php?marks=41
plugins.trac.wordpress.org/.../infility_global.php?marks=626
plugins.trac.wordpress.org/...e/class/str.class.php?marks=21