Impact
A dangling pointer to a freed device mirror structure causes a use-after-free in the HMM kernel selftest path. If a fault occurs on device private pages after the mirror has been released, the fault handler dereferences the stale pointer and the kernel panics. The flaw does not directly expose confidential data but can crash the kernel, impacting availability.
Affected Systems
This issue affects the Linux kernel, but no specific versions are listed in the available data. The vulnerability is tied to the HMM test framework and the associated dmirror structure. Updates in any kernel that contains the \"Minor hmm_test fixes and cleanups\" patch series would resolve the problem.
Risk and Exploitability
The CVSS and EPSS scores are not provided, so the quantitative severity is unknown. Based on the description, it appears that the flaw would only be exploitable in environments where the kernel HMM selftest framework is active, such as during kernel builds or automated test runs. It appears that the vulnerability triggers when a device page fault occurs after the mirror struct has been released. The flaw can lead to a kernel panic, providing a local availability impact; no known exploitation path to privilege escalation is stated.
OpenCVE Enrichment