CVE-2024-7854
Published: 21 August 2024
Summary
CVE-2024-7854 is a critical-severity SQL Injection (CWE-89) vulnerability in Sjhoo Woo Inquiry. Its CVSS base score is 10.0 (Critical).
Operationally, ranked in the top 0.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
The Woo Inquiry plugin for WordPress is vulnerable to SQL Injection in all versions up to and including 0.1. The flaw stems from insufficient escaping of the user-supplied 'dbid' parameter combined with a lack of prepared statements in the existing SQL query, as identified under CWE-89. The issue carries a CVSS 3.1 score of 10.0, reflecting network-accessible exploitation with no required authentication or user interaction and full impact across confidentiality, integrity, and availability with changed scope.
Unauthenticated attackers can exploit the vulnerability by supplying crafted input that appends additional SQL queries to existing statements, enabling extraction of sensitive database contents. The high EPSS score of 0.8034, which matches its recorded peak, indicates substantial exploitation interest following disclosure.
Public references include the vulnerable code path in the plugin's functions.php file on the WordPress Trac repository and a detailed entry from Wordfence threat intelligence. No information on patches, version updates, or specific mitigation steps is provided in the available references.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-48705
Vulnerability details
The Woo Inquiry plugin for WordPress is vulnerable to SQL Injection in all versions up to, and including, 0.1 due to insufficient escaping on the user supplied parameter 'dbid' and lack of sufficient preparation on the existing SQL query. This…
more
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.