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:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-07-04 08:46:15 +00:00
|
|
|
shodan-query: http.title:"Alertmanager"
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: unauth,alertmanager,misconfig
|
2021-07-13 08:40:37 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-13 08:40:37 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/#/alerts"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<title>Alertmanager</title>'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100dab26c880087c30cdab09df15c9162594c0236086943481a0651b06114fa4d3e022100c434ec5e6f764b02bf0e37e4ebb1e9d78ce89706c9ace105a4dae85a21e8b125:922c64590222798bb761d5b6d8e72950
|