CVE-2024-38559
- EPSS 0.25%
- Veröffentlicht 19.06.2024 14:15:16
- Zuletzt bearbeitet 12.05.2026 12:16:52
In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Ensure the copied buf is NUL terminated Currently, we allocate a count-sized kernel buffer and copy count from userspace to that buffer. Later, we use kstrtouint on thi...
CVE-2024-38560
- EPSS 0.27%
- 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.74%
- 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.25%
- 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.28%
- 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-38553
- EPSS 0.19%
- 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.24%
- 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-38558
- EPSS 0.26%
- 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.28%
- 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-38541
- EPSS 1.48%
- 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...