Added Lucee Unset Credentials Template
parent
1be4e2f70d
commit
7b7b375de1
|
@ -0,0 +1,29 @@
|
||||||
|
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
|
||||||
|
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:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "lucee"
|
||||||
|
- "New Password"
|
||||||
|
part: body
|
||||||
|
condition: and
|
Loading…
Reference in New Issue