CVE-2024-38560
- EPSS 0.01%
- 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: scsi: bfa: Ensure the copied buf is NUL terminated Currently, we allocate a nbytes-sized kernel buffer and copy nbytes from userspace to that buffer. Later, we use sscanf on this b...
CVE-2024-38565
- 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: ar5523: enable proper endpoint verification Syzkaller reports [1] hitting a warning about an endpoint in use not having an expected type to it. Fix the issue by checking for...
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-38553
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:02
In the Linux kernel, the following vulnerability has been resolved: net: fec: remove .ndo_poll_controller to avoid deadlocks There is a deadlock issue found in sungem driver, please refer to the commit ac0a230f719b ("eth: sungem: remove .ndo_poll_c...
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-38538
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:14
- Zuletzt bearbeitet 03.11.2025 21:16:14
In the Linux kernel, the following vulnerability has been resolved: net: bridge: xmit: make sure we have at least eth header len bytes syzbot triggered an uninit value[1] error in bridge device's xmit path by sending a short (less than ETH_HLEN byt...
CVE-2024-38544
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:14
- Zuletzt bearbeitet 03.11.2025 21:16:14
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt In rxe_comp_queue_pkt() an incoming response packet skb is enqueued to the resp_pkts queue and then a decision is made whether to run ...
CVE-2024-36978
- EPSS 0.03%
- Veröffentlicht 19.06.2024 07:15:46
- Zuletzt bearbeitet 12.05.2026 12:16:51
In the Linux kernel, the following vulnerability has been resolved: net: sched: sch_multiq: fix possible OOB write in multiq_tune() q->bands will be assigned to qopt->bands to execute subsequent code logic after kmalloc. So the old q->bands should ...