Added Lucee Unset Credentials Template

patch-1
JP 2024-03-04 14:09:07 -06:00
parent 1be4e2f70d
commit 7b7b375de1
1 changed files with 29 additions and 0 deletions

View File

@ -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