Bug 2300458 (CVE-2024-41081) - CVE-2024-41081 kernel: ila: block BH in ila_output()
Summary: CVE-2024-41081 kernel: ila: block BH in ila_output()
Keywords:
Status: NEW
Alias: CVE-2024-41081
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2301656
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-29 15:51 UTC by OSIDB Bzimport
Modified: 2024-10-14 11:26 UTC (History)
4 users (show)

Fixed In Version: kernel 4.19.319, kernel 5.4.281, kernel 5.10.223, kernel 5.15.164, kernel 6.1.101, kernel 6.6.42, kernel 6.9.11, kernel 6.10
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-07-29 15:51:49 UTC
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().

Comment 1 Mauro Matteo Cascella 2024-07-30 14:56:12 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2024072926-CVE-2024-41081-2552@gregkh/T

Comment 2 Mauro Matteo Cascella 2024-07-30 14:56:32 UTC
Created kernel tracking bugs for this issue:

Affects: fedora-all [bug 2301656]


Note You need to log in before you can comment on or make changes to this bug.