CVE-2026-53157
HIGHnet: phonet: free phonet_device after RCU grace period
Title source: cnaDescription
In the Linux kernel, the following vulnerability has been resolved: net: phonet: free phonet_device after RCU grace period phonet_device_destroy() removes a phonet_device from the per-net device list with list_del_rcu(), but frees it immediately. RCU readers walking the same list can still hold a pointer to the object after it has been removed, leading to a slab-use-after-free. Use kfree_rcu(), matching the lifetime rule already used by phonet_address_del() for the same object type.
References (8)
Core 8
Core References
Scores
CVSS v3
7.8
EPSS
0.0014
EPSS Percentile
3.3%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Details
CWE
CWE-416
Status
published
Products (27)
linux/Kernel
2.6.33 - 5.10.260linux
linux/Kernel
5.11.0 - 5.15.211linux
linux/Kernel
5.16.0 - 6.1.177linux
linux/Kernel
6.13.0 - 6.18.36linux
linux/Kernel
6.19.0 - 7.0.13linux
linux/Kernel
6.2.0 - 6.6.144linux
linux/Kernel
6.7.0 - 6.12.95linux
Linux/Linux
< 2.6.33
Linux/Linux
2.6.33
Linux/Linux
5.10.260 - 5.10.*
... and 17 more
Published
Jun 25, 2026
Tracked Since
Jun 25, 2026