Impact
The vulnerability is a TOCTOU race in the Linux kernel’s liveupdate component. The function luo_session_retrieve() fails to keep the rwsem_read lock while acquiring the session mutex, allowing another thread to release and free the session between the lookup and the lock acquisition. This race can result in the session object being accessed after it has been released, which could lead to undefined behavior. The weakness is a classic concurrency flaw.
Affected Systems
The affected product is the Linux kernel. All versions in which luo_session_retrieve() lacks the extended lock protection are impacted; the exact version range is not specified in the data. No vendor‑specific version list was provided.
Risk and Exploitability
The CVSS score is 5.5. The EPSS score is <1%, and the vulnerability is not listed in the CISA KEV catalog. Exploitability would likely require local or privileged access to create a concurrent environment that triggers the race condition, making it less likely to be attacked remotely. Given the CVSS score, prompt mitigation is recommended.
OpenCVE Enrichment