CVE-2024-4443
Published: 22 May 2024
Summary
CVE-2024-4443 is a critical-severity SQL Injection (CWE-89) vulnerability in Businessdirectoryplugin Business Directory. Its CVSS base score is 9.8 (Critical).
Operationally, ranked in the top 0.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
The Business Directory Plugin for WordPress, also known as Easy Listing Directories, is affected by a time-based SQL injection vulnerability in all versions through 6.4.2. The flaw exists in the ‘listingfields’ parameter because of insufficient escaping of user-supplied input and missing prepared-statement handling on an existing SQL query, corresponding to CWE-89 and carrying a CVSS 3.1 score of 9.8.
Unauthenticated attackers can supply a crafted ‘listingfields’ value over the network to append arbitrary SQL to backend queries. Successful exploitation allows extraction of sensitive information from the database and may extend to modification or deletion of data given the complete confidentiality, integrity, and availability impact.
Public references include Wordfence advisory details and WordPress plugin repository changesets that document the corrective code committed after disclosure. The associated EPSS score remains near its peak of 0.9399 with a current value of 0.9387, indicating sustained exploitation interest since publication.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-44062
Vulnerability details
The Business Directory Plugin – Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based SQL Injection via the ‘listingfields’ parameter in all versions up to, and including, 6.4.2 due to insufficient escaping on the user supplied parameter…
more
and lack of 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.