CVE-2024-3217
Published: 05 April 2024
Summary
CVE-2024-3217 is a high-severity SQL Injection (CWE-89) vulnerability in Wpdirectorykit Wp Directory Kit. Its CVSS base score is 8.8 (High).
Operationally, ranked in the top 2.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 via the 'attribute_value' and 'attribute_id' parameters in all versions up to and including 1.3.0. The issue stems from insufficient escaping of user-supplied input combined with the absence of prepared statements on existing SQL queries, as documented in the plugin's Wdk_frontendajax.php controller.
Authenticated attackers with subscriber-level access or higher can exploit the flaw over the network to append arbitrary SQL to existing queries. Successful exploitation can yield extraction of sensitive database contents, with the vulnerability carrying a CVSS 3.1 score of 8.8 reflecting high impact across confidentiality, integrity, and availability.
Public references include WordPress plugin trac entries and a Wordfence advisory that point to a fix released in changeset 3064842, which updates the affected frontend AJAX handler. The EPSS score currently stands at 0.5293 with a recorded peak of 0.5350.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-31809
Vulnerability details
The WP Directory Kit plugin for WordPress is vulnerable to SQL Injection via the 'attribute_value' and 'attribute_id' parameters in all versions up to, and including, 1.3.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation…
more
on the existing SQL query. 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.
- 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.