AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74370

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

A race condition vulnerability exists in the Linux kernel's `luo_session_retrieve()` function, where a concurrent thread could potentially release and free a session between the lookup and mutex lock acquisition. This could lead to unpredictable behavior or crashes in systems relying on live updates. Linux system administrators and developers should prioritize this fix to ensure the stability and security of their environments.

CVE
CVE-2026-74370
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: liveupdate: fix TOCTOU race in luo_session_retrieve() Extend the scope of the rwsem_read lock in luo_session_retrieve() to overlap with the acquisition of the session mutex. This prevents a concurrent thread from releasing and freeing the session between the lookup and the mutex lock.