2021-08-19 16:41:11 +00:00
|
|
|
id: grafana-public-signup
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Grafana Public Signup
|
|
|
|
author: pdteam
|
|
|
|
severity: medium
|
2024-01-03 06:08:41 +00:00
|
|
|
description: Public Signup is enabled on Grafana.
|
2022-07-07 10:15:56 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-07-07 10:15:56 +00:00
|
|
|
shodan-query: title:"Grafana"
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: grafana,intrusive,misconfig
|
2021-08-19 16:41:11 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-08-19 16:41:11 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /api/user/signup/step2 HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
content-type: application/json
|
|
|
|
Origin: {{BaseURL}}
|
|
|
|
Referer: {{BaseURL}}
|
|
|
|
|
2022-08-04 17:32:24 +00:00
|
|
|
{"username":"{{randstr}}","password":"{{randstr_1}}"}
|
2021-08-19 16:41:11 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "User sign up completed successfully"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "grafana_sess"
|
|
|
|
- "grafana_user"
|
|
|
|
condition: and
|
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a004730450221008d17e057471dcda3505467d05d41aa5c32db96f2146ca1c43f7a88beae3584c002207709b004fd68285d4ffa9bfb6ea1af8301a483730ea986f3b7ee046ed8301eed:922c64590222798bb761d5b6d8e72950
|