Merge pull request #9278 from JPG0mez/lucee-unset-credentials
Added Lucee Unset Credentials Templatepatch-1
commit
d06ef6343e
|
@ -0,0 +1,39 @@
|
||||||
|
id: lucee-unset-credentials
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Lucee - Unset Credentials
|
||||||
|
author: jpg0mez
|
||||||
|
severity: high
|
||||||
|
description: |
|
||||||
|
The Lucee admin panel has a first-time setup page which allows any user to set the administrator password.
|
||||||
|
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
|
||||||
|
verified: true
|
||||||
|
shodan-query: "html:\"Lucee\""
|
||||||
|
fofa-query: "app=\"Lucee-Engine\""
|
||||||
|
tags: lucee,default-login,unauth
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/lucee/admin/web.cfm"
|
||||||
|
- "{{BaseURL}}/lucee/admin/server.cfm"
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- 'Lucee'
|
||||||
|
- 'box">New Password</div>'
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue