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

Node official images vulnerabilities #2740

Closed
westy92 opened this issue Mar 13, 2017 · 3 comments
Closed

Node official images vulnerabilities #2740

westy92 opened this issue Mar 13, 2017 · 3 comments

Comments

@westy92
Copy link

westy92 commented Mar 13, 2017

As seen here, an overwhelming majority of the official node images contain vulnerabilities. Can these please get addressed?

@yosifkit
Copy link
Member

Usually most vulnerabilities listed on the Docker Hub are unable to be fixed since there is not an updated package available via the package manager. Let's go down a few of the list of vulnerabilities in latest, 7, 7.7, 7.7.2 and see if they can be fixed:

debian:jessie base image vulnerabilities (first 2 layers):

Layers in buildpack-deps:jessie (next 3 layers):

I would guess that most of the other vulnerabilities in the buildpack-deps layers will have similar descriptions since the Debian images and all dependent images were built just 2 weeks ago. Skipping down to vulnerabilities in the node layers

Layers of node:7.7.2

@westy92
Copy link
Author

westy92 commented Mar 15, 2017

Thank you for the extensive explanation! As far as the node:7.7.2 layer vulnerability, maybe the scanner is looking at the library version which doesn't reflect the patch as mentioned here: nodejs/node#11728

As stated above,

https://security-tracker.debian.org/tracker/CVE-2014-9761, marked as a "Minor issue" by the Debian Security team so not fix available

However, as you can see here, it's marked as Critical.
image

Is this discrepancy due to a different source of severity information?

@yosifkit
Copy link
Member

Yeah, the "Critical" is based purely on the CVSS score of 9.8. Minor is what the Debian Security team have classified it for their security release process in order to allocate resources effectively in porting security fixes across all packages.

@daghack daghack closed this as completed Apr 3, 2017
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

3 participants