2022-10-12 17:11:26 +00:00
|
|
|
id: envoy-admin-exposure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Envoy Admin Exposure
|
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: medium
|
2024-01-03 06:08:41 +00:00
|
|
|
description: Envoy Admin page exposed.
|
2022-10-12 17:11:26 +00:00
|
|
|
reference:
|
|
|
|
- https://www.envoyproxy.io/docs/envoy/latest/
|
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2022-10-12 17:11:26 +00:00
|
|
|
shodan-query: title:"Envoy Admin"
|
|
|
|
tags: misconfig,envoy,exposure
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-10-12 17:11:26 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<title>Envoy Admin</title>"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100fdd7362ce163c8bb6dee5983406b1710038a06f4969cd78e69fa3bb106d0ab0c02207b6ece445f832e75a73efd82f47256711104a574772f9d8afe59cb225b041960:922c64590222798bb761d5b6d8e72950
|