You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve 2025 22126
About this tag
CVE-2025-22126 is a critical use-after-free vulnerability in the Linux kernel's MD (Multiple Devices) subsystem, caused by a race condition during iteration of the global list of md devices. The flaw was fixed upstream after researchers identified the bug in shutdown and cleanup code paths. Microsoft's advisory confirms that Azure Linux carries the affected upstream code, but this attestation does not independently prove or disprove exposure in other Microsoft-delivered artifacts. The tag covers discussion of the vulnerability, the upstream fix, and the implications for Azure Linux and related systems.
A critical race-condition bug in the Linux kernel’s MD (Multiple Devices) subsystem — tracked as CVE-2025-22126 — was fixed upstream after researchers identified a use‑after‑free (UAF) that can occur when the kernel iterates the global list of md devices. The fix addresses a subtle iterator /...