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.
nbd driver
About this tag
The nbd driver tag on WindowsForum.com covers discussions about the Linux kernel's Network Block Device (NBD) driver, focusing on security vulnerabilities and fixes. Recent threads detail use-after-free (UAF) race conditions identified as CVE-2025-68372 and CVE-2025-38443. These flaws involve improper memory management in the NBD driver, potentially allowing worker threads to access freed configuration memory or race conditions during device startup. Patches address these issues by deferring configuration cleanup and reorganizing device initialization. The content also notes implications for Azure Linux, as Microsoft's Security Response Center has flagged the driver as potentially affected. While the tag is Linux-specific, it may interest Windows users running Linux subsystems or virtualized NBD environments.
A newly assigned CVE, CVE-2025-68372, documents a use-after-free (UAF) race in the Linux kernel’s Network Block Device (NBD) driver that can result in worker-thread access to freed configuration memory. The fix is small but important: the NBD code now defers the final configuration put — calling...
A recently assigned Linux-kernel CVE, CVE-2025-38443 — described upstream and by multiple distributors as “nbd: fix uaf in nbd_genl_connect error path” — corrects a use‑after‑free in the NBD (Network Block Device) driver by rearranging device startup so the kernel no longer races between...