PT-2024-4320 · Linux+4 · Linux Kernel+4
Dave Jiang
+2
·
Published
2024-05-04
·
Updated
2025-09-29
·
CVE-2024-38629
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The issue is related to the unnecessary destruction of
file ida in the Linux kernel, specifically in the dmaengine subsystem. This can lead to accessing an id in file ida after it has been destroyed, resulting in a kernel panic. The problem occurs because ida free() in cdev release may happen after the destruction of file ida per WQ cdev.Recommendations
To address this issue, remove the
ida destroy(&file ida) call to prevent unnecessary destruction of file ida. Update to a version of the Linux kernel that includes this fix, such as version 6.6.37 or later.Exploit
Fix
Improper Resource Release
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linuxmint
Linux Kernel
Red Hat
Suse
Ubuntu