imPC@ndo IT

Tracker / CVE-2024-41081

CVE-2024-41081

Critical 9.8

In the Linux kernel, the following vulnerability has been resolved: ila: block BH in ila_output() As explained in commit 1378817486d6 ("tipc: block BH before using dst_cache"), net/core/dst_cache.c helpers need to be called with BH disabled. ila_output() is called from lwtunnel_output() possibly from process context, and under rcu_read_lock(). We might be interrupted by a softirq, re-enter ila_output() and corrupt dst_cache data structures. Fix the race by using local_bh_disable().

Affected products and versions

linux linux_kernel
linux linux_kernel · 4.10 → 4.19.319
linux linux_kernel · 4.20 → 5.4.281
linux linux_kernel · 5.11 → 5.15.164
linux linux_kernel · 5.16 → 6.1.101
linux linux_kernel · 5.5 → 5.10.223
linux linux_kernel · 6.2 → 6.6.42
linux linux_kernel · 6.7 → 6.9.11

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.

References