nuclei-templates/vulnerabilities/other/gloo-unauth.yaml

32 lines
594 B
YAML
Raw Normal View History

2021-05-03 12:44:44 +00:00
id: gloo-unauth
info:
2021-05-05 12:23:34 +00:00
name: Unauthenticated Gloo UI
2021-05-03 12:44:44 +00:00
author: dhiyaneshDk
severity: high
2021-05-05 12:23:34 +00:00
tags: unauth,gloo
2021-05-03 12:44:44 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/fed.rpc.solo.io.GlooInstanceApi/ListClusterDetails'
headers:
Content-type: "application/grpc-web+proto"
Referer: "{{BaseURL}}/admin/"
2021-05-05 12:23:34 +00:00
2021-05-03 12:44:44 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "gke-remote"
part: body
- type: word
words:
- "application/grpc-web+proto"
part: header
- type: status
status:
- 200