Are there really good use cases for dockerd being exposed to the network? I would assume (many/most) users who run docker directly run it without api access on the network (i.e. on a single host). Even those that do want network deployments of docker, probably run it through something like k8s where again kubernetes is handling the networking side, and each dockerd doesn't need to expose a network accessible api). ju…
Example: you want to set your local docker context to the production environment, so that when you type `docker system prune --volumes` you delete your production data.
Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
11–17 of 17 posts
Re: Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
#12Are there really good use cases for dockerd being exposed to the network? I would assume (many/most) users who run docker directly run it without api access on the network (i.e. on a single host). Even those that do want network deployments of docker, probably run it through something like k8s where again kubernetes is handling the networking side, and each dockerd doesn't need to expose a network accessible api). ju…
Example: you want to set your local docker context to the production environment, so that when you type `docker system prune --volumes` you delete your production data.
Re: Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
#13Are there really good use cases for dockerd being exposed to the network? I would assume (many/most) users who run docker directly run it without api access on the network (i.e. on a single host). Even those that do want network deployments of docker, probably run it through something like k8s where again kubernetes is handling the networking side, and each dockerd doesn't need to expose a network accessible api). ju…
Re: Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
#14Are there really good use cases for dockerd being exposed to the network? I would assume (many/most) users who run docker directly run it without api access on the network (i.e. on a single host). Even those that do want network deployments of docker, probably run it through something like k8s where again kubernetes is handling the networking side, and each dockerd doesn't need to expose a network accessible api). ju…
Re: Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
#15Earlier quoted context omitted.
Example: you want to set your local docker context to the production environment, so that when you type `docker system prune --volumes` you delete your production data.
Honestly this sounds like a massive outage waiting to happen
Re: Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
#16Are there really good use cases for dockerd being exposed to the network? I would assume (many/most) users who run docker directly run it without api access on the network (i.e. on a single host). Even those that do want network deployments of docker, probably run it through something like k8s where again kubernetes is handling the networking side, and each dockerd doesn't need to expose a network accessible api). ju…
https://vpetersson.com/2014/11/03/the-dangers-of-ufw-docker....
Re: Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
#17Hmmm... It's as though running root privelege daemons with open sockets could go wrong. Who could have known. https://developers.redhat.com/blog/2020/09/25/rootless-conta...