PT-2026-35140 · Linux · Linux Kernel
Published
2026-04-25
·
Updated
2026-05-26
·
CVE-2026-31680
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/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 use-after-free issue exists in the IPv6 flowlabel implementation. The function
ip6fl seq show() iterates through the global flowlabel hash under a seq-file RCU read-side lock and accesses fl->opt->opt nflen when an option block is present. Because exclusive flowlabels free fl->opt immediately when fl->users reaches zero in fl release(), but the struct ip6 flowlabel remains in the global hash table until garbage collection and fl free rcu() occur, a race condition exists. A concurrent reader of '/proc/net/ip6 flowlabel' can dereference the freed option state, leading to a system crash.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel