2021-03-08 20:08:32 +00:00
|
|
|
id: http-etcd-unauthenticated-api-data-leak
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: etcd Unauthenticated HTTP API Leak
|
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: high
|
|
|
|
reference: https://hackerone.com/reports/1088429
|
2021-03-12 08:57:14 +00:00
|
|
|
tags: unauth
|
2021-03-08 20:08:32 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-03-09 09:04:36 +00:00
|
|
|
- "{{BaseURL}}/v2/auth/roles"
|
2021-03-08 20:08:32 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-03-09 09:04:36 +00:00
|
|
|
- '"roles"'
|
|
|
|
- '"permissions"'
|
2021-03-08 20:08:32 +00:00
|
|
|
- '"role"'
|
2021-03-09 09:04:36 +00:00
|
|
|
- '"kv"'
|
|
|
|
condition: and
|
2021-03-08 20:08:32 +00:00
|
|
|
part: body
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-03-09 09:04:36 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/plain"
|