CVE-2024-7385
Published: 25 September 2024
Summary
CVE-2024-7385 is a critical-severity SQL Injection (CWE-89) vulnerability in Freelancer-Coder Wordpress Simple Html Sitemap. Its CVSS base score is 9.1 (Critical).
Operationally, ranked in the top 5.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
The WordPress Simple HTML Sitemap plugin for WordPress is vulnerable to SQL Injection via the 'id' parameter in all versions up to and including 3.1. The flaw stems from insufficient escaping of user-supplied input and the absence of prepared statements on an existing SQL query in the plugin's wshs_saved.php file, allowing arbitrary query manipulation. It carries a CVSS 3.1 score of 9.1 and is tracked under CWE-89.
Authenticated attackers with Administrator-level access or higher can exploit the issue over the network to append additional SQL statements, enabling extraction of sensitive database contents. The attack requires no user interaction and can impact confidentiality, integrity, and availability across the WordPress installation.
References from the plugin's Trac repository show the vulnerable code path alongside a changeset that updates the affected file, indicating that mitigation involves applying the available patch or upgrading to a fixed version of the plugin. The current and peak EPSS score of 0.1306 shows no material post-disclosure rise.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-48321
Vulnerability details
The WordPress Simple HTML Sitemap plugin for WordPress is vulnerable to SQL Injection via the 'id' parameter in all versions up to, and including, 3.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on…
more
the existing SQL query. This makes it possible for authenticated attackers, with Administrator-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.