CVE-2024-36972
- EPSS 0.1%
- Veröffentlicht 10.06.2024 15:15:52
- Zuletzt bearbeitet 01.04.2025 18:36:27
In the Linux kernel, the following vulnerability has been resolved: af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. Billy Jheng Bing-Jhong reported a race between __unix_gc() and queue_oob(). __unix_gc() tries to garbage-collect ...
CVE-2024-36971
- EPSS 0.44%
- Veröffentlicht 10.06.2024 09:15:09
- Zuletzt bearbeitet 05.11.2025 19:19:56
In the Linux kernel, the following vulnerability has been resolved: net: fix __dst_negative_advice() race __dst_negative_advice() does not enforce proper RCU rules when sk->dst_cache must be cleared, leading to possible UAF. RCU rules are that we ...
CVE-2024-36967
- EPSS 0.02%
- Veröffentlicht 08.06.2024 13:15:58
- Zuletzt bearbeitet 21.11.2024 09:22:55
In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: Fix memory leak in tpm2_key_encode() 'scratch' is never freed. Fix this by calling kfree() in the success, and in the error case.
CVE-2024-36968
- EPSS 0.02%
- Veröffentlicht 08.06.2024 13:15:58
- Zuletzt bearbeitet 21.11.2024 09:22:56
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init() l2cap_le_flowctl_init() can cause both div-by-zero and an integer overflow since hdev->le_mtu may not fall in the valid...
CVE-2024-36969
- EPSS 0.02%
- Veröffentlicht 08.06.2024 13:15:58
- Zuletzt bearbeitet 21.11.2024 09:22:56
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix division by zero in setup_dsc_config When slice_height is 0, the division by slice_height in the calculation of the number of slices will cause a division by z...
CVE-2024-36965
- EPSS 0.02%
- Veröffentlicht 08.06.2024 13:15:57
- Zuletzt bearbeitet 21.11.2024 09:22:55
In the Linux kernel, the following vulnerability has been resolved: remoteproc: mediatek: Make sure IPI buffer fits in L2TCM The IPI buffer location is read from the firmware that we load to the System Companion Processor, and it's not granted that...
CVE-2024-36966
- EPSS 0.03%
- Veröffentlicht 08.06.2024 13:15:57
- Zuletzt bearbeitet 01.10.2025 14:43:52
In the Linux kernel, the following vulnerability has been resolved: erofs: reliably distinguish block based and fscache mode When erofs_kill_sb() is called in block dev based mode, s_bdev may not have been initialised yet, and if CONFIG_EROFS_FS_ON...
CVE-2024-36960
- EPSS 0.01%
- Veröffentlicht 03.06.2024 08:15:09
- Zuletzt bearbeitet 01.04.2025 18:36:15
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix invalid reads in fence signaled events Correctly set the length of the drm_event to the size of the structure that's actually used. The length of the drm_event was...
CVE-2024-36964
- EPSS 0.02%
- Veröffentlicht 03.06.2024 08:15:09
- Zuletzt bearbeitet 17.12.2025 03:28:54
In the Linux kernel, the following vulnerability has been resolved: fs/9p: only translate RWX permissions for plain 9P2000 Garbage in plain 9P2000's perm bits is allowed through, which causes it to be able to set (among others) the suid bit. This w...
CVE-2024-36950
- EPSS 0.02%
- Veröffentlicht 30.05.2024 16:15:18
- Zuletzt bearbeitet 17.12.2025 03:29:40
In the Linux kernel, the following vulnerability has been resolved: firewire: ohci: mask bus reset interrupts between ISR and bottom half In the FireWire OHCI interrupt handler, if a bus reset interrupt has occurred, mask bus reset interrupts until...