CVE-2024-56724
- EPSS 0.22%
- 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.21%
- 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.2%
- 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.18%
- 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.25%
- 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.2%
- 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.
CVE-2024-56705
- EPSS 0.26%
- Veröffentlicht 28.12.2024 10:15:19
- Zuletzt bearbeitet 15.12.2025 20:53:18
In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgby_data memory allocation failure In ia_css_3a_statistics_allocate(), there is no check on the allocation result of the rgby_data memory. If rgby_da...
CVE-2024-56703
- EPSS 0.2%
- Veröffentlicht 28.12.2024 10:15:18
- Zuletzt bearbeitet 14.07.2026 13:17:13
In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix soft lockups in fib6_select_path under high next hop churn Soft lockups have been observed on a cluster of Linux-based edge routers located in a highly dynamic environmen...
CVE-2024-56704
- EPSS 0.23%
- Veröffentlicht 28.12.2024 10:15:18
- Zuletzt bearbeitet 03.11.2025 21:18:21
In the Linux kernel, the following vulnerability has been resolved: 9p/xen: fix release of IRQ Kernel logs indicate an IRQ was double-freed. Pass correct device ID during IRQ release. [Dominique: remove confusing variable reset to 0]
CVE-2024-56700
- EPSS 0.21%
- Veröffentlicht 28.12.2024 10:15:17
- Zuletzt bearbeitet 03.11.2025 21:18:20
In the Linux kernel, the following vulnerability has been resolved: media: wl128x: Fix atomicity violation in fmc_send_cmd() Atomicity violation occurs when the fmc_send_cmd() function is executed simultaneously with the modification of the fmdev->...