CVE-2025-26875
Published: 15 March 2025
Summary
CVE-2025-26875 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 at the 18.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Requires validation of user inputs to neutralize special elements in SQL commands, directly preventing SQL injection exploitation in the WordPress plugin.
Mandates identification, prioritization, and remediation of flaws like this SQL injection vulnerability through patching the affected plugin versions.
Enables scanning for vulnerabilities such as CVE-2025-26875 in plugins and applications, followed by risk-based remediation to prevent exploitation.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated remote SQL injection in a public-facing WordPress plugin directly enables initial access via exploitation of public-facing applications.
NVD Description
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.3.
Deeper analysisAI
CVE-2025-26875 is an SQL injection vulnerability (CWE-89) stemming from improper neutralization of special elements used in an SQL command. It affects the Multiple Shipping And Billing Address For Woocommerce WordPress plugin by silverplugins217, with the flaw present in all versions from n/a through 1.3 inclusive.
The vulnerability carries a CVSS v3.1 base score of 9.3 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L), marking it as critical. Unauthenticated attackers (PR:N) can exploit it remotely over the network (AV:N) with low complexity (AC:L) and no user interaction (UI:N). Successful exploitation enables high-impact confidentiality breaches (C:H), such as unauthorized access to sensitive data in the database, alongside low availability disruption (A:L) and no integrity impact (I:N), with a scope change (S:C) potentially affecting broader system components.
Mitigation guidance is available in 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-3-sql-injection-vulnerability?_s_id=cve.
Details
- CWE(s)