2021-08-23 11:50:33 +00:00
|
|
|
id: wordpress-weak-credentials
|
|
|
|
|
|
|
|
info:
|
2022-05-20 21:38:52 +00:00
|
|
|
name: WordPress - Weak Credentials
|
2021-08-23 11:50:33 +00:00
|
|
|
author: evolutionsec
|
|
|
|
severity: critical
|
2022-05-20 21:38:52 +00:00
|
|
|
description: |
|
|
|
|
Weak WordPress Credentials were discovered.
|
|
|
|
reference:
|
|
|
|
- https://www.wpwhitesecurity.com/strong-wordpress-passwords-wpscan/
|
|
|
|
classification:
|
2023-01-24 16:21:18 +00:00
|
|
|
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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 276
|
2024-03-19 15:20:31 +00:00
|
|
|
tags: wordpress,default-login,fuzz
|
2021-08-23 11:50:33 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-08-23 11:50:33 +00:00
|
|
|
- raw:
|
2021-08-23 11:52:29 +00:00
|
|
|
- |
|
|
|
|
POST /wp-login.php HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Origin: {{BaseURL}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
Referer: {{BaseURL}}
|
2021-08-23 11:50:33 +00:00
|
|
|
|
2021-08-23 11:52:29 +00:00
|
|
|
log={{users}}&pwd={{passwords}}
|
2021-08-23 11:50:33 +00:00
|
|
|
|
|
|
|
payloads:
|
|
|
|
users: helpers/wordlists/wp-users.txt
|
|
|
|
passwords: helpers/wordlists/wp-passwords.txt
|
|
|
|
attack: clusterbomb
|
2021-09-02 11:59:10 +00:00
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-08-23 11:50:33 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-05-20 21:38:52 +00:00
|
|
|
part: header
|
2021-08-23 11:50:33 +00:00
|
|
|
words:
|
|
|
|
- '/wp-admin'
|
|
|
|
- 'wordpress_logged_in'
|
|
|
|
condition: and
|
2022-05-20 21:38:52 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 302
|
2024-03-19 16:40:41 +00:00
|
|
|
# digest: 490a0046304402200c1408ee282f07a88d599b6e9e31b0bdb3d2e4fd0f027c30193d370a45b896ff022066ac3030dc876bd69dd867e59e9e985c250becbe504d1274ce392ae5436e1758:922c64590222798bb761d5b6d8e72950
|