44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
id: wp-registration-enabled
|
|
|
|
info:
|
|
name: WordPress User Registration Panel - Detect
|
|
author: tess,DhiyaneshDK
|
|
severity: info
|
|
description: |
|
|
WordPress user registration is currently configured so that anyone can register as a user, thereby enabling an attacker to possibly access sensitive data and execute unathorized operations.
|
|
remediation: |
|
|
Disable user registration if not needed. To do so, log in as an administrator and go to Settings -> General and uncheck "Anyone can register."
|
|
reference:
|
|
- https://www.acunetix.com/vulnerabilities/web/wordpress-user-registration-enabled/
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: wordpress,wp,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-login.php"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '?action=register"'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'text/html'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a00463044022048337db0ecfd45c74e3cebfdde24c2b2d2116b0c7d45984c6a923f902a8b9614022048bcc319224343e18ed5ec98c42475cd777e9f9f399bc3d06d88c5f509decee0:922c64590222798bb761d5b6d8e72950
|