← Catalog
Ku

Kubernetes

Container Orchestration latest v1.36.3 · via GitHub Releases
v1.36.3 Thu, Jul 23

See [kubernetes-announce@](https://groups.google.com/forum/#!forum/kubernetes-announce). Additional binary downloads are linked in the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.36.md). See the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.36.md) for more details.

v1.35.7 Wed, Jul 22

See [kubernetes-announce@](https://groups.google.com/forum/#!forum/kubernetes-announce). Additional binary downloads are linked in the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.35.md). See the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.35.md) for more details.

v1.34.10 Wed, Jul 22

See [kubernetes-announce@](https://groups.google.com/forum/#!forum/kubernetes-announce). Additional binary downloads are linked in the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.34.md). See the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.34.md) for more details.

v1.37.0-beta.0 Mon, Jul 20

See [kubernetes-announce@](https://groups.google.com/forum/#!forum/kubernetes-announce). Additional binary downloads are linked in the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.37.md). See the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.37.md) for more details.

v1.37.0-alpha.3 Wed, Jul 8

See [kubernetes-announce@](https://groups.google.com/forum/#!forum/kubernetes-announce). Additional binary downloads are linked in the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.37.md). See the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.37.md) for more details.

v1.37.0-alpha.2 Thu, Jun 25

See [kubernetes-announce@](https://groups.google.com/forum/#!forum/kubernetes-announce). Additional binary downloads are linked in the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.37.md). See the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.37.md) for more details.

v1.36.2 Fri, Jun 12

See [kubernetes-announce@](https://groups.google.com/forum/#!forum/kubernetes-announce). Additional binary downloads are linked in the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.36.md). See the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.36.md) for more details.

v1.35.6 Fri, Jun 12

See [kubernetes-announce@](https://groups.google.com/forum/#!forum/kubernetes-announce). Additional binary downloads are linked in the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.35.md). See the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.35.md) for more details.

v1.34.9 Fri, Jun 12

See [kubernetes-announce@](https://groups.google.com/forum/#!forum/kubernetes-announce). Additional binary downloads are linked in the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.34.md). See the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.34.md) for more details.

v1.33.13 Fri, Jun 12

See [kubernetes-announce@](https://groups.google.com/forum/#!forum/kubernetes-announce). Additional binary downloads are linked in the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.33.md). See the [CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.33.md) for more details.

MODERATE CVE-2025-13281 Mon, Dec 15

A half-blind Server Side Request Forgery (SSRF) vulnerability exists in kube-controller-manager when using the in-tree Portworx StorageClass. This vulnerability allows authorized users to leak arbitrary information from unprotected endpoints in the control plane’s host network (including link-local or loopback services).

GHSA-r6j8-c6r2-37rr CVE-2025-13281 CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N k8s.io/kubernetes introduced: 0 fixed: 1.32.10 k8s.io/kubernetes introduced: 1.33.0-alpha.0 fixed: 1.33.6 k8s.io/kubernetes introduced: 1.34.0-alpha.0 fixed: 1.34.2
MODERATE CVE-2025-5187 Wed, Aug 27

A vulnerability exists in the NodeRestriction admission controller in Kubernetes clusters where node users can delete their corresponding node object by patching themselves with an OwnerReference to a cluster-scoped resource. If the OwnerReference resource does not exist or is subsequently deleted, the given node object will be deleted via garbage collection.

GHSA-4x4m-3c2p-qppc CVE-2025-5187 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:L k8s.io/kubernetes introduced: 0 fixed: 1.31.12 k8s.io/kubernetes introduced: 1.32.0-alpha.0 fixed: 1.32.8 k8s.io/kubernetes introduced: 1.33.0-alpha.0 fixed: 1.33.4
LOW CVE-2025-4563 Mon, Jun 23

A vulnerability exists in the NodeRestriction admission controller where nodes can bypass dynamic resource allocation authorization checks. When the DynamicResourceAllocation feature gate is enabled, the controller properly validates resource claim statuses during pod status updates but fails to perform equivalent validation during pod creation. This allows a compromised node to create mirror pods that access unauthorized dynamic resources, potentially leading to privilege escalation.

GHSA-hj2p-8wj8-pfq4 CVE-2025-4563 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L k8s.io/kubernetes introduced: 1.32.0 fixed: 1.32.6 k8s.io/kubernetes introduced: 1.33.0 fixed: 1.33.2
LOW CVE-2024-7598 Thu, Mar 20

A security issue was discovered in Kubernetes where a malicious or compromised pod could bypass network restrictions enforced by network policies during namespace deletion. The order in which objects are deleted during namespace termination is not defined, and it is possible for network policies to be deleted before the pods that they protect.

GHSA-r56h-j38w-hrqq CVE-2024-7598 CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N k8s.io/kubernetes/cmd/kube-apiserver introduced: 1.3.0 last_affected: 1.32.3
MODERATE CVE-2024-9042 Thu, Mar 13

A security vulnerability has been discovered in Kubernetes windows nodes that could allow a user with the ability to query a node's '/logs' endpoint to execute arbitrary commands on the host. This CVE affects only Windows worker nodes. Your worker node is vulnerable to this issue if it is running one of the affected versions listed below.

GHSA-vv39-3w5q-974q CVE-2024-9042 CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N k8s.io/kubernetes introduced: 0 fixed: 1.29.13 k8s.io/kubernetes introduced: 1.30.0-alpha.0 fixed: 1.30.9 k8s.io/kubernetes introduced: 1.31.0-alpha.0 fixed: 1.31.5 k8s.io/kubernetes introduced: 1.32.0-alpha.0 fixed: 1.32.1
MODERATE CVE-2025-1767 Thu, Mar 13

A security vulnerability was discovered in Kubernetes that could allow a user with create pod permission to exploit gitRepo volumes to access local git repositories belonging to other pods on the same node. This CVE only affects Kubernetes clusters that utilize the in-tree gitRepo volume to clone git repositories from other pods within the same node.

GHSA-3wgm-2gw2-vh5m CVE-2025-1767 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N k8s.io/kubernetes introduced: 0 last_affected: 1.32.3
MODERATE CVE-2025-0426 Thu, Feb 13

A security issue was discovered in Kubernetes where a large number of container checkpoint requests made to the unauthenticated kubelet read-only HTTP endpoint may cause a Node Denial of Service by filling the Node's disk.

GHSA-jgfp-53c3-624w CVE-2025-0426 CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H k8s.io/kubernetes introduced: 1.32.0 fixed: 1.32.2 k8s.io/kubernetes introduced: 1.31.0 fixed: 1.31.6 k8s.io/kubernetes introduced: 1.30.0 fixed: 1.30.10 k8s.io/kubernetes introduced: 0 fixed: 1.29.14
HIGH CVE-2024-10220 Fri, Nov 22

The Kubernetes kubelet component allows arbitrary command execution via specially crafted gitRepo volumes.This issue affects kubelet: through 1.28.11, from 1.29.0 through 1.29.6, from 1.30.0 through 1.30.2.

GHSA-27wf-5967-98gx CVE-2024-10220 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N k8s.io/kubernetes introduced: 0 fixed: 1.28.12 k8s.io/kubernetes introduced: 1.29.0 fixed: 1.29.7 k8s.io/kubernetes introduced: 1.30.0 fixed: 1.30.3
HIGH CVE-2024-0793 Sun, Nov 17

A flaw was found in kube-controller-manager. This issue occurs when the initial application of a HPA config YAML lacking a .spec.behavior.scaleUp block causes a denial of service due to KCM pods going into restart churn.

GHSA-h7wq-jj8r-qm7p CVE-2024-0793 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H k8s.io/kubernetes introduced: 0 fixed: 1.27.0-alpha.1
HIGH CVE-2024-5321 Thu, Jul 18

A security issue was discovered in Kubernetes clusters with Windows nodes where BUILTIN\Users may be able to read container logs and NT AUTHORITY\Authenticated Users may be able to modify container logs.

GHSA-82m2-cv7p-4m75 CVE-2024-5321 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N k8s.io/kubernetes introduced: 0 fixed: 1.27.16 k8s.io/kubernetes introduced: 1.28.0 fixed: 1.28.12 k8s.io/kubernetes introduced: 1.29.0 fixed: 1.29.7 k8s.io/kubernetes introduced: 1.30.0 fixed: 1.30.3
MODERATE CVE-2019-11245 Wed, Apr 24

In kubelet v1.13.6 and v1.14.2, containers for pods that do not specify an explicit `runAsUser` attempt to run as uid 0 (root) on container restart, or if the image was previously pulled to the node. If the pod specified `mustRunAsNonRoot: true`, the kubelet will refuse to start the container as root. If the pod did not specify `mustRunAsNonRoot: true`, the kubelet will run the container as uid 0.

GHSA-r76g-g87f-vw8f CVE-2019-11245 CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L k8s.io/kubernetes/cmd/kubelet introduced: 1.14.0 fixed: 1.14.3 k8s.io/kubernetes/cmd/kubelet introduced: 1.13.0 fixed: 1.13.7
MODERATE CVE-2020-8563 Wed, Apr 24

In Kubernetes clusters using VSphere as a cloud provider, with a logging level set to 4 or above, VSphere cloud credentials will be leaked in the cloud controller manager's log. This affects < v1.19.3.

GHSA-5xfg-wv98-264m CVE-2020-8563 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N github.com/kubernetes/kubernetes introduced: 0 fixed: 1.19.3
MODERATE CVE-2020-8566 Wed, Apr 24

In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager's logs during provisioning of Ceph RBD persistent claims. This affects < v1.19.3, < v1.18.10, < v1.17.13.

GHSA-5x96-j797-5qqw CVE-2020-8566 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N github.com/kubernetes/kubernetes introduced: 0 fixed: 1.17.13 github.com/kubernetes/kubernetes introduced: 1.18.0 fixed: 1.18.10 github.com/kubernetes/kubernetes introduced: 1.19.0 fixed: 1.19.3
MODERATE CVE-2020-8557 Wed, Apr 24

The Kubernetes kubelet component in versions 1.1-1.16.12, 1.17.0-1.17.8 and 1.18.0-1.18.5 do not account for disk usage by a pod which writes to its own /etc/hosts file. The /etc/hosts file mounted in a pod by kubelet is not included by the kubelet eviction manager when calculating ephemeral storage usage by a pod. If a pod writes a large amount of data to the /etc/hosts file, it could fill the storage space of the node and cause the node to fail.

GHSA-55qj-gj3x-jq9r CVE-2020-8557 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H k8s.io/kubernetes/pkg/kubelet introduced: 1.1.0 fixed: 1.16.13 k8s.io/kubernetes/pkg/kubelet introduced: 1.17.0 fixed: 1.17.9 k8s.io/kubernetes/pkg/kubelet introduced: 1.18.0 fixed: 1.18.6
MODERATE CVE-2020-8559 Wed, Apr 24

The Kubernetes kube-apiserver in versions v1.6-v1.15, and versions prior to v1.16.13, v1.17.9 and v1.18.7 are vulnerable to an unvalidated redirect on proxied upgrade requests that could allow an attacker to escalate privileges from a node compromise to a full cluster compromise.

GHSA-33c5-9fx5-fvjm CVE-2020-8559 CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H k8s.io/apimachinery introduced: 0 fixed: 0.16.13 k8s.io/apimachinery introduced: 0.17.0 fixed: 0.17.9 k8s.io/apimachinery introduced: 0.18.0 fixed: 0.18.7 k8s.io/kubernetes introduced: 0 fixed: 1.16.13 k8s.io/kubernetes introduced: 1.17.0 fixed: 1.17.9 k8s.io/kubernetes introduced: 1.18.0 fixed: 1.18.7
LOW CVE-2024-3177 Tue, Apr 23

A security issue was discovered in Kubernetes where users may be able to launch containers that bypass the mountable secrets policy enforced by the ServiceAccount admission plugin when using containers, init containers, and ephemeral containers with the envFrom field populated. The policy ensures pods running with a service account may only reference secrets specified in the service account’s secrets field.

GHSA-pxhw-596r-rwq5 CVE-2024-3177 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N k8s.io/kubernetes introduced: 0 fixed: 1.27.13 k8s.io/kubernetes introduced: 1.29.0 fixed: 1.29.4 k8s.io/kubernetes introduced: 1.28.0 fixed: 1.28.9
HIGH CVE-2023-5528 Tue, Nov 14

A security issue was discovered in Kubernetes where a user that can create pods and persistent volumes on Windows nodes may be able to escalate to admin privileges on those nodes. Kubernetes clusters are only affected if they are using an in-tree storage plugin for Windows nodes.

GHSA-hq6q-c2x6-hmch CVE-2023-5528 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H k8s.io/kubernetes introduced: 1.28.0 fixed: 1.28.4 k8s.io/kubernetes introduced: 1.27.0 fixed: 1.27.8 k8s.io/kubernetes introduced: 1.26.0 fixed: 1.26.11 k8s.io/kubernetes introduced: 0 fixed: 1.25.16
HIGH CVE-2023-3676 Tue, Oct 31

A security issue was discovered in Kubernetes where a user that can create pods on Windows nodes may be able to escalate to admin privileges on those nodes. Kubernetes clusters are only affected if they include Windows nodes.

GHSA-7fxm-f474-hf8w CVE-2023-3676 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H k8s.io/kubernetes introduced: 1.28.0 fixed: 1.28.1 k8s.io/kubernetes introduced: 1.27.0 fixed: 1.27.5 k8s.io/kubernetes introduced: 1.26.0 fixed: 1.26.8 k8s.io/kubernetes introduced: 1.25.0 fixed: 1.25.13 k8s.io/kubernetes introduced: 0 fixed: 1.24.17
HIGH CVE-2023-3955 Tue, Oct 31

A security issue was discovered in Kubernetes where a user that can create pods on Windows nodes may be able to escalate to admin privileges on those nodes. Kubernetes clusters are only affected if they include Windows nodes.

GHSA-q78c-gwqw-jcmc CVE-2023-3955 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H k8s.io/kubernetes introduced: 1.28.0 fixed: 1.28.1 k8s.io/kubernetes introduced: 1.27.0 fixed: 1.27.5 k8s.io/kubernetes introduced: 1.26.0 fixed: 1.26.8 k8s.io/kubernetes introduced: 1.25.0 fixed: 1.25.13 k8s.io/kubernetes introduced: 0 fixed: 1.24.17
MODERATE CVE-2021-25736 Mon, Oct 30

Kube-proxy on Windows can unintentionally forward traffic to local processes listening on the same port (`spec.ports[*].port`) as a LoadBalancer Service when the LoadBalancer controller does not set the `status.loadBalancer.ingress[].ip` field. Clusters where the LoadBalancer controller sets the `status.loadBalancer.ingress[].ip` field are unaffected.

GHSA-35c7-w35f-xwgh CVE-2021-25736 CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N k8s.io/kubernetes introduced: 0 fixed: 1.21.0
MODERATE CVE-2023-2727 Mon, Jul 3

Users may be able to launch containers using images that are restricted by ImagePolicyWebhook when using ephemeral containers. Kubernetes clusters are only affected if the ImagePolicyWebhook admission plugin is used together with ephemeral containers.

GHSA-qc2g-gmh6-95p4 CVE-2023-2727 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N k8s.io/kubernetes introduced: 1.27.0 fixed: 1.27.3 k8s.io/kubernetes introduced: 1.26.0 fixed: 1.26.6 k8s.io/kubernetes introduced: 1.25.0 fixed: 1.25.11 k8s.io/kubernetes introduced: 0 fixed: 1.24.15
MODERATE CVE-2023-2728 Mon, Jul 3

Users may be able to launch containers that bypass the mountable secrets policy enforced by the ServiceAccount admission plugin when using ephemeral containers. The policy ensures pods running with a service account may only reference secrets specified in the service account’s secrets field. Kubernetes clusters are only affected if the ServiceAccount admission plugin and the `kubernetes.io/enforce-mountable-secrets` annotation are used together with ephemeral containers.

GHSA-cgcv-5272-97pr CVE-2023-2728 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N k8s.io/kubernetes introduced: 1.27.0 fixed: 1.27.3 k8s.io/kubernetes introduced: 1.26.0 fixed: 1.26.6 k8s.io/kubernetes introduced: 1.25.0 fixed: 1.25.11 k8s.io/kubernetes introduced: 0 fixed: 1.24.15
MODERATE CVE-2023-2431 Fri, Jun 16

A security issue was discovered in Kubelet that allows pods to bypass the seccomp profile enforcement. Pods that use localhost type for seccomp profile but specify an empty profile field, are affected by this issue. In this scenario, this vulnerability allows the pod to run in unconfined (seccomp disabled) mode. This bug affects Kubelet.

GHSA-xc8m-28vv-4pjc CVE-2023-2431 CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N k8s.io/kubernetes introduced: 0 fixed: 1.24.14 k8s.io/kubernetes introduced: 1.25.0 fixed: 1.25.10 k8s.io/kubernetes introduced: 1.26.0 fixed: 1.26.5 k8s.io/kubernetes introduced: 1.27.0 fixed: 1.27.2
MODERATE CVE-2022-3162 Wed, Mar 1

Users authorized to list or watch one type of namespaced custom resource cluster-wide can read custom resources of a different type in the same API group without authorization. Clusters are impacted by this vulnerability if all of the following are true: 1. There are 2+ CustomResourceDefinitions sharing the same API group 2. Users have cluster-wide list or watch authorization on one of those custom resources. 3.

GHSA-2394-5535-8j88 CVE-2022-3162 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N github.com/kubernetes/kubernetes introduced: 1.25.0 fixed: 1.25.4 github.com/kubernetes/kubernetes introduced: 1.24.0 fixed: 1.24.8 github.com/kubernetes/kubernetes introduced: 1.23.0 fixed: 1.23.14 github.com/kubernetes/kubernetes introduced: 1.22.0 fixed: 1.22.16
HIGH CVE-2022-3294 Wed, Mar 1

Users may have access to secure endpoints in the control plane network. Kubernetes clusters are only affected if an untrusted user can modify Node objects and send proxy requests to them. Kubernetes supports node proxying, which allows clients of kube-apiserver to access endpoints of a Kubelet to establish connections to Pods, retrieve container logs, and more. While Kubernetes already validates the proxying address for Nodes, a bug in kube-apiserver made it possible to bypass this validation.

GHSA-jh36-q97c-9928 CVE-2022-3294 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H github.com/kubernetes/kubernetes introduced: 1.25.0 fixed: 1.25.4 github.com/kubernetes/kubernetes introduced: 1.24.0 fixed: 1.24.8 github.com/kubernetes/kubernetes introduced: 1.23.0 fixed: 1.23.14 github.com/kubernetes/kubernetes introduced: 1.22.0 fixed: 1.22.16
MODERATE CVE-2020-8565 Mon, Feb 6

In Kubernetes, if the logging level is set to at least 9, authorization and bearer tokens will be written to log files. This can occur both in API server logs and client tool output like kubectl. This affects <= v1.19.5, <= v1.18.13, <= v1.17.15, < v1.20.0-alpha2.

GHSA-8cfg-vx93-jvxw CVE-2020-8565 CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N k8s.io/client-go introduced: 0.19.0 fixed: 0.19.6 k8s.io/client-go introduced: 0.20.0-alpha.0 fixed: 0.20.0-alpha.2 k8s.io/client-go introduced: 0.18.0 fixed: 0.18.14 k8s.io/client-go introduced: 0 fixed: 0.17.16 k8s.io/kubernetes introduced: 0 fixed: 1.20.0-alpha.2
MODERATE CVE-2020-8564 Mon, Feb 6

In Kubernetes clusters using a logging level of at least 4, processing a malformed docker config file will result in the contents of the docker config file being leaked, which can include pull secrets or other registry credentials. This affects < v1.19.3, < v1.18.10, < v1.17.13.

GHSA-8mjg-8c8g-6h85 CVE-2020-8564 CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N github.com/kubernetes/kubernetes introduced: 1.19.0 fixed: 1.19.3 github.com/kubernetes/kubernetes introduced: 1.18.0 fixed: 1.18.10 github.com/kubernetes/kubernetes introduced: 0 fixed: 1.17.13 k8s.io/kubernetes introduced: 0 fixed: 1.20.0-alpha.1
MODERATE CVE-2019-11250 Tue, May 24

The Kubernetes client-go library logs request headers at verbosity levels of 7 or higher. This can disclose credentials to unauthorized users via logs or command output. Kubernetes components (such as kube-apiserver) prior to v1.16.0, which make use of basic or bearer token authentication, and run at high verbosity levels, are affected.

GHSA-jmrx-5g74-6v2f CVE-2019-11250 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N k8s.io/client-go introduced: 0 fixed: 0.17.0 k8s.io/kubernetes introduced: 0 fixed: 1.16.0-beta.1
HIGH CVE-2019-11243 Tue, May 24

In Kubernetes v1.12.0-v1.12.4 and v1.13.0, the rest.AnonymousClientConfig() method returns a copy of the provided config, with credentials removed (bearer token, username/password, and client certificate/key data). In the affected versions, rest.AnonymousClientConfig() did not effectively clear service account credentials loaded using rest.InClusterConfig()

GHSA-gc2p-g4fg-29vh CVE-2019-11243 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H k8s.io/kubernetes introduced: 1.12.0 fixed: 1.12.5 k8s.io/kubernetes introduced: 1.13.0 fixed: 1.13.1
MODERATE CVE-2017-1002102 Fri, May 13

In Kubernetes versions 1.3.x, 1.4.x, 1.5.x, 1.6.x and prior to versions 1.7.14, 1.8.9 and 1.9.4 containers using a secret, configMap, projected or downwardAPI volume can trigger deletion of arbitrary files/directories from the nodes where they are running.

GHSA-mm7g-f2gg-cw8g CVE-2017-1002102 CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:N k8s.io/kubernetes introduced: 1.3.0 fixed: 1.7.14 k8s.io/kubernetes introduced: 1.8.0 fixed: 1.8.9 k8s.io/kubernetes introduced: 1.9.0 fixed: 1.9.4
MODERATE CVE-2018-1002100 Fri, May 13

In Kubernetes versions 1.5.x, 1.6.x, 1.7.x, 1.8.x, and prior to version 1.9.6, the kubectl cp command insecurely handles tar data returned from the container, and can be caused to overwrite arbitrary local files.

GHSA-2jq6-ffph-p4h8 CVE-2018-1002100 CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N k8s.io/kubernetes introduced: 1.5.0-alpha.0 fixed: 1.9.6
MODERATE CVE-2019-1002100 Fri, May 13

In all Kubernetes versions prior to v1.11.8, v1.12.6, and v1.13.4, users that are authorized to make patch requests to the Kubernetes API Server can send a specially crafted patch of type "json-patch" (e.g. `kubectl patch --type json` or `"Content-Type: application/json-patch+json"`) that consumes excessive resources while processing, causing a Denial of Service on the API Server.

GHSA-q4rr-64r9-fwgf CVE-2019-1002100 CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H k8s.io/kubernetes introduced: 1.0.0 last_affected: 1.10.14 k8s.io/kubernetes introduced: 1.11.0 fixed: 1.11.8 k8s.io/kubernetes introduced: 1.12.0 fixed: 1.12.6 k8s.io/kubernetes introduced: 1.13.0 fixed: 1.13.4
LOW CVE-2015-7561 Fri, May 13

Kubernetes in OpenShift3 allows remote authenticated users to use the private images of other users should they know the name of said image.

GHSA-2h9c-34v6-3qmr CVE-2015-7561 CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N k8s.io/kubernetes introduced: 0 fixed: 1.2.0-alpha.6
MODERATE CVE-2018-1002101 Tue, Feb 15

In Kubernetes versions 1.9.0-1.9.9, 1.10.0-1.10.5, and 1.11.0-1.11.1, user input was handled insecurely while setting up volume mounts on Windows nodes, which could lead to command line argument injection. ### Specific Go Packages Affected k8s.io/kubernetes/pkg/util/mount

GHSA-wqwf-x5cj-rg56 CVE-2018-1002101 CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N k8s.io/kubernetes introduced: 1.9.0 fixed: 1.9.10 k8s.io/kubernetes introduced: 1.10.0 fixed: 1.10.6 k8s.io/kubernetes introduced: 1.11.0 fixed: 1.11.2
HIGH CVE-2020-8558 Tue, Feb 15

A security issue was discovered in the Kubelet and kube-proxy components of Kubernetes which allows adjacent hosts to reach TCP and UDP services bound to 127.0.0.1 running on the node or in the node's network namespace. For example, if a cluster administrator runs a TCP service on a node that listens on 127.0.0.1:1234, because of this bug, that service would be potentially reachable by other hosts on the same LAN as the node, or by containers running on the same node as the service.

GHSA-wqv3-8cm6-h6wg CVE-2020-8558 CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H k8s.io/kubernetes introduced: 1.18.0 fixed: 1.18.4 k8s.io/kubernetes introduced: 1.17.0 fixed: 1.17.7 k8s.io/kubernetes introduced: 0 fixed: 1.16.11
MODERATE CVE-2015-5305 Tue, Feb 15

Directory traversal vulnerability in Kubernetes, as used in Red Hat OpenShift Enterprise 3.0, allows attackers to write to arbitrary files via a crafted object type name, which is not properly handled before passing it to etcd.

GHSA-jp32-vmm6-3vf5 CVE-2015-5305 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L github.com/kubernetes/kubernetes introduced: 0 fixed: 1.1.1 k8s.io/kubernetes introduced: 0 fixed: 1.1.1
MODERATE CVE-2020-8555 Tue, Feb 15

The Kubernetes kube-controller-manager in versions v1.0-1.14, versions prior to v1.15.12, v1.16.9, v1.17.5, and version v1.18.0 are vulnerable to a Server Side Request Forgery (SSRF) that allows certain authorized users to leak up to 500 bytes of arbitrary information from unprotected endpoints within the master's host network (such as link-local or loopback services).

GHSA-x6mj-w4jf-jmgw CVE-2020-8555 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N k8s.io/kubernetes introduced: 1.18.0 fixed: 1.18.1 k8s.io/kubernetes introduced: 1.17.0 fixed: 1.17.4 k8s.io/kubernetes introduced: 1.16.0 fixed: 1.16.9 k8s.io/kubernetes introduced: 0 fixed: 1.15.12
MODERATE CVE-2019-1002101 Tue, Feb 15

The kubectl cp command allows copying files between containers and the user machine. To copy files from a container, Kubernetes creates a tar inside the container, copies it over the network, and kubectl unpacks it on the user’s machine. If the tar binary in the container is malicious, it could run any code and output unexpected, malicious results.

GHSA-34jx-wx69-9x8v CVE-2019-1002101 CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N k8s.io/kubernetes introduced: 0 fixed: 1.11.9 k8s.io/kubernetes introduced: 1.12.0 fixed: 1.12.7 k8s.io/kubernetes introduced: 1.13.0 fixed: 1.13.5
MODERATE CVE-2020-8551 Tue, Feb 15

The Kubelet component in versions 1.15.0-1.15.9, 1.16.0-1.16.6, and 1.17.0-1.17.2 has been found to be vulnerable to a denial of service attack via the kubelet API, including the unauthenticated HTTP read-only API typically served on port 10255, and the authenticated HTTPS API typically served on port 10250.

GHSA-qhm4-jxv7-j9pq CVE-2020-8551 CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L k8s.io/kubernetes introduced: 1.15.0 fixed: 1.15.10 k8s.io/kubernetes introduced: 1.16.0 fixed: 1.16.6 k8s.io/kubernetes introduced: 1.17.0 fixed: 1.17.2
MODERATE CVE-2020-8554 Tue, Feb 8

Kubernetes API server in all versions allow an attacker who is able to create a ClusterIP service and set the spec.externalIPs field, to intercept traffic to that IP address. Additionally, an attacker who is able to patch the status (which is considered a privileged operation and should not typically be granted to users) of a LoadBalancer service can set the status.loadBalancer.ingress.ip to similar effect.

GHSA-j9wf-vvm6-4r9w CVE-2020-8554 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L k8s.io/kubernetes introduced: 0 last_affected: 1.22.0