Impact
The vulnerability is a reference‑counting flaw in the CIFS file system where a dentry that has been closed can still be referenced by deferred close work after the file system has been unmounted. This can trigger a BUG warning (CWE‑911). The patch fixes the issue by flushing the deferred close work queue before the superblock is shut down.
Affected Systems
The affected product is the Linux kernel; any kernel release that does not yet include the commit that removes the superblock reference during cifs close and adds the flush before unmount is vulnerable. The CVE does not list specific version numbers, so all kernels prior to inclusion of the patch should be considered affected.
Risk and Exploitability
The CVSS score is 7.8, indicating moderate severity. The EPSS score is below 1 % and the vulnerability is not listed in CISA’s KEV catalog, suggesting a low probability of exploitation. The likely attack surface involves interacting with CIFS file handles during an unmount operation, which may require local or elevated privileges; this inference is not directly stated in the input. The effect is a BUG warning in generic_shutdown_super, but no explicit crash or denial of service is documented in the CVE description.
OpenCVE Enrichment
Ubuntu USN