CVE-2024-41049
Last modified
CVE-2024-41049 is a high-severity vulnerability rated 7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: filelock: fix potential use-after-free in posix_lock_inode Light Hsieh reported a KASAN UAF warning in trace_posix_lock_inode(). The request pointer had been changed earlier to point to a lock entry that was added to the inode's list. However, before the tracepoint could fire, another task raced in and freed that lock. Fix this by moving the tracepoint inside the spinlock, which should ensure that this doesn't happen.. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: filelock: fix potential use-after-free in posix_lock_inode Light Hsieh reported a KASAN UAF warning in trace_posix_lock_inode(). The request pointer had been changed earlier to point to a lock entry that was added to the inode's list. However, before the tracepoint could fire, another task raced in and freed that lock. Fix this by moving the tracepoint inside the spinlock, which should ensure that this doesn't happen.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.4.257, < 5.4.280 |
| Linux | Linux Kernel | >= 5.10.197, < 5.10.222 |
| Linux | Linux Kernel | >= 5.15.133, < 5.15.163 |
| Linux | Linux Kernel | >= 6.1.55, < 6.1.100 |
| Linux | Linux Kernel | >= 6.6, < 6.6.41 |
| Linux | Linux Kernel | >= 6.7, < 6.9.10 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-41049?
How severe is CVE-2024-41049?
How do I fix CVE-2024-41049?
Are you affected by CVE-2024-41049?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
