2021-07-13 08:40:37 +00:00
|
|
|
id: unauthenticated-alert-manager
|
|
|
|
|
|
|
|
info:
|
2022-07-26 13:45:11 +00:00
|
|
|
name: Alert Manager - Unauthenticated Access
|
2021-07-13 08:40:37 +00:00
|
|
|
author: dhiyaneshDK
|
|
|
|
severity: high
|
2022-07-26 13:45:11 +00:00
|
|
|
description: Alert Manager was able to be accessed with no authentication requirements in place.
|
2022-07-04 08:46:15 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: http.title:"Alertmanager"
|
2021-07-13 08:40:37 +00:00
|
|
|
tags: unauth,alertmanager
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/#/alerts"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<title>Alertmanager</title>'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-07-26 13:45:11 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/07/21
|