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-38554
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:15
- Zuletzt bearbeitet 21.11.2024 09:26:19
In the Linux kernel, the following vulnerability has been resolved: ax25: Fix reference count leak issue of net_device There is a reference count leak issue of the object "net_device" in ax25_dev_device_down(). When the ax25 device is shutting down...
CVE-2024-38555
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:15
- Zuletzt bearbeitet 21.11.2024 09:26:20
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Discard command completions in internal error Fix use after free when FW completion arrives while device is in internal error state. Avoid calling completion handler in t...
CVE-2024-38556
- EPSS 0.03%
- Veröffentlicht 19.06.2024 14:15:15
- Zuletzt bearbeitet 06.03.2025 12:53:37
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Add a timeout to acquire the command queue semaphore Prevent forced completion handling on an entry that has not yet been assigned an index, causing an out of bounds acce...
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-38540
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:14
- Zuletzt bearbeitet 03.11.2025 22:17:02
In the Linux kernel, the following vulnerability has been resolved: bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq Undefined behavior is triggered when bnxt_qplib_alloc_init_hwq is called with hwq_attr->aux_depth != 0 and hwq_...
CVE-2024-38541
- EPSS 0.11%
- Veröffentlicht 19.06.2024 14:15:14
- Zuletzt bearbeitet 03.11.2025 20:16:20
In the Linux kernel, the following vulnerability has been resolved: of: module: add buffer overflow check in of_modalias() In of_modalias(), if the buffer happens to be too small even for the 1st snprintf() call, the len parameter will become negat...
CVE-2024-38543
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:14
- Zuletzt bearbeitet 21.11.2024 09:26:18
In the Linux kernel, the following vulnerability has been resolved: lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure The kcalloc() in dmirror_device_evict_chunk() will return null if the physical memory has run out. As a result, if ...