Skip to content
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
CVE-Bins/KindEditor/
CVE-Bins/KindEditor/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
png
 
 
 
 

KindEditor has XSS Vulnerability Description


Testing Target

Abstract

We discovered that KindEditor /php/demo.php pages the content1 parameter has reflected Cross-site Scripting (XSS) vulnerability.

Concept

  1. We download the latest version from the official website and view the source code of /kindediotr/php/demo.php.

  2. From the demo.php source we can see missing filter (such as htmlspecialchars) on line 45.

  3. Simply test the XSS payload, we discovered content1 parameter has reflected XSS vulnerability.

  4. Great to execute successfully.