zabbix-dashboards-access
ID: zabbix-dashboards-access
Severity: medium
Author: pussycat0x,vsh00t
Tags: edb,packetstorm,zabbix,unauth,misconfig,xss
Description
Section titled “Description”zabbix-dashboards-access guest login credentials were successful.
YAML Source
Section titled “YAML Source”id: zabbix-dashboards-access
info: name: zabbix-dashboards-access author: pussycat0x,vsh00t severity: medium description: zabbix-dashboards-access guest login credentials were successful. reference: - https://www.exploit-db.com/ghdb/5595 - https://packetstormsecurity.com/files/163657/zabbix5x-sqlxss.txt classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N cvss-score: 5.8 cwe-id: CWE-522 metadata: max-request: 1 tags: edb,packetstorm,zabbix,unauth,misconfig,xss
http: - method: GET path: - "{{BaseURL}}/zabbix/zabbix.php?action=dashboard.list"
matchers-condition: and matchers: - type: word words: - "Create dashboard" - "Zabbix SIA" condition: and
- type: status status: - 200# digest: 4a0a0047304502204c63ddf0c55448ac2cfdd5ffd7540dd5280624f5543ee084988b02521444be39022100a6dfbc7efe18d6835bd99efb417c23df3e6bcdae4a3085c694110433f06df3b6:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/zabbix-dashboards-access.yaml"