
CVE-2025-2221 – WPCOM Member <= 1.7.6 - Unauthenticated Time-Based SQL Injection
https://notcve.org/view.php?id=CVE-2025-2221
13 Mar 2025 — 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 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. • https://plugins.trac.wordpress.org/browser/wpcom-member/tags/1.7.6/includes/class-sesstion.php#L35 • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') •

CVE-2025-1475 – WPCOM Member <= 1.7.5 - Authentication Bypass via 'user_phone'
https://notcve.org/view.php?id=CVE-2025-1475
06 Mar 2025 — 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 log in as any existing user on the site, such as an administrator, if SMS login is enabled. • https://plugins.trac.wordpress.org/browser/wpcom-member/tags/1.7.1/includes/form-validation.php#L110 • CWE-287: Improper Authentication •

CVE-2024-7493 – WPCOM Member <= 1.5.2.1 - Unauthenticated Privilege Escalation via User Meta
https://notcve.org/view.php?id=CVE-2024-7493
06 Sep 2024 — The WPCOM Member plugin for WordPress is vulnerable to privilege escalation in all versions up to, and including, 1.5.2.1. This is due to the plugin allowing arbitrary data to be passed to wp_insert_user() during registration. This makes it possible for unauthenticated attackers to update their role to that of an administrator during registration. • https://plugins.trac.wordpress.org/browser/wpcom-member/tags/1.5.2/includes/form-validation.php#L267 • CWE-269: Improper Privilege Management •