VDB

CVE-2026-80778

CVE-2026-80778 PUBLISHED

Reported by Linux · Published September 4, 2026

In the Linux kernel, the following vulnerability has been resolved: futex/pi: Reject cross-mm private futex owners A private futex key borrows the waiter's mm without taking an mm_users reference. Nevertheless, attach_to_pi_owner() currently accepts an owner from a different address space and copies the private key into the owner's PI state. When that owner exits, exit_pi_state_list() uses the saved key to find the hash bucket and acquires a reference to the waiter's private hash. If the last user of the waiter's mm exits concurrently, futex_hash_free() frees the hash while the owner still uses its bucket and reference. Prevent this by validating in attach_to_pi_owner() that, for private futexes, the owner mm and waiter mm are the same. Perform the check with the owner's pi_lock held and after validating owner::futex::state to serialize against a concurrent PI-state exit cleanup. [ tglx: Amended comment ]

EPSS 0.17% · 6.4th percentile

Risk Scores

EPSS Score
0.17%
6.4th percentile

Affected Products

VendorProductVersions
LinuxLinux80367ad01d93ac781b0e1df246edaf006928002f, 80367ad01d93ac781b0e1df246edaf006928002f, 80367ad01d93ac781b0e1df246edaf006928002f
LinuxLinux6.16, 0, 6.18.47
linuxlinux_kernel6.16, 6.16, 6.16
LinuxLinux80367ad01d93ac781b0e1df246edaf006928002f, 80367ad01d93ac781b0e1df246edaf006928002f, 80367ad01d93ac781b0e1df246edaf006928002f

Timeline

  • Sep 4, 2026 Coalition ESS Score
  • Sep 4, 2026 CVE Published
  • Sep 5, 2026 EPSS Score
  • Sep 16, 2026 EPSS Score

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›