New issue
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
Cross Site Script Vulnerability on "Main settings" #2320
Comments
|
This is not a really big problem, only a trusted person has access to this section... Big problem is if you find XSS as a member without admin rights. |
|
@RobiNN1 thank you for reply Thank you. |
|
@RobiNN1 |
Describe the bug
An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Main" feature
To Reproduce
Steps to reproduce the behavior:
! [ ] (https://github.com/Songohan22/PHP_Furion/blob/master/4.PNG)
<img src=xx onmouseover=alert('xss')>
Expected behavior
The removal of script tags is not sufficient to prevent an XSS attack. You must HTML Entity encode any output that is reflected back to the page.
Screenshots
! [ ] (https://github.com/Songohan22/PHP_Furion/blob/master/1.PNG)
! [ ] (https://github.com/Songohan22/PHP_Furion/blob/master/2.PNG)
! [ ] (https://github.com/Songohan22/PHP_Furion/blob/master/3.PNG)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: