-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[browser] XSS vulnerability in browser sidebar #6987
Labels
security
issues related to security
Comments
caseyflynn-google
added a commit
to caseyflynn-google/theia
that referenced
this issue
Jan 28, 2020
Change simply updates innerHtml to innerText to ensure user supplied content does not impact the dom. Signed-off-by: Casey Flynn <caseyflynn@google.com>
1 task
caseyflynn-google
added a commit
that referenced
this issue
Jan 29, 2020
Change simply updates innerHtml to innerText to ensure user supplied content does not impact the dom. Signed-off-by: Casey Flynn <caseyflynn@google.com>
akosyakov
pushed a commit
to akosyakov/theia
that referenced
this issue
Feb 24, 2020
Change simply updates innerHtml to innerText to ensure user supplied content does not impact the dom. Signed-off-by: Casey Flynn <caseyflynn@google.com>
JesterOrNot
pushed a commit
to JesterOrNot/theia
that referenced
this issue
Mar 12, 2020
Change simply updates innerHtml to innerText to ensure user supplied content does not impact the dom. Signed-off-by: Casey Flynn <caseyflynn@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
There is an XSS vulnerability in the side-panel-toolbar
Reproduction Steps
1.a Example:
mkdir \<style\ onload=alert\(0\)\>
Outcome: Theia executes the XSS
Side effect: Theia will continue to execute the XSS on refresh until the workspace is changed.
OS and Theia version:
Linux
Theia 0.14.0
Diagnostics:
The text was updated successfully, but these errors were encountered: