2023-04-17 13:04:51 +00:00
id : CVE-2023-22897
info :
name : Securepoint UTM - Leaking Remote Memory Contents
author : DhiyaneshDK
severity : medium
2023-04-20 18:33:08 +00:00
description : |
An issue was discovered in SecurePoint UTM before 12.2.5.1. The firewall's endpoint at /spcgi.cgi allows information disclosure of memory contents to be achieved by an authenticated user. Essentially, uninitialized data can be retrieved via an approach in which a sessionid is obtained but not used.
2023-04-17 13:04:51 +00:00
reference :
- https://nvd.nist.gov/vuln/detail/CVE-2023-22897
- https://github.com/MrTuxracer/advisories/blob/master/CVEs/CVE-2023-22897.txt
- https://www.rcesecurity.com/2023/04/securepwn-part-2-leaking-remote-memory-contents-cve-2023-22897/
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-06-04 08:13:42 +00:00
verified : true
2023-04-17 13:04:51 +00:00
shodan-query : title:"Securepoint UTM"
2023-04-20 18:33:08 +00:00
tags : cve,cve2023,securepoint,utm,exposure,memory
2023-04-17 13:04:51 +00:00
2023-04-27 04:28:59 +00:00
http :
2023-04-17 13:04:51 +00:00
- raw :
- |
POST /spcgi.cgi HTTP/1.1
Host : {{Hostname}}
2023-04-20 18:33:08 +00:00
Content-Type : application/json
2023-04-17 13:04:51 +00:00
{}
matchers-condition : and
matchers :
- type : word
part : body
words :
- '"sessionid":'
- '"mode":'
condition : and
- type : word
part : header
words :
- "application/json"
- type : status
status :
- 200