CVE-2024-56290
Published: 07 January 2025
Summary
CVE-2024-56290 is a critical-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 9.3 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 36.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2024-56290 is an SQL injection vulnerability (CWE-89) in the WordPress plugin "Multiple Shipping And Billing Address For Woocommerce" (slug: different-shipping-and-billing-address-for-woocommerce) developed by silverplugins217. The flaw stems from improper neutralization of special elements used in an SQL command, allowing attackers to inject malicious SQL payloads. It affects all versions of the plugin up to and including 1.2.
The vulnerability carries a CVSS v3.1 base score of 9.3 (Critical), with vector AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L. Unauthenticated attackers can exploit it remotely over the network with low complexity and no user interaction required. Successful exploitation enables high-impact confidentiality violations, such as extracting sensitive data from the database, alongside low availability disruption and a changed scope affecting broader system components.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/different-shipping-and-billing-address-for-woocommerce/vulnerability/wordpress-multiple-shipping-and-billing-address-for-woocommerce-plugin-1-2-unauthenticated-sql-injection-vulnerability?_s_id=cve provides details on the unauthenticated SQL injection in version 1.2 and recommends mitigation steps, though specific patch availability or workarounds are outlined in the full report.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-53087
Vulnerability details
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in silverplugins217 Multiple Shipping And Billing Address For Woocommerce different-shipping-and-billing-address-for-woocommerce allows SQL Injection.This issue affects Multiple Shipping And Billing Address For Woocommerce: from n/a through <= 1.2.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated remote SQL injection in a public-facing WordPress plugin directly matches exploitation of a vulnerable public-facing application (T1190) for database data access.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 directly prevents SQL injection by validating and sanitizing untrusted user inputs before they are used in SQL commands within the WordPress plugin.
SI-2 mandates identification, reporting, and correction of the SQL injection flaw in plugin versions up to 1.2, eliminating the root cause vulnerability.
SI-9 restricts the quantity and types of information inputs to the plugin, limiting opportunities for attackers to inject malicious SQL payloads.