CVE-2024-56739
- EPSS 0.02%
- Veröffentlicht 29.12.2024 12:15:07
- Zuletzt bearbeitet 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-56720
- EPSS 0.01%
- Veröffentlicht 29.12.2024 12:15:06
- Zuletzt bearbeitet 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-56722
- EPSS 0.01%
- Veröffentlicht 29.12.2024 12:15:06
- Zuletzt bearbeitet 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...
CVE-2024-56723
- EPSS 0.01%
- Veröffentlicht 29.12.2024 12:15:06
- Zuletzt bearbeitet 03.11.2025 21:18:23
In the Linux kernel, the following vulnerability has been resolved: mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devices While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementation ...
CVE-2024-56724
- EPSS 0.02%
- Veröffentlicht 29.12.2024 12:15:06
- Zuletzt bearbeitet 03.11.2025 21:18:24
In the Linux kernel, the following vulnerability has been resolved: mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU device While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementation ha...
CVE-2024-56728
- EPSS 0.02%
- Veröffentlicht 29.12.2024 12:15:06
- Zuletzt bearbeitet 03.11.2025 21:18:25
In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_ethtool.c Add error pointer check after calling otx2_mbox_get_rsp().
CVE-2024-56718
- EPSS 0.02%
- Veröffentlicht 29.12.2024 09:15:07
- Zuletzt bearbeitet 03.11.2025 21:18:23
In the Linux kernel, the following vulnerability has been resolved: net/smc: protect link down work from execute after lgr freed link down work may be scheduled before lgr freed but execute after lgr freed, which may result in crash. So it is need ...
CVE-2024-56712
- EPSS 0.02%
- Veröffentlicht 29.12.2024 09:15:06
- Zuletzt bearbeitet 17.04.2025 21:15:49
In the Linux kernel, the following vulnerability has been resolved: udmabuf: fix memory leak on last export_udmabuf() error path In export_udmabuf(), if dma_buf_fd() fails because the FD table is full, a dma_buf owning the udmabuf has already been ...
CVE-2024-56715
- EPSS 0.02%
- Veröffentlicht 29.12.2024 09:15:06
- Zuletzt bearbeitet 03.11.2025 21:18:22
In the Linux kernel, the following vulnerability has been resolved: ionic: Fix netdev notifier unregister on failure If register_netdev() fails, then the driver leaks the netdev notifier. Fix this by calling ionic_lif_unregister() on register_netde...
CVE-2024-56716
- EPSS 0.02%
- Veröffentlicht 29.12.2024 09:15:06
- Zuletzt bearbeitet 03.11.2025 21:18:22
In the Linux kernel, the following vulnerability has been resolved: netdevsim: prevent bad user input in nsim_dev_health_break_write() If either a zero count or a large one is provided, kernel can crash.