CVE-2024-47752
- EPSS 0.05%
- Published 21.10.2024 13:15:05
- Last modified 22.10.2024 16:11:09
In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Fix H264 stateless decoder smatch warning Fix a smatch static checker warning on vdec_h264_req_if.c. Which leads to a kernel crash when fb is NULL.
CVE-2024-47753
- EPSS 0.06%
- Published 21.10.2024 13:15:05
- Last modified 03.11.2025 20:16:33
In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Fix VP8 stateless decoder smatch warning Fix a smatch static checker warning on vdec_vp8_req_if.c. Which leads to a kernel crash when fb is NULL.
CVE-2024-47754
- EPSS 0.06%
- Published 21.10.2024 13:15:05
- Last modified 03.11.2025 20:16:33
In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Fix H264 multi stateless decoder smatch warning Fix a smatch static checker warning on vdec_h264_req_multi_if.c. Which leads to a kernel crash when fb is N...
CVE-2024-47756
- EPSS 0.05%
- Published 21.10.2024 13:15:05
- Last modified 03.11.2025 23:16:22
In the Linux kernel, the following vulnerability has been resolved: PCI: keystone: Fix if-statement expression in ks_pcie_quirk() This code accidentally uses && where || was intended. It potentially results in a NULL dereference. Thus, fix the if...
CVE-2024-47757
- EPSS 0.04%
- Published 21.10.2024 13:15:05
- Last modified 03.11.2025 23:16:22
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential oob read in nilfs_btree_check_delete() The function nilfs_btree_check_delete(), which checks whether degeneration to direct mapping occurs before deleting a b...
CVE-2024-49850
- EPSS 0.05%
- Published 21.10.2024 13:15:05
- Last modified 03.11.2025 23:16:24
In the Linux kernel, the following vulnerability has been resolved: bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relos In case of malformed relocation record of kind BPF_CORE_TYPE_ID_LOCAL referencing a non-existing BTF type, function bpf...
CVE-2024-49851
- EPSS 0.05%
- Published 21.10.2024 13:15:05
- Last modified 03.11.2025 23:16:25
In the Linux kernel, the following vulnerability has been resolved: tpm: Clean up TPM space after command failure tpm_dev_transmit prepares the TPM space before attempting command transmission. However if the command fails no rollback of this prepa...
CVE-2024-49852
- EPSS 0.05%
- Published 21.10.2024 13:15:05
- Last modified 03.11.2025 23:16:25
In the Linux kernel, the following vulnerability has been resolved: scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del() The kref_put() function will call nport->release if the refcount drops to zero. The nport->release release...
CVE-2024-47739
- EPSS 0.05%
- Published 21.10.2024 13:15:04
- Last modified 03.11.2025 23:16:20
In the Linux kernel, the following vulnerability has been resolved: padata: use integer wrap around to prevent deadlock on seq_nr overflow When submitting more than 2^32 padata objects to padata_do_serial, the current sorting implementation incorre...
CVE-2024-47740
- EPSS 0.04%
- Published 21.10.2024 13:15:04
- Last modified 03.11.2025 23:16:21
In the Linux kernel, the following vulnerability has been resolved: f2fs: Require FMODE_WRITE for atomic write ioctls The F2FS ioctls for starting and committing atomic writes check for inode_owner_or_capable(), but this does not give LSMs like SEL...