39 lines
940 B
YAML
39 lines
940 B
YAML
id: envoy-admin-exposure
|
|
|
|
info:
|
|
name: Envoy Admin Exposure
|
|
author: DhiyaneshDk
|
|
severity: medium
|
|
description: Envoy Admin page exposed.
|
|
reference:
|
|
- https://www.envoyproxy.io/docs/envoy/latest/
|
|
classification:
|
|
cpe: cpe:2.3:a:envoyproxy:envoy:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: envoyproxy
|
|
product: envoy
|
|
shodan-query: title:"Envoy Admin"
|
|
tags: misconfig,envoy,exposure
|
|
|
|
http:
|
|
- 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
|
|
# digest: 4a0a0047304502210085d47628096a875aa606309c6775d250d4bbf98fa6fce5c73db1847ff329186802203b59ab9bc279acb8f427570a7ca6c7fd63fa15081632299b1c1d5dd30699d3b0:922c64590222798bb761d5b6d8e72950 |