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
Comments
|
Nicely volunteered.
…On 29 December 2017 at 13:08, jna380 ***@***.***> wrote:
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
[image: xss]
<https://user-images.githubusercontent.com/28755775/34437717-042ad796-eca1-11e7-8b60-03e31c085e0a.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#763>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AASMJvqNzJMJv3yeBVJGgf6fEC62W7-Kks5tFORPgaJpZM4RPGph>
.
|
|
This could reuse XSS check in dashboard module:
|
|
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
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
The text was updated successfully, but these errors were encountered: