CVE-2025-15268
Published: 04 February 2026
Summary
CVE-2025-15268 is a high-severity SQL Injection (CWE-89) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-15268 is an unauthenticated SQL injection vulnerability in the Infility Global plugin for WordPress, affecting all versions up to and including 2.14.46. The flaw exists in the 'infility_get_data' API action due to insufficient escaping of a user-supplied parameter and lack of sufficient preparation in the existing SQL query. This allows attackers to append additional SQL queries to ongoing ones, enabling extraction of sensitive information from the database under certain server configurations. The vulnerability is rated with a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and is associated with CWE-89 (SQL Injection).
Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no privileges required. By sending crafted requests to the vulnerable API action, they can inject malicious SQL payloads that append to legitimate queries, potentially dumping sensitive data such as user credentials, post content, or other database information hosted by the WordPress site.
References to the vulnerability include source code locations in the plugin's db.class.php (line 41), str.class.php (line 21), and infility_global.php (line 626), as well as a Wordfence threat intelligence advisory detailing the issue.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-206786
Vulnerability details
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…
more
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.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated remote SQL injection in public-facing WordPress plugin directly enables T1190 for initial access and T1213.006 for database data extraction.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly addresses the insufficient escaping of user-supplied parameters in the 'infility_get_data' API action, preventing SQL injection by validating inputs before database query construction.
Requires timely remediation of the SQL injection flaw in Infility Global plugin versions up to 2.14.46 through patching or updates.
Vulnerability scanning identifies the unauthenticated SQL injection in the WordPress plugin, enabling proactive flaw remediation.