Kubernetes
Approved changes feed: RSS · Atom
cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Kubernetes (3ee05930-9e42-51b2-ad52-30832f573b15) |
|---|---|
| Product | Kubernetes (1a2d2535-9ff1-599e-92b3-aa33ed592780) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from purl2cpe mapping |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:code.google/kubernetes |
purl2cpe | 2026-06-01 10:13:27.569196 |
pkg:github/kubernetes/kubernetes |
purl2cpe | 2026-06-01 10:13:27.569199 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2025-5187 |
vulnerable | 2026-06-03 15:06:27.208488 |
Nodes can delete themselves by adding an OwnerReference
MEDIUM (6.7)
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.
Published: 2025-08-27T16:20:56.778Z
Updated: 2026-02-26T17:47:59.242Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-4563 |
vulnerable | 2026-06-03 15:01:47.941317 |
Nodes can bypass dynamic resource allocation authorization checks
LOW (2.7)
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.
Published: 2025-06-23T15:38:42.258Z
Updated: 2025-06-23T15:58:05.106Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-13281 |
vulnerable | 2026-06-03 14:58:45.818116 |
Portworx Half-Blind SSRF in kube-controller-manager
MEDIUM (5.8)
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).
Published: 2025-12-14T21:27:34.786Z
Updated: 2025-12-15T16:26:59.485Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-5321 |
vulnerable | 2026-06-03 14:57:52.375851 |
Incorrect permissions on Windows containers logs
MEDIUM (6.1)
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.
Published: 2024-07-18T18:15:25.270Z
Updated: 2024-09-13T17:05:30.545Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-3177 |
vulnerable | 2026-06-03 14:56:23.646276 |
Bypassing mountable secrets policy imposed by the ServiceAccount admission plugin
LOW (2.7)
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. Kubernetes clusters are only affected if the ServiceAccount admission plugin and the kubernetes.io/enforce-mountable-secrets annotation are used together with containers, init containers, and ephemeral containers with the envFrom field populated.
Published: 2024-04-22T23:00:39.702Z
Updated: 2024-09-10T20:48:09.780Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-5528 |
vulnerable | 2026-06-03 14:53:48.915238 |
Kubernetes - Windows nodes - Insufficient input sanitization in in-tree storage plugin leads to privilege escalation
HIGH (7.2)
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.
Published: 2023-11-14T20:32:08.411Z
Updated: 2026-02-25T17:20:08.702Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-3955 |
vulnerable | 2026-06-03 14:52:42.209593 |
Kubernetes - Windows nodes - Insufficient input sanitization leads to privilege escalation
HIGH (8.8)
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.
Published: 2023-10-31T20:36:54.352Z
Updated: 2025-02-13T17:03:13.470Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-3676 |
vulnerable | 2026-06-03 14:52:41.476736 |
Kubernetes - Windows nodes - Insufficient input sanitization leads to privilege escalation
HIGH (8.8)
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.
Published: 2023-10-31T20:22:53.620Z
Updated: 2025-02-27T20:38:37.768Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-2728 |
vulnerable | 2026-06-03 14:51:43.767378 |
Bypassing enforce mountable secrets policy imposed by the ServiceAccount admission plugin
MEDIUM (6.5)
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.
Published: 2023-07-03T20:06:11.796Z
Updated: 2025-02-13T16:45:20.353Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-2727 |
vulnerable | 2026-06-03 14:51:43.766875 |
Bypassing policies imposed by the ImagePolicyWebhook admission plugin
MEDIUM (6.5)
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.
Published: 2023-07-03T20:05:04.329Z
Updated: 2025-02-13T16:45:04.559Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-2431 |
vulnerable | 2026-06-03 14:51:43.105636 |
Bypass of seccomp profile enforcement
LOW (3.4)
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.
Published: 2023-06-16T07:08:33.476Z
Updated: 2025-02-13T16:44:13.942Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-3294 |
vulnerable | 2026-06-03 14:47:52.863505 |
Node address isn't always verified when proxying
MEDIUM (6.6)
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. Bypassing this validation could allow authenticated requests destined for Nodes to to the API server's private network.
Published: 2023-03-01T00:00:00.000Z
Updated: 2025-03-07T18:34:22.358Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-3162 |
vulnerable | 2026-06-03 14:47:52.368084 |
Unauthorized read of Custom Resources
MEDIUM (6.5)
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. The same users are not authorized to read another custom resource in the same API group.
Published: 2023-03-01T00:00:00.000Z
Updated: 2025-03-07T18:35:03.127Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-25749 |
vulnerable | 2026-06-03 14:44:05.821456 |
runAsNonRoot logic bypass for Windows containers
HIGH (7.8)
Windows workloads can run as ContainerAdministrator even when those workloads set the runAsNonRoot option to true.
Published: 2023-05-24T00:00:00.000Z
Updated: 2025-01-16T21:21:12.621Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-25743 |
vulnerable | 2026-06-03 14:44:05.817378 |
ANSI escape characters in kubectl output are not being filtered
LOW (3)
kubectl does not neutralize escape, meta or control sequences contained in the raw data it outputs to a terminal. This includes but is not limited to the unstructured string fields in objects such as Events.
Published: 2022-01-07T00:00:12.399Z
Updated: 2024-09-16T23:51:24.348Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-25741 |
vulnerable | 2026-06-03 14:44:05.811203 |
Symlink Exchange Can Allow Host Filesystem Access
HIGH (8.8)
A security issue was discovered in Kubernetes where a user may be able to create a container with subpath volume mounts to access files & directories outside of the volume, including on the host filesystem.
Published: 2021-09-20T17:05:21.097Z
Updated: 2024-09-16T23:26:06.351Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-25740 |
vulnerable | 2026-06-03 14:44:05.809591 |
Holes in EndpointSlice Validation Enable Host Network Hijack
LOW (3.1)
A security issue was discovered with Kubernetes that could enable users to send network traffic to locations they would otherwise not have access to via a confused deputy attack.
Published: 2021-09-20T17:05:18.065Z
Updated: 2026-06-01T21:45:55.645Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-25737 |
vulnerable | 2026-06-03 14:44:05.805768 |
Holes in EndpointSlice Validation Enable Host Network Hijack
LOW (2.7)
A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.
Published: 2021-09-06T11:32:01.989Z
Updated: 2024-09-16T21:04:34.209Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-25736 |
vulnerable | 2026-06-03 14:44:05.805328 |
Windows kube-proxy LoadBalancer contention
MEDIUM (5.8)
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.
Published: 2023-10-30T02:19:48.916Z
Updated: 2025-06-12T14:42:12.231Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-25735 |
vulnerable | 2026-06-03 14:44:05.804777 |
Validating Admission Webhook does not observe some previous fields
MEDIUM (6.5)
A security issue was discovered in kube-apiserver that could allow node updates to bypass a Validating Admission Webhook. Clusters are only affected by this vulnerability if they run a Validating Admission Webhook for Nodes that denies admission based at least partially on the old state of the Node object. Validating Admission Webhook does not observe some previous fields.
Published: 2021-09-06T11:32:00.853Z
Updated: 2024-09-16T23:40:25.902Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8566 |
vulnerable | 2026-06-03 14:43:09.652366 |
Ceph RBD adminSecrets exposed in logs when loglevel >= 4
MEDIUM (4.7)
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.
Published: 2020-12-07T22:00:16.139Z
Updated: 2024-09-16T20:17:09.853Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8565 |
vulnerable | 2026-06-03 14:43:09.652002 |
Incomplete fix for CVE-2019-11250 allows for token leak in logs when logLevel >= 9
MEDIUM (4.7)
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.3, <= v1.18.10, <= v1.17.13, < v1.20.0-alpha2.
Published: 2020-12-07T22:00:19.374Z
Updated: 2024-09-17T00:05:58.669Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8564 |
vulnerable | 2026-06-03 14:43:09.651633 |
Docker config secrets leaked when file is malformed and loglevel >= 4
MEDIUM (4.7)
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.
Published: 2020-12-07T22:00:22.445Z
Updated: 2024-09-16T17:32:40.199Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8563 |
vulnerable | 2026-06-03 14:43:09.651248 |
Secret leaks in logs for vSphere Provider kube-controller-manager
MEDIUM (4.7)
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.
Published: 2020-12-07T22:00:25.689Z
Updated: 2024-09-16T17:18:26.773Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8562 |
vulnerable | 2026-06-03 14:43:09.648767 |
Bypass of Kubernetes API Server proxy TOCTOU
LOW (2.2)
As mitigations to a report from 2019 and CVE-2020-8555, Kubernetes attempts to prevent proxied connections from accessing link-local or localhost networks when making user-driven connections to Services, Pods, Nodes, or StorageClass service providers. As part of this mitigation Kubernetes does a DNS name resolution check and validates that response IPs are not in the link-local (169.254.0.0/16) or localhost (127.0.0.0/8) range. Kubernetes then performs a second DNS resolution without validation for the actual connection. If a non-standard DNS server returns different non-cached responses, a user may be able to bypass the proxy IP restriction and access private networks on the control plane.
Published: 2022-02-01T10:33:00.317Z
Updated: 2026-06-01T21:45:40.339Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8561 |
vulnerable | 2026-06-03 14:43:09.645541 |
Webhook redirect in kube-apiserver
MEDIUM (4.1)
A security issue was discovered in Kubernetes where actors that control the responses of MutatingWebhookConfiguration or ValidatingWebhookConfiguration requests are able to redirect kube-apiserver requests to private networks of the apiserver. If that user can view kube-apiserver logs when the log level is set to 10, they can view the redirected responses and headers in the logs.
Published: 2021-09-20T17:05:16.328Z
Updated: 2026-06-01T21:45:29.198Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8559 |
vulnerable | 2026-06-03 14:43:09.645185 |
Privilege escalation from compromised node to cluster
MEDIUM (6.4)
The Kubernetes kube-apiserver in versions v1.6-v1.15, and versions prior to v1.16.13, v1.17.9 and v1.18.6 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.
Published: 2020-07-22T13:47:08.684Z
Updated: 2024-09-16T17:58:15.587Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8558 |
vulnerable | 2026-06-03 14:43:09.644777 |
Kubernetes node setting allows for neighboring hosts to bypass localhost boundary
MEDIUM (5.4)
The Kubelet and kube-proxy components in versions 1.1.0-1.16.10, 1.17.0-1.17.6, and 1.18.0-1.18.3 were found to contain a security issue 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. Such a service is generally thought to be reachable only by other processes on the same host, but due to this defeect, could be reachable by other hosts on the same LAN as the node, or by containers running on the same node as the service.
Published: 2020-07-27T19:55:19.321Z
Updated: 2024-09-16T22:40:40.949Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8557 |
vulnerable | 2026-06-03 14:43:09.644331 |
Kubernetes node disk Denial of Service by writing to container /etc/hosts
MEDIUM (5.5)
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.
Published: 2020-07-23T16:59:38.580Z
Updated: 2024-09-17T03:14:05.177Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8555 |
vulnerable | 2026-06-03 14:43:09.642704 |
Kubernetes kube-controller-manager SSRF
MEDIUM (6.3)
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).
Published: 2020-06-04T21:50:11.749Z
Updated: 2024-09-16T18:39:58.006Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8554 |
vulnerable | 2026-06-03 14:43:09.640010 |
Kubernetes man in the middle using LoadBalancer or ExternalIPs
MEDIUM (6.3)
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.
Published: 2021-01-21T17:09:21.169Z
Updated: 2026-06-01T21:44:19.351Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8552 |
vulnerable | 2026-06-03 14:43:09.637882 |
Kubernetes API server denial of service
MEDIUM (5.3)
The Kubernetes API server component in versions prior to 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 successful API requests.
Published: 2020-03-27T14:25:15.000Z
Updated: 2024-08-04T10:03:46.260Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8551 |
vulnerable | 2026-06-03 14:43:09.637385 |
Kubernetes kubelet denial of service
MEDIUM (4.3)
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.
Published: 2020-03-27T14:25:14.000Z
Updated: 2024-08-04T10:03:45.888Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9946 |
vulnerable | 2026-06-03 14:40:50.181737 |
Details available
Cloud Native Computing Foundation (CNCF) CNI (Container Networking Interface) 0.7.4 has a network firewall misconfiguration which affects Kubernetes. The CNI 'portmap' plugin, used to setup HostPorts for CNI, inserts rules at the front of the iptables nat chains; which take precedence over the KUBE- SERVICES chain. Because of this, the HostPort/portmap rule could match incoming traffic even if there were better fitting, more specific service definition rules like NodePorts later in the chain. The issue is fixed in CNI 0.7.5 and Kubernetes 1.11.9, 1.12.7, 1.13.5, and 1.14.0.
Published: 2019-04-02T17:22:52.000Z
Updated: 2024-08-04T22:10:08.508Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11254 |
vulnerable | 2026-06-03 14:39:32.578809 |
Kubernetes API Server denial of service vulnerability from malicious YAML payloads
MEDIUM (6.5)
The Kubernetes API Server component in versions 1.1-1.14, and versions prior to 1.15.10, 1.16.7 and 1.17.3 allows an authorized user who sends malicious YAML payloads to cause the kube-apiserver to consume excessive CPU cycles while parsing YAML.
Published: 2020-04-01T20:30:15.907Z
Updated: 2024-09-16T23:16:55.380Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11253 |
vulnerable | 2026-06-03 14:39:32.578349 |
Kubernetes API Server JSON/YAML parsing vulnerable to resource exhaustion attack
HIGH (7.5)
Improper input validation in the Kubernetes API server in versions v1.0-1.12 and versions prior to v1.13.12, v1.14.8, v1.15.5, and v1.16.2 allows authorized users to send malicious YAML or JSON payloads, causing the API server to consume excessive CPU or memory, potentially crashing and becoming unavailable. Prior to v1.14.0, default RBAC policy authorized anonymous users to submit requests that could trigger this vulnerability. Clusters upgraded from a version prior to v1.14.0 keep the more permissive policy by default for backwards compatibility.
Published: 2019-10-17T15:40:10.154Z
Updated: 2024-09-16T23:21:47.959Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11252 |
vulnerable | 2026-06-03 14:39:32.577815 |
Credential leakage when failing to mount
MEDIUM (5.9)
The Kubernetes kube-controller-manager in versions v1.0-v1.17 is vulnerable to a credential leakage via error messages in mount failure logs and events for AzureFile and CephFS volumes.
Published: 2020-07-23T14:47:38.187Z
Updated: 2024-09-17T04:24:20.027Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11251 |
vulnerable | 2026-06-03 14:39:32.576046 |
kubectl cp allows symlink directory traversal
MEDIUM (4.8)
The Kubernetes kubectl cp command in versions 1.1-1.12, and versions prior to 1.13.11, 1.14.7, and 1.15.4 allows a combination of two symlinks provided by tar output of a malicious container to place a file outside of the destination directory specified in the kubectl cp invocation. This could be used to allow an attacker to place a nefarious file using a symlink, outside of the destination tree.
Published: 2020-02-03T15:35:13.000Z
Updated: 2024-08-04T22:48:09.005Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11250 |
vulnerable | 2026-06-03 14:39:32.570973 |
Kubernetes client-go logs authorization headers at debug verbosity levels
MEDIUM (4.7)
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.
Published: 2019-08-29T00:40:43.341Z
Updated: 2024-09-17T02:06:55.457Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11249 |
vulnerable | 2026-06-03 14:39:32.570303 |
kubectl cp allows symlink directory traversal
MEDIUM (4.8)
The kubectl cp command allows copying files between containers and the user machine. To copy files from a container, Kubernetes runs tar inside the container to create a tar archive, 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. An attacker could use this to write files to any path on the user’s machine when kubectl cp is called, limited only by the system permissions of the local user. Kubernetes affected versions include versions prior to 1.13.9, versions prior to 1.14.5, versions prior to 1.15.2, and versions 1.1, 1.2, 1.4, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12.
Published: 2019-08-29T00:26:18.429Z
Updated: 2024-09-16T18:19:22.322Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11248 |
vulnerable | 2026-06-03 14:39:32.538588 |
Kubernetes kubelet exposes /debug/pprof info on healthz port
MEDIUM (6.5)
The debugging endpoint /debug/pprof is exposed over the unauthenticated Kubelet healthz port. The go pprof endpoint is exposed over the Kubelet's healthz port. This debugging endpoint can potentially leak sensitive information such as internal Kubelet memory addresses and configuration, or for limited denial of service. Versions prior to 1.15.0, 1.14.4, 1.13.8, and 1.12.10 are affected. The issue is of medium severity, but not exposed by the default configuration.
Published: 2019-08-29T00:26:08.867Z
Updated: 2024-09-17T03:28:37.165Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11247 |
vulnerable | 2026-06-03 14:39:32.535877 |
Kubernetes kube-apiserver allows access to custom resources via wrong scope
MEDIUM (5)
The Kubernetes kube-apiserver mistakenly allows access to a cluster-scoped custom resource if the request is made as if the resource were namespaced. Authorizations for the resource accessed in this manner are enforced using roles and role bindings within the namespace, meaning that a user with access only to a resource in one namespace could create, view update or delete the cluster-scoped resource (according to their namespace role privileges). Kubernetes affected versions include versions prior to 1.13.9, versions prior to 1.14.5, versions prior to 1.15.2, and versions 1.7, 1.8, 1.9, 1.10, 1.11, 1.12.
Published: 2019-08-29T00:25:27.667Z
Updated: 2024-09-16T18:04:25.053Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11246 |
vulnerable | 2026-06-03 14:39:32.534157 |
kubectl cp allows symlink directory traversal
MEDIUM (6.4)
The kubectl cp command allows copying files between containers and the user machine. To copy files from a container, Kubernetes runs tar inside the container to create a tar archive, 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. An attacker could use this to write files to any path on the user’s machine when kubectl cp is called, limited only by the system permissions of the local user. Kubernetes affected versions include versions prior to 1.12.9, versions prior to 1.13.6, versions prior to 1.14.2, and versions 1.1, 1.2, 1.4, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11.
Published: 2019-08-29T00:23:54.992Z
Updated: 2024-09-16T23:01:11.541Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11245 |
vulnerable | 2026-06-03 14:39:32.530231 |
kubelet-started container uid changes to root after first restart or if image is already pulled to the node
MEDIUM (4.9)
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.
Published: 2019-08-29T00:22:24.173Z
Updated: 2024-09-16T22:09:44.877Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11244 |
vulnerable | 2026-06-03 14:39:32.527807 |
kubectl creates world-writeable cached schema files
LOW (3.3)
In Kubernetes v1.8.x-v1.14.x, schema info is cached by kubectl in the location specified by --cache-dir (defaulting to $HOME/.kube/http-cache), written with world-writeable permissions (rw-rw-rw-). If --cache-dir is specified and pointed at a different location accessible to other users/groups, the written files may be modified by other users/groups and disrupt the kubectl invocation.
Published: 2019-04-22T14:54:15.000Z
Updated: 2024-08-04T22:48:09.162Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11243 |
vulnerable | 2026-06-03 14:39:32.525847 |
Details available
LOW (3.1)
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()
Published: 2019-04-22T14:54:15.000Z
Updated: 2024-08-04T22:48:09.023Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-1002101 |
vulnerable | 2026-06-03 14:39:20.592986 |
kubectl cp path traversal
MEDIUM (6.4)
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. An attacker could use this to write files to any path on the user’s machine when kubectl cp is called, limited only by the system permissions of the local user. The untar function can both create and follow symbolic links. The issue is resolved in kubectl v1.11.9, v1.12.7, v1.13.5, and v1.14.0.
Published: 2019-04-01T14:14:27.768Z
Updated: 2024-09-16T20:46:49.730Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-1002100 |
vulnerable | 2026-06-03 14:39:20.591733 |
Details available
MEDIUM (6.5)
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.
Published: 2019-04-01T14:14:27.000Z
Updated: 2024-08-05T03:00:19.258Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1002105 |
vulnerable | 2026-06-03 14:37:53.002074 |
Details available
CRITICAL (9.8)
In all Kubernetes versions prior to v1.10.11, v1.11.5, and v1.12.3, incorrect handling of error responses to proxied upgrade requests in the kube-apiserver allowed specially crafted requests to establish a connection through the Kubernetes API server to backend servers, then send arbitrary requests over the same connection directly to the backend, authenticated with the Kubernetes API server's TLS credentials used to establish the backend connection.
Published: 2018-12-05T21:00:00.000Z
Updated: 2024-08-05T12:47:57.159Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1002102 |
vulnerable | 2026-06-03 14:37:52.989140 |
Kubernetes API server follows unvalidated redirects from streaming Kubelet endpoints
LOW (2.6)
Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet.
Published: 2019-12-05T16:05:18.042Z
Updated: 2024-09-17T00:56:37.681Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1002101 |
vulnerable | 2026-06-03 14:37:52.988768 |
Details available
MEDIUM (5.9)
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.
Published: 2018-12-05T21:00:00.000Z
Updated: 2024-08-05T12:47:57.266Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1002100 |
vulnerable | 2026-06-03 14:37:52.988321 |
Details available
MEDIUM (4.2)
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.
Published: 2018-06-01T21:00:00.000Z
Updated: 2024-09-16T16:17:37.665Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-1002102 |
vulnerable | 2026-06-03 14:36:25.744649 |
Details available
HIGH (7.1)
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.
Published: 2018-03-13T17:00:00.000Z
Updated: 2024-08-05T22:00:41.652Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-1002101 |
vulnerable | 2026-06-03 14:36:25.744231 |
Details available
HIGH (8.8)
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 subpath volume mounts with any volume type (including non-privileged pods, subject to file permissions) can access files/directories outside of the volume, including the host's filesystem.
Published: 2018-03-13T17:00:00.000Z
Updated: 2024-08-05T22:00:41.667Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-1002100 |
vulnerable | 2026-06-03 14:36:25.731621 |
Details available
Default access permissions for Persistent Volumes (PVs) created by the Kubernetes Azure cloud provider in versions 1.6.0 to 1.6.5 are set to "container" which exposes a URI that can be accessed without authentication on the public internet. Access to the URI string requires privileged access to the Kubernetes cluster or authenticated access to the Azure portal.
Published: 2017-09-14T13:00:00.000Z
Updated: 2024-09-16T16:53:57.251Z |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.