Description
In the Linux kernel, the following vulnerability has been resolved: net/xen-netback: prevent UAF in xenvif_flush_hash() During the list_for_each_entry_rcu iteration call of xenvif_flush_hash, kfree_rcu does not exist inside the rcu read critical section, so if kfree_rcu is called when the rcu grace period ends during the iteration, UAF occurs when accessing head->next after the entry becomes free. Therefore, to solve this, you need to change it to list_for_each_entry_safe.
References (10)
Core 10
Core References
Scores
CVSS v3
7.8
EPSS
0.0027
EPSS Percentile
19.0%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
CWE
CWE-416
Status
published
Products (26)
linux/Kernel
4.7.0 - 5.4.290linux
linux/Kernel
5.11.0 - 5.15.168linux
linux/Kernel
5.16.0 - 6.1.113linux
linux/Kernel
5.5.0 - 5.10.227linux
linux/Kernel
6.11.0 - 6.11.3linux
linux/Kernel
6.2.0 - 6.6.55linux
linux/Kernel
6.7.0 - 6.10.14linux
Linux/Linux
< 4.7
Linux/Linux
4.7
Linux/Linux
40d8abdee806d496a60ee607a6d01b1cd7fabaf0 - 0fa5e94a1811d68fbffa0725efe6d4ca62c03d12
... and 16 more
Published
Oct 21, 2024
Tracked Since
Feb 18, 2026