CVE-2024-0705
Published: 19 January 2024
Summary
CVE-2024-0705 is a critical-severity SQL Injection (CWE-89) vulnerability in Webtoffee Stripe Payment Plugin For Woocommerce. Its CVSS base score is 9.8 (Critical).
Operationally, ranked in the top 4.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
The Stripe Payment Plugin for WooCommerce for WordPress contains a SQL injection vulnerability in all versions through 3.7.9. The flaw resides in the handling of the 'id' parameter, where insufficient escaping of user-supplied input and the absence of prepared statements allow arbitrary SQL to be appended to existing queries.
Unauthenticated attackers can exploit the issue over the network to extract sensitive data from the database. The vulnerability carries a CVSS 3.1 score of 9.8, reflecting that no authentication or user interaction is required and that confidentiality, integrity, and availability impacts are all high.
References from Wordfence and the WordPress plugin repository document a fix that was applied in changeset 2954934, indicating that site administrators should update the plugin to a version beyond 3.7.9. The EPSS score has remained at 0.2195 with no material increase since disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-16495
Vulnerability details
The Stripe Payment Plugin for WooCommerce plugin for WordPress is vulnerable to SQL Injection via the 'id' parameter in all versions up to, and including, 3.7.9 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 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.