CVE-2024-41081: ila: block BH in ila_output()
In the Linux kernel, the following vulnerability has been resolved:
ila: block BH in ilaoutput()
As explained in commit 1378817486d6 ("tipc: block BH before using dstcache"), net/core/dstcache.c helpers need to be called with BH disabled.
ilaoutput() is called from lwtunneloutput() possibly from process context, and under rcureadlock().
We might be interrupted by a softirq, re-enter ilaoutput() and corrupt dstcache data structures.
Fix the race by using localbhdisable().
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
debian/linuxto a version that resolves this vulnerability.Fixed in 5.10.223-1Fixed in 5.10.234-1Fixed in 6.1.129-1Fixed in 6.1.135-1Fixed in 6.12.25-1Fixed in 6.12.27-1 - Upgrade
Upgrade
debian/linux-6.1to a version that resolves this vulnerability.Fixed in 6.1.129-1~deb11u1
Event History
Frequently Asked Questions
What is the severity of CVE-2024-41081?
CVE-2024-41081 is classified as a medium severity vulnerability in the Linux kernel.
How do I fix CVE-2024-41081?
To fix CVE-2024-41081, update the Linux kernel to versions 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.128-1, or 6.12.12-1.
Which Linux versions are affected by CVE-2024-41081?
CVE-2024-41081 affects Linux kernel versions prior to 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.128-1, and 6.12.12-1.
Is CVE-2024-41081 being actively exploited?
As of the current information, there are no known active exploitations of CVE-2024-41081.
What is the impact of CVE-2024-41081?
CVE-2024-41081 may lead to unexpected behavior in the kernel, potentially affecting system stability and security.