Kubernetes ingress-nginx controller vulnerability
1–10 of 52 posts
Re: Kubernetes ingress-nginx controller vulnerability
#2Re: Kubernetes ingress-nginx controller vulnerability
#3(I also just learned that the word Kubernetes is in the default Chrome spell checker thing, which was sure helpful in writing this comment!)
Re: Kubernetes ingress-nginx controller vulnerability
#4"... a user who can create or update ingress objects, can use the custom snippets feature to obtain all secrets in the cluster." I'm not a Kubernetes guy, so I'm curious, how often is there a user with only those permissions? Is it common to have a user that can create/update and then doesn't already have some kind of other access to everything else? I don't know much about Kubernetes permissions. (I also just learne…
Re: Kubernetes ingress-nginx controller vulnerability
#5Are they for real with that curl? Normalize better security practices!
Re: Kubernetes ingress-nginx controller vulnerability
#6The only fix so far is removing the feature.
>According to the publication, multi-tenant environments where non-admin users have permissions to create Ingress objects are most affected by this issue.
Ouch! I guess this means lots of secret/password rotations for k8s admins coming soon. I've always wondered if there are public Kubernetes multi-tenant setups in the wild rather than just ones with admins and developer roles/namespaces.
Re: Kubernetes ingress-nginx controller vulnerability
#7Are they for real with that curl? Normalize better security practices!
Re: Kubernetes ingress-nginx controller vulnerability
#8Are they for real with that curl? Normalize better security practices!
Yeah I think everyone feels icky about 'curl https:// .. | sh' but to what degree is doing so any more insecure than other "normalized" software distribution practices? See also: https://twitter.com/moyix/status/1451318133021675520
Re: Kubernetes ingress-nginx controller vulnerability
#9An issue with discussion: https://github.com/kubernetes/ingress-nginx/issues/7837 The only fix so far is removing the feature. >According to the publication, multi-tenant environments where non-admin users have permissions to create Ingress objects are most affected by this issue. Ouch! I guess this means lots of secret/password rotations for k8s admins coming soon. I've always wondered if there are public Kubernetes…
The issue links to itself for "more details"…
(Also, yeah, it'd be nice if the URL of the OP had just been the Github issue. It is just as informative (or uninformative), and isn't an advertisement…)
Re: Kubernetes ingress-nginx controller vulnerability
#10.... oh man