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

Possible XSS in "My Account" #763

Closed
jna380 opened this issue Dec 29, 2017 · 3 comments
Closed

Possible XSS in "My Account" #763

jna380 opened this issue Dec 29, 2017 · 3 comments

Comments

@jna380
Copy link

jna380 commented Dec 29, 2017

Hello,
it is more a beauty mistake than really harmful, but when logged in as any user, JavaScript code can be executed through "Name", "Location", "Bio" and "Starting Page" fields in the My Account page (see appended picture).
Still the input should be sanitized. It is already prevented by "escape()" of the input in list.js.

Regards,
jna380

xss

@elyobelyob
Copy link

elyobelyob commented Dec 30, 2017 via email

@TrystanLea
Copy link
Member

This could reuse XSS check in dashboard module:

@emrysr
Copy link
Contributor

emrysr commented Jun 6, 2018

#857

sanitized in list.js - php already sanitizing before db update.

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

5 participants