Use-after-free in Linux kernel - CVE-2026-80758

 

Use-after-free in Linux kernel - CVE-2026-80758

Published: September 6, 2026


Vulnerability identifier: #VU147162
CSH Severity: Low
CVSS v4: 2 [CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-80758
CWE-ID: CWE-416
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a local user to access freed kernel memory.

The vulnerability exists due to use-after-free in futex_private_hash_put() when releasing the final reference to a private futex hash. A local user can trigger a race that frees the old hash before the function reads its mm pointer to access freed kernel memory.

The race requires the task releasing the final reference to be preempted before it reads the mm pointer.


Affected software

Linux kernel

How to mitigate CVE-2026-80758

Install security update from vendor's repository.


External References

Related Security Bulletins