We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 is an XSS vulnerability in the side-panel-toolbar
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:
fix eclipse-theia#6987 XSS vulnerability in browser sidebar
41281f4
Change simply updates innerHtml to innerText to ensure user supplied content does not impact the dom. Signed-off-by: Casey Flynn <[email protected]>
fix #6987 XSS vulnerability in browser sidebar
a6d565e
17a52c8
1b80dac
caseyflynn-google
Successfully merging a pull request may close this issue.
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: