CVE-2026-80758 PUBLISHED

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

Assigner: Linux
Reserved: 26.08.2026 Published: 04.09.2026 Updated: 04.09.2026

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

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

futex_private_hash_put() drops the reference to fph before evaluating fph->mm for wake_up_var(). futex_ref_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 futex_private_hash_put(), with the read at offset 24 in a freed kmalloc-512 allocation. The allocation and free stacks point to futex_hash_allocate() and the RCU free path, respectively.

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

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from bd54df5ea7cadac520e346d5f0fe5d58e635b6ba to dba60d26e9dda3e157ad6b0934d4232f6c6904ee (excl.)
  • affected from bd54df5ea7cadac520e346d5f0fe5d58e635b6ba to 12cd315a7b6a7d7db3f69d98bfe3909275e9451d (excl.)
  • affected from bd54df5ea7cadac520e346d5f0fe5d58e635b6ba to 25408c62ed4ebcd491d0e9e4b4a5b512547512e4 (excl.)
  • affected from bd54df5ea7cadac520e346d5f0fe5d58e635b6ba to 1c7efabfbaf796f11000a46094a69955a01ec6cc (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.16 is affected
  • unaffected from 0 to 6.16 (excl.)
  • unaffected from 6.18.47 to 6.18.* (incl.)
  • unaffected from 7.1.11 to 7.1.* (incl.)
  • unaffected from 7.2.1 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References