CVE-2024-56730
- EPSS 0.04%
- Published 29.12.2024 12:15:07
- Last modified 01.10.2025 20:17:45
In the Linux kernel, the following vulnerability has been resolved: net/9p/usbg: fix handling of the failed kzalloc() memory allocation On the linux-next, next-20241108 vanilla kernel, the coccinelle tool gave the following error report: ./net/9p/...
CVE-2024-56739
- EPSS 0.05%
- Published 29.12.2024 12:15:07
- Last modified 03.11.2025 21:18:25
In the Linux kernel, the following vulnerability has been resolved: rtc: check if __rtc_read_time was successful in rtc_timer_do_work() If the __rtc_read_time call fails,, the struct rtc_time tm; may contain uninitialized data, or an illegal date/t...
CVE-2024-56740
- EPSS 0.05%
- Published 29.12.2024 12:15:07
- Last modified 01.10.2025 20:17:46
In the Linux kernel, the following vulnerability has been resolved: nfs/localio: must clear res.replen in nfs_local_read_done Otherwise memory corruption can occur due to NFSv3 LOCALIO reads leaving garbage in res.replen: - nfs3_read_done() copies ...
CVE-2024-56742
- EPSS 0.03%
- Published 29.12.2024 12:15:07
- Last modified 17.04.2025 21:15:49
In the Linux kernel, the following vulnerability has been resolved: vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages() Fix an unwind issue in mlx5vf_add_migration_pages(). If a set of pages is allocated but fails to be added to the SG ...
CVE-2024-56743
- EPSS 0.03%
- Published 29.12.2024 12:15:07
- Last modified 01.10.2025 20:17:46
In the Linux kernel, the following vulnerability has been resolved: nfs_common: must not hold RCU while calling nfsd_file_put_local Move holding the RCU from nfs_to_nfsd_file_put_local to nfs_to_nfsd_net_put. It is the call to nfs_to->nfsd_serv_pu...
CVE-2024-56744
- EPSS 0.03%
- Published 29.12.2024 12:15:07
- Last modified 16.04.2025 19:15:52
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason() syzbot reports deadlock issue of f2fs as below: ====================================================== WARNING: ...
CVE-2024-56745
- EPSS 0.04%
- Published 29.12.2024 12:15:07
- Last modified 03.11.2025 21:18:25
In the Linux kernel, the following vulnerability has been resolved: PCI: Fix reset_method_store() memory leak In reset_method_store(), a string is allocated via kstrndup() and assigned to the local "options". options is then used in with strsep() t...
CVE-2024-56720
- EPSS 0.05%
- Published 29.12.2024 12:15:06
- Last modified 03.11.2025 21:18:23
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Several fixes to bpf_msg_pop_data Several fixes to bpf_msg_pop_data, 1. In sk_msg_shift_left, we should put_page 2. if (len == 0), return early is better 3. pop the e...
CVE-2024-56721
- EPSS 0.03%
- Published 29.12.2024 12:15:06
- Last modified 01.10.2025 20:17:44
In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD: Terminate the erratum_1386_microcode array The erratum_1386_microcode array requires an empty entry at the end. Otherwise x86_match_cpu_with_stepping() will continue i...
CVE-2024-56722
- EPSS 0.05%
- Published 29.12.2024 12:15:06
- Last modified 03.11.2025 21:18:23
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix cpu stuck caused by printings during reset During reset, cmd to destroy resources such as qp, cq, and mr may fail, and error logs will be printed. When a large number...