<?xml version="1.0" encoding="UTF-8"?>

<!-- AUTOGENERATED FILE. DO NOT EDIT. -->

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>tag:google.com,2016:gke-security-bulletins</id>
  <title>GKE - Security Bulletins</title>
  <link rel="self" href="https://docs.cloud.google.com/feeds/gke-security-bulletins.xml"/>
  <author>
    <name>Google Cloud Documentation</name>
  </author>
  <updated>2026-05-11T13:11:40.230579+00:00</updated>


  <entry>
    <title>GCP-2026-030</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-030</id>
    <updated>2026-05-11T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-030"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-05-11<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-43284">CVE-2026-43284</a></p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-030-gke" tabindex="-1">GKE</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>A container breakout vulnerability CVE-2026-43284 has been found in the Linux kernel, known as DirtyFrag. It allows an unprivileged local attacker to escalate to root on the host.</p>
<p>There are two exploit paths.</p>
<p>rxrpc exploit path: Container-Optimized OS is not vulnerable because the vulnerable module is not compiled in. Ubuntu nodes are vulnerable.</p>
<p>esp4 exploit path: Both Container-Optimized OS and Ubuntu are vulnerable, but the GKE default seccomp profile provides a mitigation that protects all Autopilot clusters and Standard clusters with <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/node-pools#autopilot-node-pools">Autopilot-managed node pools</a>. The esp4 exploit path requires the user to have the ability to make the unshare syscall to obtain CAP_NET_ADMIN. Containers that use the <code dir="ltr" translate="no">RuntimeDefault</code> SeccompProfile can’t call unshare and are unaffected. Containers that grant CAP_NET_ADMIN explicitly are affected.</p>
<p>Containers using GKE Sandbox are not impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do" tabindex="-1">What should I do?</h4>
<p>Upstream kernel patches have only recently been released. Those patches are being built into GKE releases and this bulletin will be updated when they are available. In the interim, partial mitigations are available below. We do not recommend relying on containers as a security boundary, container breakout vulnerabilities are very common. <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/hardening-your-cluster#gke_sandbox">Use GKE Sandbox instead</a>.</p>
<p>If possible, migrate your workloads to run as non-root. If your container needs to be root, consider setting the <code dir="ltr" translate="no">pod.spec.securityContext.seccompProfile.type</code> to <code dir="ltr" translate="no">RuntimeDefault</code> for all workloads in your cluster. As an added security measure we also recommend setting the <code dir="ltr" translate="no">pod.spec.containers[*].securityContext.allowPrivilegeEscalation</code> to <code dir="ltr" translate="no">false</code>.</p>
<div></div><devsite-code><pre dir="ltr" is-upgraded="" translate="no"><code dir="ltr" translate="no">apiVersion: v1
kind: Pod
metadata:
  name: default-pod
spec:
  securityContext:
    seccompProfile:
      type: RuntimeDefault
  containers:
  - name: mycontainer
    image: ubuntu
    securityContext:
      allowPrivilegeEscalation: false</code></pre></devsite-code>
</td>
<td>Medium</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-030-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>A container breakout vulnerability CVE-2026-43284 has been found in the Linux kernel, known as DirtyFrag. It allows an unprivileged local attacker to escalate to root on the host.</p>
<h4 data-text="What should I do?" id="what-should-i-do_1" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-030-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>A container breakout vulnerability CVE-2026-43284 has been found in the Linux kernel, known as DirtyFrag. It allows an unprivileged local attacker to escalate to root on the host.</p>
<h4 data-text="What should I do?" id="what-should-i-do_2" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-030-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>A container breakout vulnerability CVE-2026-43284 has been found in the Linux kernel, known as DirtyFrag. It allows an unprivileged local attacker to escalate to root on the host.</p>
<h4 data-text="What should I do?" id="what-should-i-do_3" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-030-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>A container breakout vulnerability CVE-2026-43284 has been found in the Linux kernel, known as DirtyFrag. It allows an unprivileged local attacker to escalate to root on the host.</p>
<h4 data-text="What should I do?" id="what-should-i-do_4" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-027</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-027</id>
    <updated>2026-05-01T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-027"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-05-01<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-23351">CVE-2026-23351</a></p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-027-gke" tabindex="-1">GKE</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2026-23351</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_5" tabindex="-1">What should I do?</h4>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.35.3-gke.1389000</li><li>1.34.6-gke.1154000</li><li>1.33.10-gke.1115000</li><li>1.32.13-gke.1258000</li><li>1.31.14-gke.1723000</li><li>1.30.14-gke.2320000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-027-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23351</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_6" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-027-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23351</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_7" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-027-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23351</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_8" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-027-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23351</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_9" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-026</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-026</id>
    <updated>2026-04-30T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-026"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-04-30<br/> <strong>Updated: </strong>2026-05-04<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-31431">CVE-2026-31431</a></p><p><strong>2026-05-04 Update:</strong> Added patch versions for GKE.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-026-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2026-05-04</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>A vulnerability in the Linux kernel (<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-31431">CVE-2026-31431</a>) allows an unprivileged local attacker to write to the system page cache, potentially leading to local privilege escalation and container escape.</p>
<p>GKE Standard and Autopilot clusters are affected.</p>
<p>Containers using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/hardening-your-cluster#gke_sandbox">GKE Sandbox</a> are not impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_10" tabindex="-1">What should I do?</h4>
<p><strong>2026-05-04 Update:</strong> The following versions of GKE are updated with code to fix this vulnerability on Container-Optimized OS. <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your Container-Optimized OS node pools to the following versions or later:</p>
<ul>
<li>1.36.0-gke.1555000</li>
<li>1.35.3-gke.1943000</li>
<li>1.34.7-gke.1292000</li>
<li>1.33.11-gke.1132000</li>
<li>1.32.13-gke.1446000</li>
<li>1.31.14-gke.1846000</li>
<li>1.30.14-gke.2439000</li>
</ul>
<p>If you don't see these versions in the Google Cloud console, then use the
          <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/upgrade"><code dir="ltr" translate="no">gcloud container clusters upgrade</code></a>
          gcloud CLI command to specify the versions and upgrade your node pools in
          Standard clusters and your control plane in Autopilot clusters.</p>
<hr/>
<p>Upstream kernel patches have only recently been released. Those patches are being built into GKE releases and this bulletin will be updated when they are available. In the interim, mitigations are available below.</p>
<p>We do not recommend relying on containers as a security boundary, container breakout vulnerabilities are very common. <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/hardening-your-cluster#gke_sandbox">Use GKE Sandbox instead</a>.</p>
<p>For immediate protection, <a href="https://github.com/GoogleCloudPlatform/k8s-node-tools/tree/master/disable-algif-aead">mitigation advice here</a>.</p>
<h4 data-text="What vulnerabilities are being addressed?" id="what-vulnerabilities-are-being-addressed" tabindex="-1">What vulnerabilities are being addressed?</h4>
<p>The vulnerability, CVE-2026-31431, is a logic flaw in the Linux kernel's <code dir="ltr" translate="no">authencesn</code> cryptographic template that chains <code dir="ltr" translate="no">AF_ALG</code> and <code dir="ltr" translate="no">splice()</code>. It allows an unprivileged local user to trigger a deterministic, controlled 4-byte write into the page cache of any readable file on the system. Because the page cache is shared across the host, an attacker can exploit this to achieve root privileges or escape container boundaries by corrupting the in-memory versions of setuid binaries or other sensitive files.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-026-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>A vulnerability in the Linux kernel (<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-31431">CVE-2026-31431</a>) allows an unprivileged local attacker to write to the system page cache, potentially leading to local privilege escalation and container escape.</p>
<h4 data-text="What should I do?" id="what-should-i-do_11" tabindex="-1">What should I do?</h4>
<p>Upstream kernel patches have only recently been released. Those patches are being built into GKE releases and this bulletin will be updated when they are available. In the interim, mitigations are available below.</p>
<p>We do not recommend relying on containers as a security boundary, container breakout vulnerabilities are very common. <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/hardening-your-cluster#gke_sandbox">Use GKE Sandbox instead</a>.</p>
<p>For immediate protection, <a href="https://github.com/GoogleCloudPlatform/k8s-node-tools/tree/master/disable-algif-aead">mitigation advice here</a>.</p>
<h4 data-text="What vulnerabilities are being addressed?" id="what-vulnerabilities-are-being-addressed_1" tabindex="-1">What vulnerabilities are being addressed?</h4>
<p>The vulnerability, CVE-2026-31431, is a logic flaw in the Linux kernel's <code dir="ltr" translate="no">authencesn</code> cryptographic template that chains <code dir="ltr" translate="no">AF_ALG</code> and <code dir="ltr" translate="no">splice()</code>. It allows an unprivileged local user to trigger a deterministic, controlled 4-byte write into the page cache of any readable file on the system. Because the page cache is shared across the host, an attacker can exploit this to achieve root privileges or escape container boundaries by corrupting the in-memory versions of sensitive files.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-026-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>A vulnerability in the Linux kernel (<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-31431">CVE-2026-31431</a>) allows an unprivileged local attacker to write to the system page cache, potentially leading to local privilege escalation and container escape.</p>
<h4 data-text="What should I do?" id="what-should-i-do_12" tabindex="-1">What should I do?</h4>
<p>Upstream kernel patches have only recently been released. Those patches are being built into GKE releases and this bulletin will be updated when they are available. In the interim, mitigations are available below.</p>
<p>We do not recommend relying on containers as a security boundary, container breakout vulnerabilities are very common. <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/hardening-your-cluster#gke_sandbox">Use GKE Sandbox instead</a>.</p>
<p>For immediate protection, <a href="https://github.com/GoogleCloudPlatform/k8s-node-tools/tree/master/disable-algif-aead">mitigation advice here</a>.</p>
<h4 data-text="What vulnerabilities are being addressed?" id="what-vulnerabilities-are-being-addressed_2" tabindex="-1">What vulnerabilities are being addressed?</h4>
<p>The vulnerability, CVE-2026-31431, is a logic flaw in the Linux kernel's <code dir="ltr" translate="no">authencesn</code> cryptographic template that chains <code dir="ltr" translate="no">AF_ALG</code> and <code dir="ltr" translate="no">splice()</code>. It allows an unprivileged local user to trigger a deterministic, controlled 4-byte write into the page cache of any readable file on the system. Because the page cache is shared across the host, an attacker can exploit this to achieve root privileges or escape container boundaries by corrupting the in-memory versions of sensitive files.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-026-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>A vulnerability in the Linux kernel (<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-31431">CVE-2026-31431</a>) allows an unprivileged local attacker to write to the system page cache, potentially leading to local privilege escalation and container escape.</p>
<h4 data-text="What should I do?" id="what-should-i-do_13" tabindex="-1">What should I do?</h4>
<p>Upstream kernel patches have only recently been released. Those patches are being built into GKE releases and this bulletin will be updated when they are available. In the interim, mitigations are available below.</p>
<p>We do not recommend relying on containers as a security boundary, container breakout vulnerabilities are very common. <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/hardening-your-cluster#gke_sandbox">Use GKE Sandbox instead</a>.</p>
<p>For immediate protection, <a href="https://github.com/GoogleCloudPlatform/k8s-node-tools/tree/master/disable-algif-aead">mitigation advice here</a>.</p>
<h4 data-text="What vulnerabilities are being addressed?" id="what-vulnerabilities-are-being-addressed_3" tabindex="-1">What vulnerabilities are being addressed?</h4>
<p>The vulnerability, CVE-2026-31431, is a logic flaw in the Linux kernel's <code dir="ltr" translate="no">authencesn</code> cryptographic template that chains <code dir="ltr" translate="no">AF_ALG</code> and <code dir="ltr" translate="no">splice()</code>. It allows an unprivileged local user to trigger a deterministic, controlled 4-byte write into the page cache of any readable file on the system. Because the page cache is shared across the host, an attacker can exploit this to achieve root privileges or escape container boundaries by corrupting the in-memory versions of sensitive files.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-026-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>A vulnerability in the Linux kernel (<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-31431">CVE-2026-31431</a>) allows an unprivileged local attacker to write to the system page cache, potentially leading to local privilege escalation and container escape.</p>
<h4 data-text="What should I do?" id="what-should-i-do_14" tabindex="-1">What should I do?</h4>
<p>GDC software for bare metal does not bundle an operating system in its distribution. Customers are responsible for installing and maintaining a supported Linux distribution on physical hardware.</p>
<p>To protect your cluster, check with your OS vendor to see if your underlying Linux distribution is affected, and apply the appropriate kernel updates.</p>
<p>As an immediate mitigation, <a href="https://github.com/GoogleCloudPlatform/k8s-node-tools/tree/master/disable-algif-aead">mitigation advice here</a>.</p>
<h4 data-text="What vulnerabilities are being addressed?" id="what-vulnerabilities-are-being-addressed_4" tabindex="-1">What vulnerabilities are being addressed?</h4>
<p>The vulnerability, CVE-2026-31431, is a logic flaw in the Linux kernel's <code dir="ltr" translate="no">authencesn</code> cryptographic template that chains <code dir="ltr" translate="no">AF_ALG</code> and <code dir="ltr" translate="no">splice()</code>. It allows an unprivileged local user to trigger a deterministic, controlled 4-byte write into the page cache of any readable file on the system. Because the page cache is shared across the host, an attacker can exploit this to achieve root privileges or escape container boundaries by corrupting the in-memory versions of sensitive files.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-025</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-025</id>
    <updated>2026-04-30T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-025"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-04-30<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-23274">CVE-2026-23274</a></p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-025-gke" tabindex="-1">GKE</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2026-23274</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_15" tabindex="-1">What should I do?</h4>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.35.3-gke.1389000</li><li>1.34.6-gke.1154000</li><li>1.33.10-gke.1115000</li><li>1.32.13-gke.1258000</li><li>1.31.14-gke.1723000</li><li>1.30.14-gke.2320000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-025-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23274</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_16" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-025-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23274</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_17" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-025-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23274</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_18" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-025-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23274</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_19" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-024</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-024</id>
    <updated>2026-04-28T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-024"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-04-28<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-38248">CVE-2025-38248</a></p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-024-gke" tabindex="-1">GKE</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS and Ubuntu nodes:
          </p><ul>
<li>CVE-2025-38248</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_20" tabindex="-1">What should I do?</h4>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.35.2-gke.1485000</li><li>1.34.5-gke.1153000</li><li>1.33.9-gke.1117000</li><li>1.32.13-gke.1090000</li><li>1.31.14-gke.1526000</li><li>1.30.14-gke.2192000</li>
</ul>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Ubuntu node pools to one of the following patch versions or later:</p>
<ul>
<li>1.35.2-gke.1485000</li><li>1.34.5-gke.1153000</li><li>1.33.9-gke.1117000</li><li>1.32.13-gke.1090000</li><li>1.31.14-gke.1526000</li><li>1.30.14-gke.2154000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-024-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS and Ubuntu nodes:
            </p><ul>
<li>CVE-2025-38248</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_21" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-024-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS and Ubuntu nodes:
            </p><ul>
<li>CVE-2025-38248</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_22" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-024-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS and Ubuntu nodes:
            </p><ul>
<li>CVE-2025-38248</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_23" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-024-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS and Ubuntu nodes:
            </p><ul>
<li>CVE-2025-38248</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_24" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-023</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-023</id>
    <updated>2026-04-28T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-023"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-04-28<br/> <strong>Updated: </strong>2026-05-07<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-23074">CVE-2026-23074</a></p><p><strong>2026-05-07 Update: </strong> Added patch versions for Ubuntu node pools on GKE.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-023-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2026-05-07</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2026-23074</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_25" tabindex="-1">What should I do?</h4>
<p><strong>2026-05-07 Update: </strong>The following versions of GKE are
          updated with code to fix this vulnerability on Ubuntu.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Ubuntu node pools to the following versions or later:</p>
<ul>
<li>1.30.14-gke.2320000</li>
<li>1.31.14-gke.1723000</li>
<li>1.32.13-gke.1258000</li>
<li>1.33.10-gke.1115000</li>
<li>1.34.6-gke.1154000</li>
<li>1.35.3-gke.1234000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.35.2-gke.1485000</li><li>1.34.5-gke.1076000</li><li>1.33.9-gke.1060000</li><li>1.32.13-gke.1059000</li><li>1.31.14-gke.1476000</li><li>1.30.14-gke.2117000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-023-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23074</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_26" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-023-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23074</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_27" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-023-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23074</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_28" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-023-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23074</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_29" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-022</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-022</id>
    <updated>2026-04-16T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-022"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-04-16<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-23209">CVE-2026-23209</a></p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-022-gke" tabindex="-1">GKE</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2026-23209</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_30" tabindex="-1">What should I do?</h4>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.35.2-gke.1485000</li><li>1.34.5-gke.1153000</li><li>1.33.9-gke.1060000</li><li>1.32.13-gke.1059000</li><li>1.31.14-gke.1599000</li><li>1.30.14-gke.2215000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-022-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23209</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_31" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-022-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23209</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_32" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-022-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23209</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_33" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-022-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23209</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_34" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-020</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-020</id>
    <updated>2026-04-14T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-020"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-04-14<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-23231">CVE-2026-23231</a></p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-020-gke" tabindex="-1">GKE</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2026-23231</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_35" tabindex="-1">What should I do?</h4>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.35.2-gke.1485000</li><li>1.34.5-gke.1153000</li><li>1.33.10-gke.1067000</li><li>1.32.13-gke.1205000</li><li>1.31.14-gke.1681000</li><li>1.30.14-gke.2286000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-020-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23231</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_36" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-020-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23231</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_37" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-020-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23231</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_38" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-020-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23231</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_39" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-018</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-018</id>
    <updated>2026-04-07T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-018"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-04-07<br/> <strong>Updated: </strong>2026-04-15<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-23111">CVE-2026-23111</a></p><p><strong>2026-04-15 Update: </strong> Added patch versions for Ubuntu nodes with GKE.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-018-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2026-04-15</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2026-23111</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_40" tabindex="-1">What should I do?</h4>
<p><strong>2026-04-15 Update</strong>: The following versions of GKE are updated with code to fix this vulnerability on Ubuntu. Upgrade your Ubuntu node pools to the following versions or later:</p>
<ul>
<li>1.35.3-gke.1234000</li>
<li>1.34.6-gke.1154000</li>
<li>1.33.10-gke.1115000</li>
<li>1.32.13-gke.1258000</li>
<li>1.31.14-gke.1723000</li>
<li>1.30.14-gke.2320000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.35.2-gke.1485000</li><li>1.34.5-gke.1153000</li><li>1.33.9-gke.1060000</li><li>1.32.13-gke.1059000</li><li>1.31.14-gke.1599000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-018-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23111</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_41" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-018-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23111</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_42" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-018-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23111</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_43" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-018-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23111</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_44" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-017</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-017</id>
    <updated>2026-04-02T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-017"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-04-02<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-23273">CVE-2026-23273</a></p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-017-gke" tabindex="-1">GKE</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2026-23273</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_45" tabindex="-1">What should I do?</h4>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.35.2-gke.1485000</li><li>1.34.5-gke.1153000</li><li>1.33.9-gke.1060000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-017-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23273</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_46" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-017-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23273</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_47" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-017-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23273</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_48" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-017-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2026-23273</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_49" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-016</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-016</id>
    <updated>2026-03-27T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-016"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-03-27<br/> <strong>Updated: </strong>2026-03-31<br/> <strong>Reference: </strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-38616">CVE-2025-38616</a></p><p><strong>2026-03-31 Update: </strong> Added patch versions for Ubuntu nodes with GKE.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-016-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2026-03-31</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-38616</li>
</ul>
<p>GKE Standard and Autopilot clusters are impacted.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_50" tabindex="-1">What should I do?</h4>
<p><strong>2026-03-31 Update</strong>: The following versions of GKE are updated with code to fix this vulnerability on Ubuntu. Upgrade your Ubuntu node pools to the following versions or later:</p>
<ul>
<li>1.35.2-gke.1485000</li>
<li>1.34.5-gke.1153000</li>
<li>1.33.9-gke.1117000</li>
<li>1.32.13-gke.1090000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.35.2-gke.1269000</li><li>1.34.4-gke.1193000</li><li>1.33.8-gke.1169000</li><li>1.32.12-gke.1127000</li><li>1.31.14-gke.1376000</li><li>1.30.14-gke.2192000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-016-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38616</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_51" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-016-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38616</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_52" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-016-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38616</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_53" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-016-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38616</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_54" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-014</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-014</id>
    <updated>2026-03-14T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-014"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-03-14<br/> <strong>Updated: </strong>2026-03-25<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-38678">CVE-2025-38678</a></p><p><strong>2026-03-25 Update: </strong> Added patch versions for Ubuntu nodes with GKE.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-014-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2026-03-25</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-38678</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_55" tabindex="-1">What should I do?</h4>
<p><strong>2026-03-25 Update</strong>: The following versions of GKE are updated with code to fix this vulnerability on Ubuntu. Upgrade your Ubuntu node pools to the following versions or later:</p>
<ul>
<li>1.35.2-gke.1485000</li>
<li>1.34.5-gke.1076000</li>
<li>1.33.9-gke.1060000</li>
<li>1.32.13-gke.1059000</li>
<li>1.31.14-gke.1476000</li>
<li>1.30.14-gke.2117000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.35.2-gke.1269000</li><li>1.34.4-gke.1193000</li><li>1.33.8-gke.1169000</li><li>1.32.12-gke.1127000</li><li>1.31.14-gke.1376000</li><li>1.30.14-gke.2192000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-014-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38678</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_56" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-014-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38678</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_57" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-014-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38678</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_58" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-014-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38678</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_59" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-007</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-007</id>
    <updated>2026-02-09T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-007"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-02-09<br/> <strong>Updated: </strong>2026-03-25<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-40297">CVE-2025-40297</a></p><p><strong>2026-03-25 Update: </strong> Added patch versions for Ubuntu nodes with GKE.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-007-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2026-03-25</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-40297</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_60" tabindex="-1">What should I do?</h4>
<p><strong>2026-03-25 Update</strong>: The following versions of GKE are updated with code to fix this vulnerability on Ubuntu. Upgrade your Ubuntu node pools to the following versions or later:</p>
<ul>
<li>1.35.2-gke.1269000</li>
<li>1.34.4-gke.1193000</li>
<li>1.33.8-gke.1169000</li>
<li>1.32.13-gke.1059000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.35.0-gke.2398000</li><li>1.32.11-gke.1174000</li><li>1.33.5-gke.2392000</li><li>1.34.3-gke.1318000</li><li>1.31.14-gke.1243000</li><li>1.30.14-gke.1922000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-007-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40297</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_61" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-007-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40297</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_62" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-007-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40297</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_63" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-007-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40297</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_64" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-006</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-006</id>
    <updated>2026-01-29T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-006"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-01-29</p><p><strong>Updated: </strong>2026-02-20</p><strong>Reference: </strong><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-15467">CVE-2025-15467</a><p><strong>2026-02-20 Update: </strong> Added patch versions for GKE.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-006-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2026-02-20</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>Multiple security vulnerabilities have been identified in the OpenSSL library. The most significant finding is CVE-2025-15467, a critical vulnerability that might allow for remote code execution (RCE) or denial of service (DoS) attacks via network-based vectors.</p>
<p>GKE control plane and infrastructure is not vulnerable. GKE core infrastructure, including the Kubernetes API Server and Kubelet, remains unaffected. These services use <a href="https://github.com/boringcrypto">BoringCrypto</a> (a security-hardened module derived from <a href="https://boringssl.googlesource.com/boringssl/+/fed35d32245ee4563691d21f55c12b4f8dac840a/crypto/fipsmodule/FIPS.md">BoringSSL</a>), which does not contain the vulnerable code found in the standard OpenSSL distribution.</p>
<p>GKE Nodes: The <a href="https://www.openssl.org/">OpenSSL</a> library included in the GKE Node OS images (Container-Optimized OS and Ubuntu) contains the vulnerable code. While the control plane is secure, software running within your nodes or administrative tools on the host OS might be at risk.</p>
<p>Updated GKE versions will include will the latest version of OpenSSL, which addresses the following CVEs:</p>
<p>
</p><ul>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-11187">CVE-2025-11187</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-15467">CVE-2025-15467</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-15468">CVE-2025-15468</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-15469">CVE-2025-15469</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-66199">CVE-2025-66199</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-68160">CVE-2025-68160</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69418">CVE-2025-69418</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69419">CVE-2025-69419</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69420">CVE-2025-69420</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69421">CVE-2025-69421</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2026-22795">CVE-2026-22795</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2026-22796">CVE-2026-22796</a></li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_65" tabindex="-1">What should I do?</h4>
<p><strong>2026-02-20 Update:</strong>
        The following versions of GKE are updated with code to fix this
        vulnerability. Upgrade your GKE node pools to the following versions or later:
        </p><ul>
<li>1.35.0-gke.2398000</li>
<li>1.34.3-gke.1318000</li>
<li>1.33.5-gke.2392000</li>
<li>1.32.11-gke.1264000</li>
</ul>
<hr/>
<p>There is no action at this time. This security bulletin will be updated when new GKE versions are available that use the patched version of OpenSSL.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-006-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>Multiple security vulnerabilities have been identified in the OpenSSL library. The most significant finding is CVE-2025-15467, a critical vulnerability that might allow for remote code execution (RCE) or denial of service (DoS) attacks via network-based vectors.</p>
<p>GDC software for VMware control plane and infrastructure is not vulnerable. GDC software for VMware core infrastructure, including the Kubernetes API Server and Kubelet, remains unaffected. These services use <a href="https://github.com/boringcrypto">BoringCrypto</a> (a security-hardened module derived from <a href="https://boringssl.googlesource.com/boringssl/+/fed35d32245ee4563691d21f55c12b4f8dac840a/crypto/fipsmodule/FIPS.md">BoringSSL</a>), which does not contain the vulnerable code found in the standard OpenSSL distribution.</p>
<p>GDC software for VMware Nodes: The <a href="https://www.openssl.org/">OpenSSL</a> library included in the GDC software for VMware Node OS images (Container-Optimized OS and Ubuntu) contains the vulnerable code. While the control plane is secure, software running within your nodes or administrative tools on the host OS might be at risk.</p>
<p>Updated GDC software for VMware versions will include will the latest version of OpenSSL, which addresses the following CVEs:</p>
<p>
</p><ul>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-11187">CVE-2025-11187</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-15467">CVE-2025-15467</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-15468">CVE-2025-15468</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-15469">CVE-2025-15469</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-66199">CVE-2025-66199</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-68160">CVE-2025-68160</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69418">CVE-2025-69418</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69419">CVE-2025-69419</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69420">CVE-2025-69420</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69421">CVE-2025-69421</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2026-22795">CVE-2026-22795</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2026-22796">CVE-2026-22796</a></li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_66" tabindex="-1">What should I do?</h4>
<p>There is no action at this time. This security bulletin will be updated when new Google Distributed Cloud versions are available that use the patched version of OpenSSL.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-006-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>Multiple security vulnerabilities have been identified in the OpenSSL library. The most significant finding is CVE-2025-15467, a critical vulnerability that might allow for remote code execution (RCE) or denial of service (DoS) attacks via network-based vectors.</p>
<p>GKE on AWS control plane and infrastructure is not vulnerable. GKE on AWS core infrastructure, including the Kubernetes API Server and Kubelet, remains unaffected. These services use <a href="https://github.com/boringcrypto">BoringCrypto</a> (a security-hardened module derived from <a href="https://boringssl.googlesource.com/boringssl/+/fed35d32245ee4563691d21f55c12b4f8dac840a/crypto/fipsmodule/FIPS.md">BoringSSL</a>), which does not contain the vulnerable code found in the standard OpenSSL distribution.</p>
<p>GKE on AWS Nodes: The <a href="https://www.openssl.org/">OpenSSL</a> library included in the GKE on AWS Node OS images (Container-Optimized OS and Ubuntu) contains the vulnerable code. While the control plane is secure, software running within your nodes or administrative tools on the host OS might be at risk.</p>
<p>Updated GKE on AWS versions will include will the latest version of OpenSSL, which addresses the following CVEs:</p>
<p>
</p><ul>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-11187">CVE-2025-11187</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-15467">CVE-2025-15467</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-15468">CVE-2025-15468</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-15469">CVE-2025-15469</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-66199">CVE-2025-66199</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-68160">CVE-2025-68160</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69418">CVE-2025-69418</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69419">CVE-2025-69419</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69420">CVE-2025-69420</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69421">CVE-2025-69421</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2026-22795">CVE-2026-22795</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2026-22796">CVE-2026-22796</a></li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_67" tabindex="-1">What should I do?</h4>
<p>There is no action at this time. This security bulletin will be updated when new GKE on AWS versions are available that use the patched version of OpenSSL.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-006-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>Multiple security vulnerabilities have been identified in the OpenSSL library. The most significant finding is CVE-2025-15467, a critical vulnerability that might allow for remote code execution (RCE) or denial of service (DoS) attacks via network-based vectors.</p>
<p>GKE on Azure control plane and infrastructure is not vulnerable. GKE on Azure core infrastructure, including the Kubernetes API Server and Kubelet, remains unaffected. These services use <a href="https://github.com/boringcrypto">BoringCrypto</a> (a security-hardened module derived from <a href="https://boringssl.googlesource.com/boringssl/+/fed35d32245ee4563691d21f55c12b4f8dac840a/crypto/fipsmodule/FIPS.md">BoringSSL</a>), which does not contain the vulnerable code found in the standard OpenSSL distribution.</p>
<p>GKE on Azure Nodes: The <a href="https://www.openssl.org/">OpenSSL</a> library included in the GKE on Azure Node OS images (Container-Optimized OS and Ubuntu) contains the vulnerable code. While the control plane is secure, software running within your nodes or administrative tools on the host OS might be at risk.</p>
<p>Updated GKE on Azure versions will include will the latest version of OpenSSL, which addresses the following CVEs:</p>
<p>
</p><ul>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-11187">CVE-2025-11187</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-15467">CVE-2025-15467</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-15468">CVE-2025-15468</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-15469">CVE-2025-15469</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-66199">CVE-2025-66199</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-68160">CVE-2025-68160</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69418">CVE-2025-69418</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69419">CVE-2025-69419</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69420">CVE-2025-69420</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2025-69421">CVE-2025-69421</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2026-22795">CVE-2026-22795</a></li>
<li><a href="https://openssl-library.org/news/vulnerabilities/#CVE-2026-22796">CVE-2026-22796</a></li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_68" tabindex="-1">What should I do?</h4>
<p>There is no action at this time. This security bulletin will be updated when new GKE on Azure versions are available that use the patched version of OpenSSL.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-006-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>Several security issues have been discovered in OpenSSL. The most critical is CVE-2025-15467, which could be used to execute a denial of service or remote code execution attack over the internet.</p>
<p>GDC software for bare metal is not vulnerable to this threat. GDC software for bare metal uses <a href="https://github.com/boringcrypto">BoringCrypto</a> for network facing services such as the Kubernetes apiserver and Kubelet, and BoringCrypto is not affected by this vulnerability. BoringCrypto is extracted from <a href="https://boringssl.googlesource.com/boringssl/+/fed35d32245ee4563691d21f55c12b4f8dac840a/crypto/fipsmodule/FIPS.md">BoringSSL</a>, a fork of <a href="https://www.openssl.org/">OpenSSL</a> focused on security hardening and performance.</p>
<p>GDC software for bare metal does not provide a node OS. Customers are responsible for installing and maintaining a supported Linux distribution on physical hardware before installing the GKE software.</p>
<h4 data-text="What should I do?" id="what-should-i-do_69" tabindex="-1">What should I do?</h4>
<p>Update your Linux OS image to one that includes the latest Open SSL distribution.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-003</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-003</id>
    <updated>2026-01-09T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-003"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-01-09<br/> <strong>Updated: </strong>2026-03-25<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-39964">CVE-2025-39964</a></p><p><strong>2026-03-25 Update: </strong> Added patch versions for Ubuntu nodes with GKE.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-003-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2026-03-25</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-39964</li>
</ul>
<p>GKE Standard and Autopilot clusters are impacted.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_70" tabindex="-1">What should I do?</h4>
<p><strong>2026-03-25 Update</strong>: The following versions of GKE are updated with code to fix this vulnerability on Ubuntu. Upgrade your Ubuntu node pools to the following versions or later:</p>
<ul>
<li>1.35.1-gke.1396000</li>
<li>1.34.4-gke.1047000</li>
<li>1.33.8-gke.1026000</li>
<li>1.32.12-gke.1026000</li>
<li>1.31.14-gke.1336000</li>
<li>1.30.14-gke.1991000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.34.1-gke.3556000</li><li>1.30.14-gke.1719000</li><li>1.31.13-gke.1139000</li><li>1.29.15-gke.2467000</li><li>1.33.5-gke.1862000</li><li>1.32.9-gke.1239000</li><li>1.28.15-gke.3163000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-003-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39964</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_71" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-003-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39964</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_72" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-003-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39964</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_73" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-003-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39964</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_74" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-002</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-002</id>
    <updated>2026-01-07T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-002"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-01-07<br/> <strong>Updated: </strong>2026-03-25<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-40215">CVE-2025-40215</a></p><p><strong>2026-03-25 Update: </strong> Added patch versions for Ubuntu nodes with GKE.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-002-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2026-03-25</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-40215</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_75" tabindex="-1">What should I do?</h4>
<p><strong>2026-03-25 Update</strong>: The following versions of GKE are updated with code to fix this vulnerability on Ubuntu. Upgrade your Ubuntu node pools to the following versions or later:</p>
<ul>
<li>1.35.2-gke.1269000</li>
<li>1.34.4-gke.1193000</li>
<li>1.33.8-gke.1169000</li>
<li>1.32.13-gke.1059000</li>
<li>1.31.14-gke.1423000</li>
<li>1.30.14-gke.2071000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.32.9-gke.1632000</li><li>1.29.15-gke.2553000</li><li>1.33.5-gke.1956000</li><li>1.34.1-gke.3556000</li><li>1.31.14-gke.1081000</li><li>1.30.14-gke.1794000</li><li>1.28.15-gke.3225000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-002-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40215</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_76" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-002-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40215</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_77" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-002-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40215</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_78" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-002-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40215</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_79" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2026-001</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2026-001</id>
    <updated>2026-01-07T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2026-001"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2026-01-07<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-40214">CVE-2025-40214</a></p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2026-001-gke" tabindex="-1">GKE</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-40214</li>
</ul>
<p>GKE Standard and Autopilot clusters are impacted.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_80" tabindex="-1">What should I do?</h4>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.32.9-gke.1632000</li><li>1.28.15-gke.3225000</li><li>1.33.5-gke.1956000</li><li>1.34.1-gke.3556000</li><li>1.30.14-gke.1794000</li><li>1.31.14-gke.1081000</li><li>1.29.15-gke.2553000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2026-001-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40214</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_81" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2026-001-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40214</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_82" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2026-001-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40214</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_83" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2026-001-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40214</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_84" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2025-074</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2025-074</id>
    <updated>2025-12-05T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2025-074"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2025-12-05<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-39965">CVE-2025-39965</a></p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2025-074-gke" tabindex="-1">GKE</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-39965</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_85" tabindex="-1">What should I do?</h4>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.32.9-gke.1330000</li><li>1.34.1-gke.2541000</li><li>1.33.5-gke.1350000</li><li>1.31.13-gke.1231000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2025-074-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39965</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_86" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2025-074-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39965</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_87" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2025-074-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39965</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_88" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2025-074-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39965</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_89" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2025-071</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2025-071</id>
    <updated>2025-12-02T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2025-071"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2025-12-02<br/> <strong>Updated: </strong>2026-03-25<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-40019">CVE-2025-40019</a></p><p><strong>2026-03-25 Update: </strong> Added patch versions for Ubuntu nodes with GKE.</p><p><strong>2025-12-11 Update: </strong> Added patch versions and a severity rating for GDC (VMware).</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2025-071-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2026-03-25</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-40019</li>
</ul>
<p>GKE Standard and Autopilot clusters are impacted.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_90" tabindex="-1">What should I do?</h4>
<p><strong>2026-03-25 Update</strong>: The following versions of GKE are updated with code to fix this vulnerability on Ubuntu. Upgrade your Ubuntu node pools to the following versions or later:</p>
<ul>
<li>1.35.1-gke.1396000</li>
<li>1.34.4-gke.1047000</li>
<li>1.33.8-gke.1026000</li>
<li>1.32.12-gke.1026000</li>
<li>1.31.14-gke.1476000</li>
<li>1.30.14-gke.2117000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.28.15-gke.2966000</li><li>1.32.9-gke.1330000</li><li>1.33.5-gke.1350000</li><li>1.29.15-gke.2236000</li><li>1.31.13-gke.1231000</li><li>1.30.14-gke.1525000</li><li>1.34.1-gke.2541000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2025-071-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<p><strong>Updated: </strong>2025-12-11</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40019</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_91" tabindex="-1">What should I do?</h4>
<p>The following versions of GDC (VMware) are updated with code to fix this vulnerability.
            Upgrade your GDC (VMware) clusters to the following versions or later:</p>
<ul>
<li>1.31.1100-gke.40</li>
</ul>
<hr/>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2025-071-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40019</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_92" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2025-071-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40019</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_93" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2025-071-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40019</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_94" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2025-070</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2025-070</id>
    <updated>2025-12-02T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2025-070"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2025-12-02<br/> <strong>Updated: </strong>2026-03-25<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-40018">CVE-2025-40018</a></p><p><strong>2026-03-25 Update: </strong> Added patch versions for Ubuntu nodes with GKE.</p><p><strong>2025-12-11 Update: </strong> Added patch versions and a severity rating for GDC (VMware).</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2025-070-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2026-03-25</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-40018</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_95" tabindex="-1">What should I do?</h4>
<p><strong>2026-03-25 Update</strong>: The following versions of GKE are updated with code to fix this vulnerability on Ubuntu. Upgrade your Ubuntu node pools to the following versions or later:</p>
<ul>
<li>1.35.1-gke.1396000</li>
<li>1.34.4-gke.1047000</li>
<li>1.33.8-gke.1026000</li>
<li>1.32.12-gke.1026000</li>
<li>1.31.14-gke.1336000</li>
<li>1.30.14-gke.1991000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.32.9-gke.1330000</li><li>1.29.15-gke.2236000</li><li>1.30.14-gke.1525000</li><li>1.31.13-gke.1231000</li><li>1.34.1-gke.2541000</li><li>1.28.15-gke.2966000</li><li>1.33.5-gke.1350000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2025-070-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<p><strong>Updated: </strong>2025-12-11</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40018</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_96" tabindex="-1">What should I do?</h4>
<p>The following versions of GDC (VMware) are updated with code to fix this vulnerability.
            Upgrade your GDC (VMware) clusters to the following versions or later:</p>
<ul>
<li>1.31.1100-gke.40</li>
</ul>
<hr/>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2025-070-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40018</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_97" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2025-070-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40018</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_98" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2025-070-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-40018</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_99" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2025-066</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2025-066</id>
    <updated>2025-11-10T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2025-066"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2025-11-10<br/> <strong>Updated: </strong>2025-11-27<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-31133">CVE-2025-31133</a>, <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-52565">CVE-2025-52565</a>, <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-52881">CVE-2025-52881</a></p><p><strong>2025-11-27 Update: </strong> Added patch versions for GKE and GDC (bare metal).</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2025-066-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2025-11-27</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>Several security issues have been discovered in runc, an open source software component used for running containers on GKE. The vulnerabilities (CVE-2025-31133, CVE-2025-52565, and CVE-2025-52881) allow an attacker to execute a full container breakout, leading to root privilege escalation on the host node. An actor with privileges to deploy a malicious container image can exploit these vulnerabilities.</p>
<p>These vulnerabilities affect GKE Standard clusters running either Container-Optimized OS (COS) or Ubuntu node images, as well as Autopilot clusters. Node pools using GKE Sandbox are not affected and Windows node pools are not affected.</p>
<h4 data-text="What should I do?" id="what-should-i-do_100" tabindex="-1">What should I do?</h4>
<p><strong>2025-11-27 Update:</strong>
        The following versions of GKE are updated with code to fix these
        vulnerabilities on Container-Optimized OS. Upgrade your GKE node pools to the following versions or later:
        </p><ul>
<li>1.34.1-gke.3355000</li>
<li>1.33.5-gke.1791000</li>
<li>1.32.9-gke.1548000</li>
<li>1.31.13-gke.1454000</li>
<li>1.30.14-gke.1719000</li>
<li>1.29.15-gke.2467000</li>
<li>1.28.15-gke.3163000</li>
</ul>
<p>The following GKE versions have been updated with code to fix these
        vulnerabilities on Ubuntu. Upgrade your GKE node pools to the following
        versions or later:</p>
<ul>
<li>1.33.5-gke.1791000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
<hr/>
<p>GKE is developing new versions that include the fixes for these vulnerabilities. This bulletin will be updated once these new versions are available.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2025-066-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>Several security issues have been discovered in runc, an open source software component used for running containers on GKE. The vulnerabilities (CVE-2025-31133, CVE-2025-52565, and CVE-2025-52881) allow an attacker to execute a full container breakout, leading to root privilege escalation on the host node. An actor with privileges to deploy a malicious container image can exploit these vulnerabilities.</p>
<p><strong>What should I do?</strong></p>
<p>GKE is developing new versions that include the fixes for these vulnerabilities. This bulletin will be updated once these new versions are available.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2025-066-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>Several security issues have been discovered in runc, an open source software component used for running containers on GKE. The vulnerabilities (CVE-2025-31133, CVE-2025-52565, and CVE-2025-52881) allow an attacker to execute a full container breakout, leading to root privilege escalation on the host node. An actor with privileges to deploy a malicious container image can exploit these vulnerabilities.</p>
<p><strong>What should I do?</strong></p>
<p>GKE is developing new versions that include the fixes for these vulnerabilities. This bulletin will be updated once these new versions are available.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2025-066-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>Several security issues have been discovered in runc, an open source software component used for running containers on GKE. The vulnerabilities (CVE-2025-31133, CVE-2025-52565, and CVE-2025-52881) allow an attacker to execute a full container breakout, leading to root privilege escalation on the host node. An actor with privileges to deploy a malicious container image can exploit these vulnerabilities.</p>
<p><strong>What should I do?</strong></p>
<p>GKE is developing new versions that include the fixes for these vulnerabilities. This bulletin will be updated once these new versions are available.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2025-066-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<p><strong>Updated: </strong>2025-11-27</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>Several security issues have been discovered in runc, an open source software component used for running containers on GKE. The vulnerabilities (CVE-2025-31133, CVE-2025-52565, and CVE-2025-52881) allow an attacker to execute a full container breakout, leading to root privilege escalation on the host node. An actor with privileges to deploy a malicious container image can exploit these vulnerabilities.</p>
<h4 data-text="What should I do?" id="what-should-i-do_101" tabindex="-1">What should I do?</h4>
<p><strong>2025-11-27 Update: </strong>The following versions of
            GDC (bare metal) are updated with code to fix this vulnerability. Upgrade
            your GDC (bare metal) clusters to these versions or later:</p>
<ul>
<li>1.31.1000-gke.44</li>
</ul>
<hr/>
<p>GKE is developing new versions that include the fixes for these vulnerabilities. This bulletin will be updated once these new versions are available.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2025-063</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2025-063</id>
    <updated>2025-10-28T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2025-063"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2025-10-28<br/> <strong>Updated: </strong>2025-11-17<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-39682">CVE-2025-39682</a></p><p><strong>2025-10-30 Update: </strong> Added patch versions and a severity rating for GDC software for VMware.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2025-063-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2025-11-17</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-39682</li>
</ul>
<p>GKE Standard and Autopilot clusters are impacted.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_102" tabindex="-1">What should I do?</h4>
<p><strong>2025-11-17 Update:</strong>
        The following versions of GKE are updated with code to fix this
        vulnerability on Ubuntu. Upgrade your Ubuntu node pools to the following versions or later:
        </p><ul>
<li>1.32.9-gke.1462000</li>
<li>1.33.5-gke.1697000</li>
<li>1.34.1-gke.2909000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.33.5-gke.1162000</li><li>1.32.9-gke.1072000</li><li>1.28.15-gke.2751000</li><li>1.34.1-gke.1127000</li><li>1.30.14-gke.1267000</li><li>1.31.13-gke.1023000</li><li>1.29.15-gke.1936000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2025-063-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<p><strong>Updated: </strong>2025-10-30</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39682</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_103" tabindex="-1">What should I do?</h4>
<p><strong>2025-10-30 Update: </strong>The following versions of
            GDC software for VMware are updated with code to fix this vulnerability. Upgrade
            your GDC software for VMware clusters to these versions or later:</p>
<ul>
<li>1.31.1000-gke.44</li>
</ul>
<hr/>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2025-063-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39682</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_104" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2025-063-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39682</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_105" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2025-063-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39682</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_106" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2025-062</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2025-062</id>
    <updated>2025-10-22T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2025-062"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2025-10-22<br/> <strong>Updated: </strong>2025-10-30<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-58240">CVE-2024-58240</a></p><p><strong>2025-10-30 Update: </strong> Added patch versions for Ubuntu nodes on GKE, and patch versions and a severity rating for GDC software for VMware.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2025-062-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2025-10-30</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2024-58240</li>
</ul>
<p>GKE Standard and Autopilot clusters are impacted.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_107" tabindex="-1">What should I do?</h4>
<p><strong>2025-10-30 Update: </strong>The following versions of
          GKE are updated with code to fix this vulnerability on Ubuntu. Upgrade
          your Ubuntu node pools to these versions or later:</p>
<ul>
<li>1.28.15-gke.2740000</li>
<li>1.29.15-gke.1979000</li>
<li>1.30.14-gke.1267000</li>
<li>1.31.13-gke.1040000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.32.9-gke.1010000</li><li>1.28.15-gke.2740000</li><li>1.29.15-gke.1936000</li><li>1.31.12-gke.1220000</li><li>1.30.14-gke.1267000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2025-062-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<p><strong>Updated: </strong>2025-10-30</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2024-58240</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_108" tabindex="-1">What should I do?</h4>
<p><strong>2025-10-30 Update: </strong>The following versions of
            GDC software for VMware are updated with code to fix this vulnerability. Upgrade
            your GDC software for VMware clusters to these versions or later:</p>
<ul>
<li>1.31.1000-gke.44</li>
</ul>
<hr/>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2025-062-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2024-58240</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_109" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2025-062-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2024-58240</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_110" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2025-062-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2024-58240</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_111" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2025-057</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2025-057</id>
    <updated>2025-10-17T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2025-057"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2025-10-17<br/> <strong>Updated: </strong>2025-11-11<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-38618">CVE-2025-38618</a></p><p><strong>2025-11-11 Update: </strong>Added patch versions for Ubuntu node pools in GKE.</p><p><strong>2025-10-27 Update: </strong> Added patch versions and a severity rating for GDC software for VMware.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2025-057-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2025-11-11</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-38618</li>
</ul>
<p>GKE Standard and Autopilot clusters are impacted.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_112" tabindex="-1">What should I do?</h4>
<p><strong>2025-11-11 Update:</strong> The following versions of GKE are
          updated with code to fix this vulnerability on Ubuntu. Upgrade your Ubuntu node pools to
          the following versions or later:</p>
<ul>
<li>1.28.15-gke.2767000</li>
<li>1.29.15-gke.2002000</li>
<li>1.30.14-gke.1349000</li>
<li>1.31.13-gke.1123000</li>
<li>1.32.9-gke.1207000</li>
<li>1.33.5-gke.1308000</li>
<li>1.34.1-gke.2037000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.30.14-gke.1267000</li><li>1.31.13-gke.1023000</li><li>1.29.15-gke.1936000</li><li>1.33.5-gke.1162000</li><li>1.32.9-gke.1072000</li><li>1.28.15-gke.2751000</li><li>1.34.1-gke.1127000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2025-057-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<p><strong>Updated: </strong>2025-10-27</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38618</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_113" tabindex="-1">What should I do?</h4>
<p><strong>2025-10-27 Update: </strong>The following versions of
            GDC software for VMware are updated with code to fix this vulnerability. Upgrade
            your GDC software for VMware clusters to these versions or later:</p>
<ul>
<li>1.31.1000-gke.44</li>
</ul>
<hr/>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2025-057-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38618</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_114" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2025-057-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38618</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_115" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2025-057-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38618</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_116" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2025-056</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2025-056</id>
    <updated>2025-10-16T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2025-056"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2025-10-16<br/> <strong>Updated: </strong>2026-03-24<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-39946">CVE-2025-39946</a></p><p><strong>2026-03-24 Update: </strong> Added patch versions for Ubuntu nodes with GKE.</p><p><strong>2025-11-13 Update: </strong> Added patch versions for GDC software for VMware.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2025-056-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2026-03-24</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-39946</li>
</ul>
<p>GKE Standard and Autopilot clusters are impacted.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_117" tabindex="-1">What should I do?</h4>
<p><strong>2026-03-24 Update</strong>: The following versions of GKE are updated with code to fix this vulnerability on Ubuntu. Upgrade your Ubuntu node pools to the following versions or later:</p>
<ul>
<li>1.35.2-gke.1269000</li>
<li>1.34.4-gke.1193000</li>
<li>1.33.8-gke.1169000</li>
<li>1.32.13-gke.1059000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.32.9-gke.1108000</li><li>1.29.15-gke.1989000</li><li>1.31.13-gke.1023000</li><li>1.30.14-gke.1336000</li><li>1.28.15-gke.2751000</li><li>1.34.1-gke.1279000</li><li>1.33.5-gke.1162000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2025-056-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<p><strong>Updated: </strong>2025-11-13</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39946</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_118" tabindex="-1">What should I do?</h4>
<p><strong>2025-11-13 Update:</strong>
            The following versions of GDC software for VMware are updated with code to fix this
            vulnerability. Upgrade your GDC software for VMware clusters to the following versions
            or later:
            </p><ul>
<li>1.31.1100-gke.40</li>
</ul>
<hr/>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2025-056-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39946</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_119" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2025-056-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39946</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_120" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2025-056-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-39946</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_121" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2025-055</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2025-055</id>
    <updated>2025-10-15T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2025-055"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2025-10-15<br/> <strong>Updated: </strong>2025-11-11<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-38617">CVE-2025-38617</a></p><p><strong>2025-11-11 Update: </strong>Added patch versions for Ubuntu node pools in GKE.</p><p><strong>2025-10-16 Update: </strong>Added patch versions and a severity rating for GDC software for VMware.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2025-055-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2025-11-11</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-38617</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_122" tabindex="-1">What should I do?</h4>
<p><strong>2025-11-11 Update:</strong> The following versions of GKE are
          updated with code to fix this vulnerability on Ubuntu. Upgrade your Ubuntu node pools to
          the following versions or later:</p>
<ul>
<li>1.28.15-gke.2767000</li>
<li>1.29.15-gke.2002000</li>
<li>1.30.14-gke.1349000</li>
<li>1.31.13-gke.1123000</li>
<li>1.32.9-gke.1207000</li>
<li>1.33.5-gke.1308000</li>
<li>1.34.1-gke.2037000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.28.15-gke.2610000</li><li>1.32.9-gke.1010000</li><li>1.33.4-gke.1350000</li><li>1.29.15-gke.1835000</li><li>1.31.12-gke.1220000</li><li>1.30.14-gke.1267000</li><li>1.34.1-gke.1127000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2025-055-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<p><strong>Updated: </strong>2025-10-16</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38617</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_123" tabindex="-1">What should I do?</h4>
<p><strong>2025-10-16 Update:</strong> The following versions of
            GDC software for VMware are updated with code to fix this vulnerability. Upgrade
            your GDC software for VMware clusters to the following versions or later:</p>
<ul>
<li>1.31.1000-gke.44</li>
</ul>
<hr/>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2025-055-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38617</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_124" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2025-055-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38617</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_125" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2025-055-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38617</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_126" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2025-050</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2025-050</id>
    <updated>2025-09-10T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2025-050"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2025-09-10<br/> <strong>Updated: </strong>2025-11-11<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-38500">CVE-2025-38500</a></p><p><strong>2025-11-11 Update: </strong>Added patch versions for Ubuntu node pools in GKE.</p><p><strong>2025-10-16 Update: </strong>Added patch versions and a severity rating for GDC software for VMware.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2025-050-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2025-11-11</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-38500</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_127" tabindex="-1">What should I do?</h4>
<p><strong>2025-11-11 Update:</strong> The following versions of GKE are
          updated with code to fix this vulnerability on Ubuntu. Upgrade your Ubuntu node pools to
          the following versions or later:</p>
<ul>
<li>1.32.9-gke.1207000</li>
<li>1.33.5-gke.1308000</li>
<li>1.34.1-gke.2037000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.33.4-gke.1036000</li><li>1.32.8-gke.1026000</li><li>1.31.12-gke.1014000</li><li>1.30.14-gke.1108000</li><li>1.29.15-gke.1820000</li><li>1.28.15-gke.2599000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2025-050-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<p><strong>Updated: </strong>2025-10-16</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38500</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_128" tabindex="-1">What should I do?</h4>
<p><strong>2025-10-16 Update:</strong> The following versions of
            GDC software for VMware are updated with code to fix this vulnerability. Upgrade
            your GDC software for VMware clusters to the following versions or later:</p>
<ul>
<li>1.31.1000-gke.44</li>
</ul>
<hr/>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2025-050-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38500</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_129" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2025-050-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38500</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_130" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2025-050-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38500</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_131" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2025-047</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2025-047</id>
    <updated>2025-08-27T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2025-047"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2025-08-27<br/> <strong>Updated: </strong>2025-09-25<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-38350">CVE-2025-38350</a></p><p><strong>2025-09-25 Update: </strong> Added patch versions for Ubuntu node pools on GKE.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2025-047-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2025-09-25</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-38350</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_132" tabindex="-1">What should I do?</h4>
<p><strong>2025-09-25 Update:</strong> The following versions of GKE are updated with code to fix this vulnerability on Ubuntu. Upgrade your Ubuntu node pools to the following versions or later:</p>
<ul>
<li>1.28.15-gke.2697000</li><li>1.29.15-gke.1936000</li><li>1.30.14-gke.1150000</li><li>1.31.12-gke.1110000
  </li><li>1.32.8-gke.1170000</li><li>1.33.4-gke.1245000</li><li>1.34.0-gke.1662000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.28.15-gke.2527000</li><li>1.32.7-gke.1016000</li><li>1.33.3-gke.1392000</li><li>1.29.15-gke.1713000</li><li>1.31.11-gke.1064000</li><li>1.30.14-gke.1011000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2025-047-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38350</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_133" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2025-047-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38350</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_134" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2025-047-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38350</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_135" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2025-047-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38350</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_136" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2025-046</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2025-046</id>
    <updated>2025-08-23T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2025-046"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2025-08-23<br/> <strong>Updated: </strong>2025-11-11<br/> <strong>Reference:</strong> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-38477">CVE-2025-38477</a></p><p><strong>2025-11-11 Update: </strong>Added patch versions for Ubuntu node pools in GKE.</p><p><strong>2025-10-16 Update: </strong>Added patch versions and a severity rating for GDC software for VMware.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2025-046-gke" tabindex="-1">GKE</h3>
<p><strong>Updated: </strong>2025-11-11</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Container-Optimized OS nodes:
          </p><ul>
<li>CVE-2025-38477</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_137" tabindex="-1">What should I do?</h4>
<p><strong>2025-11-11 Update:</strong> The following versions of GKE are
          updated with code to fix this vulnerability on Ubuntu. Upgrade your Ubuntu node pools to
          the following versions or later:</p>
<ul>
<li>1.28.15-gke.2767000</li>
<li>1.29.15-gke.2002000</li>
<li>1.30.14-gke.1349000</li>
<li>1.31.13-gke.1123000</li>
<li>1.32.9-gke.1207000</li>
<li>1.33.5-gke.1308000</li>
<li>1.34.1-gke.2037000</li>
</ul>
<hr/>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Container-Optimized OS node pools to one of the following patch versions or later:</p>
<ul>
<li>1.32.7-gke.1016000</li><li>1.33.3-gke.1392000</li><li>1.29.15-gke.1713000</li><li>1.30.14-gke.1011000</li><li>1.31.11-gke.1064000</li><li>1.28.15-gke.2527000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2025-046-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<p><strong>Updated: </strong>2025-10-16</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38477</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_138" tabindex="-1">What should I do?</h4>
<p><strong>2025-10-16 Update:</strong> The following versions of
            GDC software for VMware are updated with code to fix this vulnerability. Upgrade
            your GDC software for VMware clusters to the following versions or later:</p>
<ul>
<li>1.31.1000-gke.44</li>
</ul>
<hr/>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2025-046-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38477</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_139" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2025-046-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38477</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_140" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2025-046-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Container-Optimized OS nodes:
            </p><ul>
<li>CVE-2025-38477</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_141" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>

  <entry>
    <title>GCP-2025-041</title>
    <id>tag:google.com,2016:gke-security-bulletins#gcp-2025-041</id>
    <updated>2025-07-21T00:00:00+00:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/kubernetes-engine/security-bulletins#gcp-2025-041"/>
    <content type="html"><![CDATA[<p><strong>Published: </strong>2025-07-21<br/> <strong>Updated: </strong>2025-11-10<br/> <strong>Reference:</strong> <a class="external" href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-37890">CVE-2025-37890</a></p><p><strong>2025-11-10 Update: </strong> Added patch versions for GDC software for VMware.</p><devsite-selector>
<section>
<h3 data-text="GKE" id="gcp-2025-041-gke" tabindex="-1">GKE</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
          to a privilege escalation on Ubuntu nodes:
          </p><ul>
<li>CVE-2025-37890</li>
</ul>
<p>GKE Standard clusters are impacted. GKE Autopilot clusters in the default configuration are not impacted, but might be vulnerable if you explicitly set the seccomp <code dir="ltr" translate="no">Unconfined</code> profile or allow <a href="https://docs.cloud.google.com/sdk/gcloud/reference/container/clusters/create-auto#--workload-policies"><code dir="ltr" translate="no">CAP_NET_ADMIN</code></a>.</p>
<p>Clusters using <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods">GKE Sandbox</a> aren't impacted.</p>
<h4 data-text="What should I do?" id="what-should-i-do_142" tabindex="-1">What should I do?</h4>
<p>The following minor versions are affected.
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-container-cluster">Upgrade</a> your
          Ubuntu node pools to one of the following patch versions or later:</p>
<ul>
<li>1.28.15-gke.2461000</li><li>1.29.15-gke.1614000</li><li>1.30.12-gke.1372000</li><li>1.31.10-gke.1067000</li><li>1.32.6-gke.1060000</li><li>1.33.2-gke.1384000</li>
</ul>
<p>You can apply patch versions from newer release channels if your cluster runs the same
          minor version in its own release channel. This feature lets you secure your nodes until
          the patch version becomes the default in your release channel. For details, see
          <a href="https://docs.cloud.google.com/kubernetes-engine/docs/concepts/release-channels#newer-patch-versions">Run patch versions from a newer channel</a>.</p>
</td>
<td>High</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (VMware)" id="gcp-2025-041-gdcvmware" tabindex="-1">GDC (VMware)</h3>
<p><strong>Updated: </strong>2025-11-10</p>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Ubuntu nodes:
            </p><ul>
<li>CVE-2025-37890</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_143" tabindex="-1">What should I do?</h4>
<p><strong>2025-11-10 Update:</strong>
            The following versions of GDC software for VMware are updated with code to fix this
            vulnerability. Upgrade your GDC software for VMware clusters to the following versions
            or later:
            </p><ul>
<li>1.31.300-gke.81</li>
</ul>
<hr/>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GDC software for VMware are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on AWS" id="gcp-2025-041-gkeaws" tabindex="-1">GKE on AWS</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<aside class="note"><strong>Note: </strong>This section applies to both the current and previous generation of GKE on AWS</aside>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Ubuntu nodes:
            </p><ul>
<li>CVE-2025-37890</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_144" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on AWS are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GKE on Azure" id="gcp-2025-041-gkeazure" tabindex="-1">GKE on Azure</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Ubuntu nodes:
            </p><ul>
<li>CVE-2025-37890</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_145" tabindex="-1">What should I do?</h4>
<p><aside class="note"><strong>Note: </strong>Patch versions and a severity assessment for GKE on Azure are in progress. We'll update this bulletin with that information when it's available.</aside></p>
</td>
<td>Pending</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 data-text="GDC (bare metal)" id="gcp-2025-041-gdcbm" tabindex="-1">GDC (bare metal)</h3>
<table>
<thead>
<tr>
<th>Description</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>The following vulnerabilities were discovered in the Linux kernel that can lead
            to a privilege escalation on Ubuntu nodes:
            </p><ul>
<li>CVE-2025-37890</li>
</ul>
<h4 data-text="What should I do?" id="what-should-i-do_146" tabindex="-1">What should I do?</h4>
<p>There is no action required. GDC software for bare metal isn't affected as it does not bundle an operating system in its distribution.</p>
</td>
<td>None</td>
</tr>
</tbody>
</table>
</section>
</devsite-selector>]]>
    </content>
  </entry>


</feed>
