CVE-2025-13138
Published: 21 November 2025
Summary
CVE-2025-13138 is a high-severity SQL Injection (CWE-89) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.5 (High).
Operationally, ranked in the top 6.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
The WP Directory Kit plugin for WordPress is vulnerable to SQL injection in all versions through 1.4.3. The flaw exists in the select_2_ajax() function, where the columns_search parameter is used in a database query without adequate escaping or prepared statements, allowing an attacker to alter the query structure. The issue is tracked as CVE-2025-13138 and carries a CVSS 3.1 base score of 7.5 under CWE-89.
Unauthenticated attackers can reach the vulnerable endpoint over the network and supply crafted input to the columns_search parameter. Successful exploitation permits the attacker to append arbitrary SQL to existing queries, resulting in the extraction of sensitive data from the WordPress database.
Public references include the plugin source on WordPress Trac, a changeset that addresses the affected file, the official plugin directory page, and a detailed Wordfence advisory; these indicate that site operators should apply the vendor-supplied update that corrects the query handling.
The EPSS probability rose from a low starting value to a peak of 0.2765 on 2026-02-06 before receding to the current 0.1235, showing increased exploitation interest after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-198434
Vulnerability details
The WP Directory Kit plugin for WordPress is vulnerable to SQL Injection via the 'columns_search' parameter of the select_2_ajax() function in all versions up to, and including, 1.4.3 due to insufficient escaping on the user supplied parameter and lack of…
more
sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.