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

35 lines
808 B
YAML

id: zabbix-dashboards-access
info:
name: zabbix-dashboards-access
author: pussycat0x,vsh00t
severity: medium
description: zabbix-dashboards-access guest login credentials were successful.
reference:
- https://www.exploit-db.com/ghdb/5595
- https://packetstormsecurity.com/files/163657/zabbix5x-sqlxss.txt
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
cvss-score: 5.8
cwe-id: CWE-522
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
# Enhanced by mp on 2022/04/14