Cyber Resilience

CVE-2024-56290

Critical

Published: 07 January 2025

Published
07 January 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 9.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
EPSS Score 0.0044 63.6th percentile
Risk Priority 19 60% EPSS · 20% KEV · 20% CVSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
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.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89
CVE-2026-33078Shared CWE-89
CVE-2026-46359Shared CWE-89
CVE-2025-22691Shared CWE-89

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly prevents SQL injection by validating and sanitizing untrusted user inputs before they are used in SQL commands within the WordPress plugin.

prevent

SI-2 mandates identification, reporting, and correction of the SQL injection flaw in plugin versions up to 1.2, eliminating the root cause vulnerability.

prevent

SI-9 restricts the quantity and types of information inputs to the plugin, limiting opportunities for attackers to inject malicious SQL payloads.

References