CVE-2024-38567
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:16
- Zuletzt bearbeitet 12.05.2026 12:16:53
In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: add a proper sanity check for endpoints Syzkaller reports [1] hitting a warning which is caused by presence of a wrong endpoint type at the URB sumbitting stage. Wh...
CVE-2024-38549
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:15
- Zuletzt bearbeitet 04.11.2025 18:16:25
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add 0 size check to mtk_drm_gem_obj Add a check to mtk_drm_gem_init if we attempt to allocate a GEM object of 0 bytes. Currently, no such check exists and the kernel ...
CVE-2024-38552
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:15
- Zuletzt bearbeitet 12.05.2026 12:16:52
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential index out of bounds in color transformation function Fixes index out of bounds issue in the color transformation function. The issue could occur when...
CVE-2024-38558
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:15
- Zuletzt bearbeitet 12.05.2026 12:16:52
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix overwriting ct original tuple for ICMPv6 OVS_PACKET_CMD_EXECUTE has 3 main attributes: - OVS_PACKET_ATTR_KEY - Packet metadata in a netlink format. - OVS_PA...
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-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...
CVE-2024-36954
- EPSS 0.03%
- Veröffentlicht 30.05.2024 16:15:18
- Zuletzt bearbeitet 14.01.2025 16:27:50
In the Linux kernel, the following vulnerability has been resolved: tipc: fix a possible memleak in tipc_buf_append __skb_linearize() doesn't free the skb when it fails, so move '*buf = NULL' after __skb_linearize(), so that the skb can be freed on...
CVE-2024-36959
- EPSS 0.03%
- Veröffentlicht 30.05.2024 16:15:18
- Zuletzt bearbeitet 12.05.2026 12:16:50
In the Linux kernel, the following vulnerability has been resolved: pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() If we fail to allocate propname buffer, we need to drop the reference count we just took. Because the pinctrl_dt_free_...