Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
1–10 of 17 posts
Re: Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
#2Re: Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
#3Re: Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
#4How does this affect CaaS-based deployments like AKS, EKS, GKE and the like?
Re: Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
#5https://developers.redhat.com/blog/2020/09/25/rootless-conta...
Re: Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
#6I 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).
just wondering the use case for this.
Re: Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
#7How does this affect CaaS-based deployments like AKS, EKS, GKE and the like?
EDIT: Coworker mentioned there is a cri that lets you to continue to use Docker Engine in Kubernetes but I've never run across it.
Re: Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
#8Are 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…
I don't know much about the internals there; would this bug allow me to do bad stuff on shared CI runners?
Re: Critical Bug in Docker Engine Allowed Attackers to Bypass Authorization Plugins
#9Are 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
#10Without further information, this sounds like code introduced in a hotfix that wasn't merged back to feature branches.
Surely it's not that simple?