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
I found an Authenticated RXSS in 'fileurl' parameter, the 'fileurl' input was not safely sanitized.
http://localhost/bloofoxCMS/admin/index.php?mode=settings&page=editor&fileurl=<script>alert(1)</script>
The attacker can execute a HTML/JS Code (the attacker can stealing cookies,etc..)
Use htmlspecialchars function
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found an Authenticated RXSS in 'fileurl' parameter, the 'fileurl' input was not safely sanitized.
PoC :-
http://localhost/bloofoxCMS/admin/index.php?mode=settings&page=editor&fileurl=<script>alert(1)</script>
Impact
The attacker can execute a HTML/JS Code (the attacker can stealing cookies,etc..)
Fix
Use htmlspecialchars function
The text was updated successfully, but these errors were encountered: