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 68331
About this tag
CVE-2025-68331 is a Linux kernel vulnerability in the USB Attached SCSI (UAS) driver that can cause a system panic when a UAS device is unplugged while I/O operations are in progress. The issue stems from a race condition in how the UAS driver handles partial URB submissions, leading to an invalid memory access when the kernel attempts to unmap already-freed scatter-gather entries during URB giveback. A patch has been released to fix this by changing the driver's handling of partial URBs, preventing the kernel panic. This vulnerability is relevant to Linux systems using UAS devices, and the fix ensures system stability during device removal.
A small but consequential Linux kernel fix landed this month to close a UAS (USB Attached SCSI) race that could crash hosts when a UAS device is unplugged while I/O is in flight — the patch changes how the UAS driver handles partial URB submissions so the kernel does not attempt to unmap...