VDB
DEBIAN-CVE-2024-41049
DEBIAN-CVE-2024-41049
PUBLISHED
CVSS 7 HIGH
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.
Risk Scores
CVSS 3.1
7
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:12 | linux | 6.1.27-1, 6.1.38-1, 6.1.38-2 |
| Debian:13 | linux | 0, 0 |
| Debian:14 | linux | 0, 0 |
| Debian:11 | linux | 5.10.162-1, 5.10.178-1, 5.10.178-2 |
| Debian:11 | linux-6.1 | 6.1.106-3~deb11u1, 6.1.112-1~deb11u1, * |
Timeline
- Jul 29, 2024 CVE Published
- Apr 28, 2026 CVE Updated