-
Notifications
You must be signed in to change notification settings - Fork 289
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
Open Vulnerabilites #412
Comments
Where are you seeing lodash in this repository? |
I am referencing this Dockerfile (https://github.com/rocker-org/shiny/blob/master/Dockerfile) which consumes shiny server from https://download3.rstudio.org/ubuntu-14.04/x86_64. When I scan this installation the results indicate a dependency on lodash and handlebars which have identified security vulnerabilities. It is possible that the lodash dependency originates from another package as part of the Dockerfile, however it seems the Pro version of Shiny Server leverages lodash (vulnerability was remediated in v1.5.12 -> https://support.rstudio.com/hc/en-us/articles/215642837-Shiny-Server-Pro-Release-History). However, is there a plan to upgrade these dependencies for shiny server? |
Hello - is there a plan to update these dependencies? |
Master is updated, release is a few weeks away. We're waiting on another Node.js v12 release and then a QA pass. |
Understood - if you could please kindly reply when the new version is released. Thank you |
Hello - is there any update on the release or are you still waiting on the new Node.js version? Thank you, |
Hi John, The new Node.js version was released on Tuesday and we have new builds being tested by QA. We're hoping to have an official release in early February or so. If you'd like to do your own testing in the meantime, you can download builds of Shiny Server at https://dailies.rstudio.com (all the usual caveats about prerelease software apply). |
@jcheng5 |
Hello @jcheng5, Just following up on this issue. Can you please advise as to when you plan to release the new version of Shiny Server with these vulnerabilities addressed? I appreciate the support here. |
Sorry, testing has been and continues to go on—it’s just taking longer than expected. It has been and continues to be the top priority for everyone involved. |
We were hoping to ship this week, but a fatal bug in a third-party component of Shiny Server Pro is holding us up. We're doing everything we can to try to get past this. Thanks for your continued patience. |
Shiny Server Open Source 1.5.13 is now ready for release: RedHat/SLES: https://s3.amazonaws.com/rstudio-shiny-server-os-build/centos6.3/x86_64/shiny-server-1.5.13.944-x86_64.rpm Shiny Server Pro still requires a few more days of testing. |
Oh, sorry I forgot to alert this thread--as of a couple of days ago, Shiny Server Pro 1.5.13 is available as well. Thank you for your patience. |
Hello, Thank you again for addressing these vulnerabilites. Thank you { |
Hello,
Is there a plan to address the open vulnerabilities against shiny server?
Versions of lodash lower than 4.17.12 are vulnerable to Prototype Pollution
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-10744
Versions of handlebars before 4.3.0 are vulnerable to Prototype Pollution
Disallow calling "helperMissing" and "blockHelperMissing" directly handlebars-lang/handlebars.js#1558
Thank you
The text was updated successfully, but these errors were encountered: