Impact
The bug is triggered when the kernel system call move_mount attempts to access inode operations for the bdev pseudo‑filesystem; those structures are intentionally set to null, leading to a NULL pointer dereference and an immediate kernel panic. The resulting denial of service undermines system availability and illustrates a classic null pointer dereference weakness (CWE‑476).
Affected Systems
All Linux kernel implementations that contain the bdev pseudo‑filesystem layer are affected; the vulnerability is present in every kernel revision prior to the application of the patch that removes or unregisters this pseudo‑filesystem. No vendor‑specific release numbers are supplied, so any kernel in use before the fix should be considered at risk.
Risk and Exploitability
The CVSS score of 5.5 places this issue in the moderate range, while the EPSS score of < 1% suggests that little to no exploitation activity has been observed to date. The bug is not listed in the CISA KEV catalog. Based on the description, it is inferred that the vulnerability could be triggered by a process that invokes move_mount on the bdev pseudo‑filesystem, which may require elevated privileges or a compromised local user. Given the low EPSS and moderate severity, administrators should treat this as a medium‑risk issue that benefits from timely patching.
OpenCVE Enrichment
Debian DLA