CVE-2024-41081
MediumIn 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().
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
References
The following references provide additional information about CVE-2024-41081 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
-
PatchKernel patch commithttps://git.kernel.org/stable/c/522c3336c2025818fa05e9daf0ac35711e55e316
-
PatchKernel patch commithttps://git.kernel.org/stable/c/7435bd2f84a25aba607030237261b3795ba782da
-
PatchKernel patch commithttps://git.kernel.org/stable/c/96103371091c6476eb07f4c66624bdd1b42f758a
Frequently asked questions
-
What is CVE-2024-41081?
CVE-2024-41081 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . CVE-2024-41081 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2024-41081?
CVE-2024-41081 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2024-41081?
No patch is currently available for CVE-2024-41081. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2024-41081 actively exploited?
No — CVE-2024-41081 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.