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
An issue was discovered in yunucms 1.1.5 There is a stored XSS attacks vulnerability which allows remote attackers to inject arbitrary web script or HTML.
POC <script>alert(123)</script>
<script>alert(123)</script>
http://localhost/index.php/admin/system/basic insert POC click on the submit button and come back homepage
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An issue was discovered in yunucms 1.1.5 There is a stored XSS attacks vulnerability which allows remote attackers to inject arbitrary web script or HTML.
POC
<script>alert(123)</script>Vulnerability trigger point
http://localhost/index.php/admin/system/basic



insert POC
click on the submit button and come back homepage
The text was updated successfully, but these errors were encountered: