yaniswang / xhEditor

xhEditor是一个基于jQuery开发的简单迷你并且高效的在线可视化HTML编辑器。
http://xheditor.com/
GNU Lesser General Public License v3.0
244 stars 79 forks source link

XSS vulnerability in source code view #37

Open nicholasykl opened 5 years ago

nicholasykl commented 5 years ago

The editor's source code view allows attacker to bypass the input validation in default view by injecting javascript using IFRAME element.

Proof of Concept: Injected the the payload into the editor's source code view.

Ofirnir123 commented 5 years ago

Any updates on this issue?