nuclei-templates/http/vulnerabilities/other/lucee-unset-credentials.yaml

39 lines
911 B
YAML
Raw Normal View History

2024-03-04 20:09:07 +00:00
id: lucee-unset-credentials
info:
name: Lucee - Unset Credentials
author: jpg0mez
severity: high
2024-03-05 12:10:44 +00:00
description: |
The Lucee admin panel has a first-time setup page which allows any user to set the administrator password.
2024-03-04 20:09:07 +00:00
reference:
- https://luceeserver.atlassian.net/browse/LDEV-926
- https://www.petefreitag.com/blog/lucee-admin-password-box/
classification:
cwe-id: CWE-798
metadata:
max-request: 2
2024-03-05 12:10:44 +00:00
shodan-query: "html:\"Lucee\""
fofa-query: "app=\"Lucee-Engine\""
verified: true
2024-03-04 20:09:07 +00:00
tags: lucee,default-login,unauth
http:
- method: GET
path:
- "{{BaseURL}}/lucee/admin/web.cfm"
- "{{BaseURL}}/lucee/admin/server.cfm"
2024-03-05 12:10:44 +00:00
2024-03-04 20:09:07 +00:00
stop-at-first-match: true
matchers:
- type: word
2024-03-05 12:10:44 +00:00
part: body
2024-03-04 20:09:07 +00:00
words:
2024-03-05 12:10:44 +00:00
- "Lucee"
2024-03-04 20:09:07 +00:00
- "New Password"
condition: and
2024-03-05 12:10:44 +00:00
- type: status
status:
- 200