Merge pull request #9278 from JPG0mez/lucee-unset-credentials

Added Lucee Unset Credentials Template
patch-1
Ritik Chaddha 2024-03-06 11:20:17 +05:30 committed by GitHub
commit d06ef6343e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 39 additions and 0 deletions

View File

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