Cyber Resilience

CVE-2025-22639

High

Published: 18 February 2025

Published
18 February 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 8.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
EPSS Score 0.0007 21.6th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-22639 is a high-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 8.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 21.6th 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-22639 is an SQL Injection vulnerability involving improper neutralization of special elements used in an SQL command, enabling Blind SQL Injection, as classified under CWE-89. It affects the Techspawn Distance Rate Shipping for WooCommerce Pro plugin (distance-rate-shipping-for-woocommerce-pro), impacting all versions from n/a through 1.3.4 inclusive. The vulnerability was published on 2025-02-18 and carries a CVSS v3.1 base score of 8.5.

Low-privileged authenticated users can exploit this vulnerability remotely over the network with low attack complexity and no user interaction required. Exploitation results in high confidentiality impact through data extraction via blind SQL injection, low availability impact, no integrity impact, and a changed scope, allowing attackers to access sensitive database information beyond the plugin's intended privileges.

Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/distance-rate-shipping-for-woocommerce-pro/vulnerability/wordpress-distance-rate-shipping-for-woocommerce-plugin-1-3-4-sql-injection-vulnerability?_s_id=cve.

EU & UK References

Vulnerability details

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Techspawn Distance Rate Shipping for WooCommerce distance-rate-shipping-for-woocommerce-pro allows Blind SQL Injection.This issue affects Distance Rate Shipping for WooCommerce: from n/a through <= 1.3.4.

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing WooCommerce plugin enables exploitation of web apps (T1190) and direct database data extraction via blind SQLi (T1213.006).

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

CVEs Like This One

CVE-2019-25537Shared CWE-89
CVE-2019-25366Shared CWE-89
CVE-2019-25496Shared CWE-89
CVE-2026-1475Shared CWE-89
CVE-2026-26990Shared CWE-89
CVE-2026-44047Shared CWE-89
CVE-2025-12865Shared CWE-89
CVE-2024-11135Shared CWE-89
CVE-2019-25491Shared CWE-89
CVE-2024-13369Shared CWE-89

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly requires validation and neutralization of user inputs to the WooCommerce plugin, preventing blind SQL injection exploitation via special elements in SQL commands.

prevent

SI-2 ensures timely identification, reporting, and remediation of the specific SQL injection flaw in Distance Rate Shipping for WooCommerce versions through 1.3.4.

prevent

AC-6 enforces least privilege on database accounts used by the plugin, limiting the scope of sensitive data extraction even if blind SQL injection occurs.

References