<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Linux-Kernel on ZX Cloud Security</title><link>https://zxcloudsecurity.co.uk/tags/linux-kernel/</link><description>Recent content in Linux-Kernel on ZX Cloud Security</description><generator>Hugo</generator><language>en-GB</language><lastBuildDate>Wed, 18 Jun 2025 08:50:04 +0000</lastBuildDate><atom:link href="https://zxcloudsecurity.co.uk/tags/linux-kernel/index.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-46274: Linux io-wq Kernel Flaw Affects Azure</title><link>https://zxcloudsecurity.co.uk/posts/cve-2026-46274-linux-io-wq-kernel-vulnerability-azure/</link><pubDate>Thu, 18 Jun 2026 08:50:04 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/cve-2026-46274-linux-io-wq-kernel-vulnerability-azure/</guid><description>CVE-2026-46274 fixes a missing hash check in Linux io_wq_remove_pending(), risking memory corruption on Azure Linux VMs and AKS workloads.</description><content:encoded><![CDATA[<p>🟠 <strong>High</strong>  |  <strong>Source:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-46274">Microsoft Security Response Center</a></p>
<hr>
<p>CVE-2026-46274 is a Linux kernel vulnerability affecting the io-wq (io_uring work queue) subsystem, specifically a missing hash check in the io_wq_remove_pending() function. This flaw can lead to incorrect handling of predecessor nodes, potentially causing memory corruption or undefined behaviour. It is relevant to Azure environments where Linux-based virtual machines or container workloads rely on the affected kernel component.</p>
<blockquote>
<p><strong>Security Architect&rsquo;s Take:</strong> Ensure Azure Linux VMs and AKS node pools are running patched kernel versions that include this fix; review your OS image update cadence and consider enabling automatic kernel updates for workloads exposed to untrusted or multi-tenant I/O operations.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-46274">CVE-2026-46274 io-wq: check that the predecessor is hashed in io_wq_remove_pending()</a></p>
]]></content:encoded></item><item><title>CVE-2026-46293: Linux Kernel Out-of-Bounds Flaw on Azure</title><link>https://zxcloudsecurity.co.uk/posts/azure-linux-kernel-out-of-bounds-cve-2026-46293/</link><pubDate>Thu, 18 Jun 2026 08:50:27 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/azure-linux-kernel-out-of-bounds-cve-2026-46293/</guid><description>CVE-2026-46293 is a Linux kernel out-of-bounds access bug in the Microchip clock driver. Learn the impact for Azure workloads and how to remediate.</description><content:encoded><![CDATA[<p>🟡 <strong>Medium</strong>  |  <strong>Source:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-46293">Microsoft Security Response Center</a></p>
<hr>
<p>CVE-2026-46293 is a Linux kernel vulnerability affecting the Microchip PolarFire SoC clock controller driver, specifically an out-of-bounds memory access that can occur during clock output registration. Although rooted in low-level kernel code, its presence in the Linux kernel means it could affect Azure infrastructure or Linux-based virtual machines and containers running on Azure. Out-of-bounds access flaws can potentially be exploited to cause system instability or, in more serious scenarios, enable privilege escalation.</p>
<blockquote>
<p><strong>Security Architect&rsquo;s Take:</strong> Review whether your Azure Linux VMs, AKS node pools, or other Linux-based workloads run kernel versions affected by this driver vulnerability, and prioritise applying the relevant kernel patch via your distribution&rsquo;s update mechanism or Azure&rsquo;s automatic VM patching where available.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-46293">CVE-2026-46293 clk: microchip: mpfs-ccc: fix out of bounds access during output registration</a></p>
]]></content:encoded></item><item><title>CVE-2026-46291: Linux CAAM HMAC Key Leak on Azure</title><link>https://zxcloudsecurity.co.uk/posts/cve-2026-46291-linux-caam-hmac-key-leak-azure/</link><pubDate>Thu, 18 Jun 2026 08:50:14 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/cve-2026-46291-linux-caam-hmac-key-leak-azure/</guid><description>CVE-2026-46291 exposes HMAC key material via unguarded hex dumps in the Linux kernel CAAM driver. Azure Linux VM users should patch promptly.</description><content:encoded><![CDATA[<p>🟡 <strong>Medium</strong>  |  <strong>Source:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-46291">Microsoft Security Response Center</a></p>
<hr>
<p>CVE-2026-46291 is a vulnerability in the Linux kernel&rsquo;s CAAM (Cryptographic Acceleration and Assurance Module) driver, specifically affecting how HMAC key material is handled during hash digest key operations. The flaw can expose sensitive cryptographic key data through unguarded hex dumps, potentially leaking HMAC secrets into kernel logs or debug output. This matters because HMAC keys exposed in this way could undermine the integrity and authenticity guarantees of cryptographic operations running on affected systems, including those hosted in Azure environments using Linux-based virtual machines.</p>
<blockquote>
<p><strong>Security Architect&rsquo;s Take:</strong> Review your Azure Linux VM and AKS node configurations to ensure kernel debug logging and crash dump access is restricted to authorised personnel, and prioritise patching the Linux kernel to a version that includes this fix. Additionally, audit any workloads relying on kernel-level HMAC operations for secrets management to assess exposure risk.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-46291">CVE-2026-46291 crypto: caam - guard HMAC key hex dumps in hash_digest_key</a></p>
]]></content:encoded></item><item><title>CVE-2026-46292: Linux Kernel pmdomain Flaw in Azure</title><link>https://zxcloudsecurity.co.uk/posts/cve-2026-46292-linux-kernel-pmdomain-genpd-azure/</link><pubDate>Thu, 18 Jun 2026 08:49:51 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/cve-2026-46292-linux-kernel-pmdomain-genpd-azure/</guid><description>CVE-2026-46292 is a Linux kernel pmdomain/genpd vulnerability affecting Azure Linux VMs. Learn the security impact and recommended mitigations.</description><content:encoded><![CDATA[<p>🟡 <strong>Medium</strong>  |  <strong>Source:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-46292">Microsoft Security Response Center</a></p>
<hr>
<p>CVE-2026-46292 is a Linux kernel vulnerability affecting the power management domain (pmdomain) subsystem, specifically a flaw in the detach procedure for virtual devices within the Generic Power Domain (genpd) framework. While published via Microsoft&rsquo;s Security Response Centre in the context of Azure, this is a kernel-level issue that could affect Linux-based virtual machines and container hosts. Improper handling of virtual device detachment may lead to memory corruption or instability, with potential security implications depending on exploitability.</p>
<blockquote>
<p><strong>Security Architect&rsquo;s Take:</strong> Review whether your Azure Linux VM or AKS node pool images are running kernel versions affected by this flaw, and prioritise patching through your standard OS update pipeline or by adopting Microsoft&rsquo;s latest endorsed Linux images. If you operate workloads with elevated kernel exposure — such as nested virtualisation or custom kernel modules — treat this with heightened urgency.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-46292">CVE-2026-46292 pmdomain: core: Fix detach procedure for virtual devices in genpd</a></p>
]]></content:encoded></item><item><title>CVE-2026-43308: Linux btrfs Kernel Panic Fix – Azure</title><link>https://zxcloudsecurity.co.uk/posts/azure-linux-kernel-btrfs-kernel-panic-cve-2026-43308/</link><pubDate>Thu, 18 Jun 2026 08:48:34 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/azure-linux-kernel-btrfs-kernel-panic-cve-2026-43308/</guid><description>CVE-2026-43308 fixes a Linux kernel btrfs bug that could cause a kernel panic on Azure VMs. Learn the impact and recommended patching steps.</description><content:encoded><![CDATA[<p>🟡 <strong>Medium</strong>  |  <strong>Source:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43308">Microsoft Security Response Center</a></p>
<hr>
<p>CVE-2026-43308 is a Linux kernel vulnerability in the btrfs filesystem driver, where an unexpected delayed reference type could trigger a kernel panic (BUG()). The fix prevents the kernel from crashing in this scenario by handling the unexpected condition gracefully. Although published via Microsoft&rsquo;s security advisory channel for Azure, the underlying issue affects any Linux system using the btrfs filesystem, including Azure Linux-based virtual machines.</p>
<blockquote>
<p><strong>Security Architect&rsquo;s Take:</strong> Review whether your Azure Linux VMs or AKS nodes are running kernels with btrfs as an active filesystem; if so, prioritise patching the host or guest kernel to the version that includes this fix. Monitor for Microsoft-released kernel updates for Azure-optimised Linux images and ensure your update pipelines apply them promptly.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-43308">CVE-2026-43308 btrfs: don&rsquo;t BUG() on unexpected delayed ref type in run_one_delayed_ref()</a></p>
]]></content:encoded></item><item><title>CVE-2025-71072: Azure Linux Kernel shmem Rename Fix</title><link>https://zxcloudsecurity.co.uk/posts/azure-linux-kernel-shmem-rename-cve-2025-71072/</link><pubDate>Thu, 18 Jun 2026 08:48:17 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/azure-linux-kernel-shmem-rename-cve-2025-71072/</guid><description>CVE-2025-71072 fixes a Linux kernel shmem rename failure recovery bug affecting Azure workloads. Learn the risk and how to patch.</description><content:encoded><![CDATA[<p>🟡 <strong>Medium</strong>  |  <strong>Source:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-71072">Microsoft Security Response Center</a></p>
<hr>
<p>CVE-2025-71072 addresses a flaw in the Linux kernel&rsquo;s shared memory (shmem) subsystem related to improper recovery handling during rename failures. This type of vulnerability can lead to memory corruption or inconsistent filesystem state. While details remain limited, kernel-level memory management bugs can be exploited to cause instability or, in certain conditions, may be leveraged for privilege escalation.</p>
<blockquote>
<p><strong>Security Architect&rsquo;s Take:</strong> Review whether your Azure Linux-based workloads — including AKS nodes, Linux VMs, and container hosts — are running kernel versions affected by this shmem rename issue, and prioritise patching via Azure Update Manager or your node image upgrade pipeline.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-71072">CVE-2025-71072 shmem: fix recovery on rename failures</a></p>
]]></content:encoded></item><item><title>CVE-2025-71073: Azure Linux Kernel lkkbd Driver Flaw</title><link>https://zxcloudsecurity.co.uk/posts/cve-2025-71073-azure-linux-kernel-lkkbd-use-after-free/</link><pubDate>Thu, 18 Jun 2026 08:48:00 +0000</pubDate><guid>https://zxcloudsecurity.co.uk/posts/cve-2025-71073-azure-linux-kernel-lkkbd-use-after-free/</guid><description>CVE-2025-71073 is a Linux kernel lkkbd driver use-after-free vulnerability affecting Azure Linux workloads. Patch promptly to prevent memory corruption ris</description><content:encoded><![CDATA[<p>🟡 <strong>Medium</strong>  |  <strong>Source:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-71073">Microsoft Security Response Center</a></p>
<hr>
<p>CVE-2025-71073 is a Linux kernel vulnerability in the lkkbd (Linux keyboard) driver, where pending work is not properly cancelled before the device is freed, potentially causing a use-after-free condition. Although published via Microsoft&rsquo;s Security Response Center under the Azure category, this is a kernel-level issue that could affect Linux-based virtual machines or containerised workloads running on Azure. If exploitable, such vulnerabilities can lead to memory corruption, system instability, or privilege escalation.</p>
<blockquote>
<p><strong>Security Architect&rsquo;s Take:</strong> Review whether your Azure Linux VM images or AKS node pools are running kernel versions affected by this driver flaw, and apply available kernel patches promptly. If you manage custom Linux images, prioritise patching through your image pipeline and validate that automated OS update policies are enforced across your fleet.</p>
</blockquote>
<p><strong>Original advisory:</strong> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-71073">CVE-2025-71073 Input: lkkbd - disable pending work before freeing device</a></p>
]]></content:encoded></item></channel></rss>