CVE-2026-80758

Source
https://cve.org/CVERecord?id=CVE-2026-80758
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80758.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80758
Downstream
Published
2026-09-04T15:12:27.689Z
Modified
2026-09-06T03:46:43.842055182Z
Summary
futex: Avoid private hash use-after-free on final put
Details

In the Linux kernel, the following vulnerability has been resolved:

futex: Avoid private hash use-after-free on final put

futexprivatehashput() drops the reference to fph before evaluating fph->mm for wakeupvar(). futexref_put() enables preemption again before returning. If that put drops the final reference and the task is preempted, another task can pivot to the replacement hash and free the old hash after an RCU grace period. The first task then reads fph->mm from the freed allocation when it resumes.

KASAN reports a slab-use-after-free in futexprivatehashput(), with the read at offset 24 in a freed kmalloc-512 allocation. The allocation and free stacks point to futexhash_allocate() and the RCU free path, respectively.

Load the mm pointer while the fph reference is still held and pass the saved value to wakeupvar(). wakeupvar() uses the pointer as a waitqueue key and does not dereference the mm through it.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80758.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
bd54df5ea7cadac520e346d5f0fe5d58e635b6ba
Fixed
dba60d26e9dda3e157ad6b0934d4232f6c6904ee
Fixed
12cd315a7b6a7d7db3f69d98bfe3909275e9451d
Fixed
25408c62ed4ebcd491d0e9e4b4a5b512547512e4
Fixed
1c7efabfbaf796f11000a46094a69955a01ec6cc

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80758.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.16.0
Fixed
6.18.47
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.11
Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.2.1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80758.json"