Tracker / CVE-2024-49936
CVE-2024-49936
High 8.8
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.
Affected products and versions
| linux | linux_kernel · … → 5.10.227 |
|---|---|
| linux | linux_kernel · 5.11 → 5.15.168 |
| linux | linux_kernel · 5.16 → 6.1.113 |
| linux | linux_kernel · 6.11 → 6.11.3 |
| linux | linux_kernel · 6.2 → 6.6.55 |
| linux | linux_kernel · 6.7 → 6.10.14 |
Analysis
This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.