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

58 lines
1.7 KiB
YAML
Raw Normal View History

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-09-06 11:43:37 +00:00
remediation: |
Apply the latest security patches and updates provided by Securepoint to fix the memory leakage issue.
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/
2023-07-11 19:49:27 +00:00
- https://rcesecurity.com
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
cvss-score: 6.5
cve-id: CVE-2023-22897
cwe-id: CWE-908
2023-08-31 11:46:18 +00:00
epss-score: 0.00853
epss-percentile: 0.80108
2023-09-06 11:43:37 +00:00
cpe: cpe:2.3:o:securepoint:unified_threat_management:*:*:*:*:*:*:*:*
2023-04-17 13:04:51 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 11:43:37 +00:00
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: securepoint
product: unified_threat_management
2023-09-06 11:43:37 +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
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