nuclei-templates/misconfiguration/zabbix-dashboards-access.yaml

26 lines
562 B
YAML

id: zabbix-dashboards-access
info:
name: zabbix-dashboards-access
author: pussycat0x
severity: medium
description: View dashboard with guest login.
reference: https://www.exploit-db.com/ghdb/5595
tags: zabbix,unauth
requests:
- method: GET
path:
- "{{BaseURL}}/zabbix/zabbix.php?action=dashboard.list"
matchers-condition: and
matchers:
- type: word
words:
- "Create dashboard"
- "Zabbix SIA"
condition: and
- type: status
status:
- 200