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?
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-41043In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41044In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41045In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-41046In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-41047In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41048In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4105A vulnerability has been found in FAST/TOOLS and CI Server. …5.8
- CVE-2024-41050In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-41051In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-41052In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41053In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41054In the Linux kernel, the following vulnerability has been re…5.5
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
