漏洞描述
View dashboard with guest login.
id: zabbix-dashboards-access
info:
name: Zabbix Dashboards Access
author: pussycat0x,vsh00t
severity: medium
verfied: true
description: View dashboard with guest login.
reference:
- https://www.exploit-db.com/ghdb/5595
- https://packetstormsecurity.com/files/163657/zabbix5x-sqlxss.txt
rules:
r0:
request:
method: GET
path: /zabbix/zabbix.php?action=dashboard.list
headers:
User-Agent: TNAS
expression: |
response.status == 200 && response.body.bcontains(b'Create dashboard') && response.body.bcontains(b'Zabbix SIA')
expression: r0()