CVE-2024-38385
Last modified
CVE-2024-38385 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() irq_find_at_or_after() dereferences the interrupt descriptor which is returned by mt_find() while neither holding sparse_irq_lock nor RCU read lock, which means the descriptor can be freed between mt_find() and the dereference: CPU0 CPU1 desc = mt_find() delayed_free_desc(desc) irq_desc_get_irq(desc) The use-after-free is reported by KASAN: Call trace: irq_get_next_irq+0x58/0x84 show_stat+0x638/0x824 seq_read_iter+0x158/0x4ec proc_reg_read_iter+0x94/0x12c vfs_read+0x1e0/0x2c8 Freed by task 4471: slab_free_freelist_hook+0x174/0x1e0 __kmem_cache_free+0xa4/0x1dc kfree+0x64/0x128 irq_kobj_release+0x28/0x3c kobject_put+0xcc/0x1e0 delayed_free_desc+0x14/0x2c rcu_do_batch+0x214/0x720 Guard the access with a RCU read lock section.. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() irq_find_at_or_after() dereferences the interrupt descriptor which is returned by mt_find() while neither holding sparse_irq_lock nor RCU read lock, which means the descriptor can be freed between mt_find() and the dereference: CPU0 CPU1 desc = mt_find() delayed_free_desc(desc) irq_desc_get_irq(desc) The use-after-free is reported by KASAN: Call trace: irq_get_next_irq+0x58/0x84 show_stat+0x638/0x824 seq_read_iter+0x158/0x4ec proc_reg_read_iter+0x94/0x12c vfs_read+0x1e0/0x2c8 Freed by task 4471: slab_free_freelist_hook+0x174/0x1e0 __kmem_cache_free+0xa4/0x1dc kfree+0x64/0x128 irq_kobj_release+0x28/0x3c kobject_put+0xcc/0x1e0 delayed_free_desc+0x14/0x2c rcu_do_batch+0x214/0x720 Guard the access with a RCU read lock section.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.5, < 6.6.34 |
| Linux | Linux Kernel | >= 6.7, < 6.9.5 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-38385?
How severe is CVE-2024-38385?
How do I fix CVE-2024-38385?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-3838Inappropriate implementation in Autofill in Google Chrome pr…5.5
- CVE-2024-38380This vulnerability occurs when user-supplied input is improp…5.4
- CVE-2024-38381In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-38382in OpenHarmony v4.0.0 and prior versions allow a local attac…5.5
- CVE-2024-38383Uncontrolled search path for some Intel(R) Quartus(R) Prime …7.8
- CVE-2024-38384In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-38386in OpenHarmony v4.1.0 and prior versions allow a local attac…7.8
- CVE-2024-38387Uncontrolled search path in the Intel(R) Graphics Driver ins…6.7
- CVE-2024-38388In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-38389There is an Out-of-bounds read vulnerability in TELLUS (v4.0…7.8
- CVE-2024-3839Out of bounds read in Fonts in Google Chrome prior to 124.0.…6.5
- CVE-2024-38390In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-38385?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
