CVE-2024-42079 is a NULL-pointer dereference vulnerability in the Linux kernel's Global File System 2 (GFS2) implementation. It arises from a race condition between outstanding glock work and an unmount path, which can leave a pointer (sdp->sd_jdesc) NULL. Microsoft's advisory for Azure Linux states that the distribution includes the affected open-source library and is potentially vulnerable. However, this is a product-scoped attestation and does not guarantee that other Microsoft products are unaffected. Discussions on WindowsForum.com focus on understanding the scope of the vulnerability, the implications of Microsoft's advisory, and the risk to systems using GFS2.
-
Microsoft’s one-line advisory that “Azure Linux includes this open‑source library and is therefore potentially affected” is accurate — but it is a product‑scoped attestation, not a guarantee that no other Microsoft product could include the same vulnerable GFS2 code.
Background / Overview
The...