CVE-2024-43858
- EPSS 0.02%
- Veröffentlicht 17.08.2024 10:15:10
- Zuletzt bearbeitet 12.05.2026 12:17:07
In the Linux kernel, the following vulnerability has been resolved: jfs: Fix array-index-out-of-bounds in diFree
CVE-2024-43860
- EPSS 0.03%
- Veröffentlicht 17.08.2024 10:15:10
- Zuletzt bearbeitet 03.11.2025 22:18:13
In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_rproc: Skip over memory region when node value is NULL In imx_rproc_addr_init() "nph = of_count_phandle_with_args()" just counts number of phandles. But phandles ma...
CVE-2024-43839
- EPSS 0.02%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 27.03.2026 20:56:13
In the Linux kernel, the following vulnerability has been resolved: bna: adjust 'name' buf size of bna_tcb and bna_ccb structures To have enough space to write all possible sprintf() args. Currently 'name' size is 16, but the first '%s' specifier m...
CVE-2024-43844
- EPSS 0.03%
- Veröffentlicht 17.08.2024 10:15:09
- Zuletzt bearbeitet 25.10.2024 19:49:05
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: wow: fix GTK offload H2C skbuff issue We mistakenly put skb too large and that may exceed skb->end. Therefore, we fix it. skbuff: skb_over_panic: text:ffffffffc09e9a9...
CVE-2024-43817
- EPSS 0.01%
- Veröffentlicht 17.08.2024 10:15:08
- Zuletzt bearbeitet 03.11.2025 22:18:07
In the Linux kernel, the following vulnerability has been resolved: net: missing check virtio Two missing check in virtio_net_hdr_to_skb() allowed syzbot to crash kernels again 1. After the skb_segment function the buffer may become non-linear (nr...
CVE-2024-43831
- EPSS 0.02%
- Veröffentlicht 17.08.2024 10:15:08
- Zuletzt bearbeitet 03.11.2025 20:16:29
In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Handle invalid decoder vsi Handle an invalid decoder vsi in vpu_dec_init to ensure the decoder vsi is valid for future use.
CVE-2024-42310
- EPSS 0.03%
- Veröffentlicht 17.08.2024 09:15:11
- Zuletzt bearbeitet 03.11.2025 22:18:01
In the Linux kernel, the following vulnerability has been resolved: drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modes In cdv_intel_lvds_get_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to...
CVE-2024-42311
- EPSS 0.02%
- Veröffentlicht 17.08.2024 09:15:11
- Zuletzt bearbeitet 03.11.2025 22:18:01
In the Linux kernel, the following vulnerability has been resolved: hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode() Syzbot reports uninitialized value access issue as below: loop0: detected capacity change from 0 to 64 ====...
CVE-2024-42312
- EPSS 0.03%
- Veröffentlicht 17.08.2024 09:15:11
- Zuletzt bearbeitet 12.05.2026 12:17:06
In the Linux kernel, the following vulnerability has been resolved: sysctl: always initialize i_uid/i_gid Always initialize i_uid/i_gid inside the sysfs core so set_ownership() can safely skip setting them. Commit 5ec27ec735ba ("fs/proc/proc_sysct...
CVE-2024-42313
- EPSS 0.02%
- Veröffentlicht 17.08.2024 09:15:11
- Zuletzt bearbeitet 03.11.2025 22:18:02
In the Linux kernel, the following vulnerability has been resolved: media: venus: fix use after free in vdec_close There appears to be a possible use after free with vdec_close(). The firmware will add buffer release work to the work queue through ...