PT-2026-68073 · Linux · Linux Kernel
CVE-2026-64572
·
Published
2026-08-05
·
Updated
2026-08-09
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A slab-use-after-free issue exists in the IPv4 Forwarding Information Base (FIB) implementation. The
fib table insert() function adds a new fa object to the fa list using fib insert alias() before invoking FIB entry notifiers. If a notifier fails, the error path removes new fa via fib remove alias() and immediately frees it using kmem cache free(). However, because fib table lookup() accesses this list under rcu read lock(), a concurrent lookup may continue to read the new fa object after it has been freed. Triggering this condition requires CAP NET ADMIN privileges and a registered FIB notifier capable of rejecting a route.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel