Cyber Resilience

CVE-2025-2221

High

Published: 14 March 2025

Published
14 March 2025
Modified
21 March 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.2042 95.7th percentile
Risk Priority 27 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2221 is a high-severity SQL Injection (CWE-89) vulnerability in Wpcom Wpcom Member. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 4.3% 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

The WPCOM Member plugin for WordPress is vulnerable to time-based SQL injection via the user_phone parameter in all versions through 1.7.6. The flaw stems from insufficient escaping of user-supplied input and the absence of prepared statements in the existing SQL query, allowing arbitrary SQL to be appended.

Unauthenticated attackers can exploit the issue over the network to extract sensitive information from the database. The vulnerability carries a CVSS 3.1 score of 7.5 with a vector indicating no required privileges or user interaction.

References to the plugin source and a subsequent changeset indicate that a fix was implemented after version 1.7.6. The EPSS score rose materially from lower values to a peak of 0.6204 on 2026-04-16 before receding to the current 0.2042, signaling increased exploitation interest after disclosure.

EU & UK References

Vulnerability details

The WPCOM Member plugin for WordPress is vulnerable to time-based SQL Injection via the ‘user_phone’ parameter in all versions up to, and including, 1.7.6 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the…

more

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

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?

The CVE describes a remote unauthenticated SQL injection in a public-facing WordPress plugin, directly enabling exploitation of the web application to extract database data.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

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

wpcom
wpcom member
≤ 1.7.7

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents time-based SQL injection by validating and sanitizing user-supplied inputs like the 'user_phone' parameter before incorporation into SQL queries.

prevent

Ensures timely identification, reporting, and correction of the SQL injection flaw in the WPCOM Member plugin via available patches.

detect

Facilitates discovery of SQL injection vulnerabilities like CVE-2025-2221 through regular automated vulnerability scanning of WordPress plugins.

References