Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
In YzmCMS 5.6, XSS in edit article page via the SRC attribute of an IFRAME element because of using UEditor 1.4.3.3.
PoC
<iframe src="javascript:alert(document.cookie)"></iframe>
Script tags are filtered, but iframe tags are not:
Refer to: http://www.51testing.com/html/17/n-3721417.html
The text was updated successfully, but these errors were encountered:
谢谢你的反馈,下一个版本修复。
Sorry, something went wrong.
No branches or pull requests
Description
In YzmCMS 5.6, XSS in edit article page via the SRC attribute of an IFRAME element because of using UEditor 1.4.3.3.
PoC
Script tags are filtered, but iframe tags are not:
Refer to: http://www.51testing.com/html/17/n-3721417.html
The text was updated successfully, but these errors were encountered: