CVE-2025-1475
Published: 07 March 2025
Summary
CVE-2025-1475 is a critical-severity Improper Authentication (CWE-287) vulnerability in Wordpress (inferred from references). Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 31.5th 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 IA-2 (Identification and Authentication (Organizational Users)) and SI-10 (Information Input Validation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Timely identification, reporting, and correction of flaws in plugins like WPCOM Member directly prevents exploitation of the authentication bypass vulnerability.
Validating and sanitizing inputs such as the 'user_phone' parameter prevents manipulation that leads to improper authentication during SMS login.
Requiring robust identification and authentication mechanisms for organizational users mitigates improper verification flaws in login processes like SMS authentication.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The auth bypass in a public-facing WordPress plugin directly enables exploitation of public-facing applications (T1190) for initial access and abuse of valid accounts (T1078) by allowing login as any user including admins without credentials.
NVD Description
The WPCOM Member plugin for WordPress is vulnerable to authentication bypass in all versions up to, and including, 1.7.5. This is due to insufficient verification on the 'user_phone' parameter when logging in. This makes it possible for unauthenticated attackers to…
more
log in as any existing user on the site, such as an administrator, if SMS login is enabled.
Deeper analysisAI
CVE-2025-1475 is an authentication bypass vulnerability affecting the WPCOM Member plugin for WordPress in all versions up to and including 1.7.5. The issue stems from insufficient verification of the 'user_phone' parameter during login processes, specifically when SMS login is enabled. Published on 2025-03-07 with a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), it is mapped to CWE-287 (Improper Authentication).
Unauthenticated attackers can exploit this vulnerability over the network with low complexity and no user interaction required. By manipulating the 'user_phone' parameter, they can log in as any existing user on the site, including administrators, granting full access to the targeted account's privileges if SMS login is enabled.
Mitigation guidance from advisories, including Wordfence's threat intelligence report, recommends updating the WPCOM Member plugin to a patched version beyond 1.7.5. The WordPress plugin trac shows the vulnerability in form-validation.php at line 110 in tag 1.7.1 and a fix in changeset 3248208. Disabling SMS login provides a temporary workaround until patching.
Details
- CWE(s)