Giter Site home page Giter Site logo

Comments (4)

Michael-Sinz avatar Michael-Sinz commented on June 1, 2024

We have the same issue - we need to get to 1.10.11 in our clusters.

from acs-engine.

pascalgn avatar pascalgn commented on June 1, 2024

Depending on your threat model

The second method lets an unauthenticated user access the API to create unapproved services
(kubernetes/kubernetes#71411)

might be the much more important issue at the moment (it is for us).

Mitigations for the anonymous user -> aggregated API server escalation include:
disable anonymous requests by passing --anonymous-auth=false to the kube-apiserver (note that this may disrupt load balancer or kubelet health checks of the kube-apiserver, and breaks kubeadm join setup flows)

However, at least when using acs-engine, this already seems to be the default:
--anonymous-auth=false (see docs/clusterdefinition.md)

So from my understanding, anonymous access will not be possible when setting up a cluster with acs-engine (provided default options are used). The other issues of CVE-2018-1002105 are unaffected from this, though!

from acs-engine.

CecileRobertMichon avatar CecileRobertMichon commented on June 1, 2024

@pascalgn is correct, acs-engine clusters have --anonymous-auth=false which means they are not affected (that value is not user-configurable).

That being said, we will have a patch release containing 1.11.5 coming shortly (ETA today).

from acs-engine.

CecileRobertMichon avatar CecileRobertMichon commented on June 1, 2024

https://github.com/Azure/acs-engine/releases/tag/v0.26.1

from acs-engine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.