PT-2026-35021 · Linux · Linux Kernel
Published
2026-04-24
·
Updated
2026-05-26
·
CVE-2026-31669
CVSS v3.1
9.8
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A slab-use-after-free issue exists in the
inet lookup established() function. The problem occurs because MPTCP v6 subflow child sockets are allocated via kmalloc instead of the TCPv6 slab cache due to an initialization order error where tcpv6 prot override.slab remains NULL. Because the kmalloc-4k cache lacks the SLAB TYPESAFE BY RCU flag, memory can be reused immediately after being freed. Consequently, concurrent ehash lookups under rcu read lock may access freed memory.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel