nuclei-templates/misconfiguration/unauthenticated-glowroot.yaml

34 lines
706 B
YAML

id: unauthenticated-glowroot
info:
name: Glowroot Anonymous User
author: pussycat0x
severity: high
description: Anonymous user access allows to understand the host internals
metadata:
shodan-query: http.title:"Glowroot"
tags: misconfig,unauth,glowroot
requests:
- method: GET
path:
- '{{BaseURL}}/backend/admin/users?username=anonymous'
matchers-condition: and
matchers:
- type: word
words:
- '"username":"anonymous"'
- '"Administrator"'
- '"newPassword":""'
condition: and
- type: word
words:
- "application/json"
part: header
- type: status
status:
- 200