Merge pull request #1046 from DhiyaneshGeek/master

etcd Unauthenticated HTTP API Leak
patch-1
Prince Chaddha 2021-03-09 14:36:51 +05:30 committed by GitHub
commit 81870aa3b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: http-etcd-unauthenticated-api-data-leak
info:
name: etcd Unauthenticated HTTP API Leak
author: dhiyaneshDk
severity: high
reference: https://hackerone.com/reports/1088429
requests:
- method: GET
path:
- "{{BaseURL}}/v2/auth/roles"
matchers-condition: and
matchers:
- type: word
words:
- '"roles"'
- '"permissions"'
- '"role"'
- '"kv"'
condition: and
part: body
- type: status
status:
- 200
- type: word
part: header
words:
- "text/plain"