Skip to content
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

Store Cross Site Scripting Vulnerability on "global_lists" in rukovoditel 2.7.2 #3

Closed
r0ck3t1973 opened this issue Dec 16, 2020 · 1 comment

Comments

@r0ck3t1973
Copy link
Owner

/Describe the bug/
I download install rukoviditel 2.7.2
An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "global_lists" feature.

To Reproduce
/Steps to reproduce the behavior/:

1, Login into the panel
2. Go to '/rukovoditel_2.7.2/index.php?module=global_lists/lists'
3. Add new 'global_lists'
4. Insert payload: "><img src=xx onerror=alert (document.cookie) >
5. Save and BOOM!!!! Alert XSS Message

/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/
list
list2

@r0ck3t1973
Copy link
Owner Author

CVE-2020-35985

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant