CVE-2024-3922
Published: 13 June 2024
Summary
CVE-2024-3922 is a critical-severity SQL Injection (CWE-89) vulnerability in Dokan Dokan. Its CVSS base score is 10.0 (Critical).
Operationally, ranked in the top 0.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
The Dokan Pro plugin for WordPress is vulnerable to SQL Injection via the 'code' parameter in all versions up to and including 3.10.3. The issue stems from insufficient escaping of user-supplied input combined with a lack of prepared statements on an existing SQL query, as reflected in its CWE-89 classification and maximum CVSS 3.1 score of 10.0.
Unauthenticated attackers can supply crafted input to the affected parameter and append arbitrary SQL statements to existing queries. Successful exploitation enables extraction of sensitive database contents and carries the potential for broader impacts on confidentiality, integrity, and availability given the critical severity rating.
Public references point to the vendor changelog and Wordfence threat intelligence entries for remediation guidance, which typically involve updating to a patched release beyond 3.10.3. The CVE carries an EPSS score of 0.8966, indicating substantial exploitation likelihood.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-32490
Vulnerability details
The Dokan Pro plugin for WordPress is vulnerable to SQL Injection via the 'code' parameter in all versions up to, and including, 3.10.3 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing…
more
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.