CVE-2024-49986
- EPSS 0.25%
- Veröffentlicht 21.10.2024 18:15:19
- Zuletzt bearbeitet 15.06.2026 18:25:56
In the Linux kernel, the following vulnerability has been resolved: platform/x86: x86-android-tablets: Fix use after free on platform_device_register() errors x86_android_tablet_remove() frees the pdevs[] array, so it should not be used after calli...
CVE-2024-49989
- EPSS 0.25%
- Veröffentlicht 21.10.2024 18:15:19
- Zuletzt bearbeitet 15.06.2026 18:25:09
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix double free issue during amdgpu module unload Flexible endpoints use DIGs from available inflexible endpoints, so only the encoders of inflexible links need to...
CVE-2024-49991
- EPSS 0.28%
- Veröffentlicht 21.10.2024 18:15:19
- Zuletzt bearbeitet 15.06.2026 18:24:17
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer Pass pointer reference to amdgpu_bo_unref to clear the correct pointer, otherwise amdgpu_bo_unref clear the local variable...
CVE-2024-49996
- EPSS 0.33%
- Veröffentlicht 21.10.2024 18:15:19
- Zuletzt bearbeitet 15.06.2026 18:24:00
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix buffer overflow when parsing NFS reparse points ReparseDataLength is sum of the InodeType size and DataBuffer size. So to get DataBuffer size it is needed to subtract Ino...
CVE-2024-49960
- EPSS 0.28%
- Veröffentlicht 21.10.2024 18:15:17
- Zuletzt bearbeitet 15.06.2026 18:23:18
In the Linux kernel, the following vulnerability has been resolved: ext4: fix timer use-after-free on failed mount Syzbot has found an ODEBUG bug in ext4_fill_super The del_timer_sync function cancels the s_err_report timer, which reminds about fi...
CVE-2024-49966
- EPSS 0.27%
- Veröffentlicht 21.10.2024 18:15:17
- Zuletzt bearbeitet 15.06.2026 18:26:08
In the Linux kernel, the following vulnerability has been resolved: ocfs2: cancel dqi_sync_work before freeing oinfo ocfs2_global_read_info() will initialize and schedule dqi_sync_work at the end, if error occurs after successfully reading global q...
CVE-2024-49950
- EPSS 0.26%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 15.06.2026 18:26:18
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix uaf in l2cap_connect [Syzbot reported] BUG: KASAN: slab-use-after-free in l2cap_connect.constprop.0+0x10d8/0x1270 net/bluetooth/l2cap_core.c:3949 Read of size...
CVE-2024-49924
- EPSS 0.25%
- Veröffentlicht 21.10.2024 18:15:14
- Zuletzt bearbeitet 28.05.2026 15:12:23
In the Linux kernel, the following vulnerability has been resolved: fbdev: pxafb: Fix possible use after free in pxafb_task() In the pxafb_probe function, it calls the pxafb_init_fbinfo function, after which &fbi->task is associated with pxafb_task...
CVE-2024-49883
- EPSS 0.28%
- Veröffentlicht 21.10.2024 18:15:11
- Zuletzt bearbeitet 12.05.2026 19:08:55
In the Linux kernel, the following vulnerability has been resolved: ext4: aovid use-after-free in ext4_ext_insert_extent() As Ojaswin mentioned in Link, in ext4_ext_insert_extent(), if the path is reallocated in ext4_ext_create_new_leaf(), we'll us...
CVE-2024-49884
- EPSS 0.27%
- Veröffentlicht 21.10.2024 18:15:11
- Zuletzt bearbeitet 12.05.2026 19:09:03
In the Linux kernel, the following vulnerability has been resolved: ext4: fix slab-use-after-free in ext4_split_extent_at() We hit the following use-after-free: ================================================================== BUG: KASAN: slab-us...