-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
CVE-2018-1000500 on BusyBox 1.31.1 - need new release #1937
Comments
The node_exporter does not use wget or the ssl implementation in the busybox included in the default Docker image. The node_exporter also does not exec any external processes. The only way to exploit this is if you already have a shell in the container. |
Yeah this shouldn't be a concern for the node-exporter but it could be a concern for other images. |
Just did some research to follow up on docker-library/busybox#80 I've opened a year ago and it looks this has been fixed in recent busybox versions - but only when linked against openssl. |
What is the added value of shipping busybox vs no distro ? |
We have busybox in our images rather than just |
are we willing to compile busybox ourselves with that ? |
I think we have the options:
I think using alpine seems to be the best option, given it's only slightly larger than busybox. It too uses busybox but with working TLS setup:
|
I would prefer we switched to |
For what it is worth: Using Alpine for the base, I've had to release images more frequently take package and OS patches to resolve CVEs. |
Thanks for the warning. I'm strongly against Alpine as a base for our containers. |
Another alternative is shipping both regular containers with |
Thank you very much for your assistance |
node-exporter 1.1.1 includes the latest busybox. |
Awesome I’ll deploy the new app image thank you!
…On Mon, 1 Mar 2021 at 6:21 pm, Ben Kochie ***@***.***> wrote:
Closed #1937 <#1937>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1937 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABMMZ7EIP2G7VL2V2OONA3TBM565ANCNFSM4WOYYD7Q>
.
|
Please create a new release/image with BusyBox 1.32.0+ to resolve CVE-2018-1000500
The text was updated successfully, but these errors were encountered: