zabbix-installer: Zabbix Installation Exposure

日期: 2025-08-01 | 影响软件: zabbix | POC: 已公开

漏洞描述

Zabbix is susceptible to the Installation page exposure due to misconfiguration.

PoC代码[已公开]

id: zabbix-installer

info:
  name: Zabbix Installation Exposure
  author: DhiyaneshDK
  severity: high
  description: Zabbix is susceptible to the Installation page exposure due to misconfiguration.
  metadata:
    verified: true
    max-request: 1
    shodan-query:
      - http.favicon.hash:892542951
      - http.title:"zabbix-server"
      - cpe:"cpe:2.3:a:zabbix:zabbix"
    product: zabbix
    vendor: zabbix
    fofa-query:
      - icon_hash=892542951
      - app="zabbix-监控系统" && body="saml"
      - title="zabbix-server"
    google-query: intitle:"zabbix-server"
  tags: misconfig,zabbix,install,exposure,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/setup.php'

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '<title>Installation</title>'
          - 'zabbix'
        condition: and

      - type: word
        part: header
        words:
          - "text/html"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100fb9e7c25330c1352576a933c8fd01856765f4a2d73292977821b20ff9d349be502202f4a415b7fc7664a09495100cee6aebf5cb50bce3bb9fa6a373268bccdae3f63:922c64590222798bb761d5b6d8e72950

相关漏洞推荐