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/area/editarea/id/110000 1.Log in as admin
2.Choose this part
3.Click button to edit
4.insert POC and click on the submit button
5.Refresh
6.Come back the 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/area/editarea/id/110000

1.Log in as admin
2.Choose this part

3.Click button to edit

4.insert POC and click on the submit button
5.Refresh

6.Come back the homepage

The text was updated successfully, but these errors were encountered: