CVE-2024-56692
- EPSS 0.22%
- Veröffentlicht 28.12.2024 10:15:14
- Zuletzt bearbeitet 04.08.2026 11:22:21
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on node blkaddr in truncate_node() syzbot reports a f2fs bug as below: ------------[ cut here ]------------ kernel BUG at fs/f2fs/segment.c:2534! RIP:...
CVE-2024-56677
- EPSS 0.28%
- Veröffentlicht 28.12.2024 10:15:08
- Zuletzt bearbeitet 04.08.2026 11:22:20
In the Linux kernel, the following vulnerability has been resolved: powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init() During early init CMA_MIN_ALIGNMENT_BYTES can be PAGE_SIZE, since pageblock_order is still zero and it get...
- EPSS 0.61%
- Veröffentlicht 27.12.2024 15:15:26
- Zuletzt bearbeitet 04.08.2026 11:22:19
In the Linux kernel, the following vulnerability has been resolved: acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl Fix an issue detected by syzbot with KASAN: BUG: KASAN: vmalloc-out-of-bounds in cmd_to_func drivers/acpi/nfit/ core.c:416 ...
- EPSS 0.18%
- Veröffentlicht 27.12.2024 15:15:26
- Zuletzt bearbeitet 04.08.2026 11:22:20
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix race between element replace and close() Element replace (with a socket different from the one stored) may race with socket's close() link popping & unlinking. __...
CVE-2024-56671
- EPSS 0.19%
- Veröffentlicht 27.12.2024 15:15:26
- Zuletzt bearbeitet 01.10.2025 20:17:39
In the Linux kernel, the following vulnerability has been resolved: gpio: graniterapids: Fix vGPIO driver crash Move setting irq_chip.name from probe() function to the initialization of "irq_chip" struct in order to fix vGPIO driver crash during bo...
CVE-2024-56647
- EPSS 0.22%
- Veröffentlicht 27.12.2024 15:15:24
- Zuletzt bearbeitet 01.06.2026 17:16:31
In the Linux kernel, the following vulnerability has been resolved: net: Fix icmp host relookup triggering ip_rt_bug arp link failure may trigger ip_rt_bug while xfrm enabled, call trace is: WARNING: CPU: 0 PID: 0 at net/ipv4/route.c:1241 ip_rt_bu...
CVE-2024-56636
- EPSS 0.27%
- Veröffentlicht 27.12.2024 15:15:23
- Zuletzt bearbeitet 03.11.2025 21:18:12
In the Linux kernel, the following vulnerability has been resolved: geneve: do not assume mac header is set in geneve_xmit_skb() We should not assume mac header is set in output path. Use skb_eth_hdr() instead of eth_hdr() to fix the issue. sysbo...
CVE-2024-56639
- EPSS 0.19%
- Veröffentlicht 27.12.2024 15:15:23
- Zuletzt bearbeitet 07.10.2025 20:13:09
In the Linux kernel, the following vulnerability has been resolved: net: hsr: must allocate more bytes for RedBox support Blamed commit forgot to change hsr_init_skb() to allocate larger skb for RedBox case. Indeed, send_hsr_supervision_frame() wi...
CVE-2024-56640
- EPSS 0.62%
- Veröffentlicht 27.12.2024 15:15:23
- Zuletzt bearbeitet 04.08.2026 11:22:16
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix LGR and link use-after-free issue We encountered a LGR/link use-after-free issue, which manifested as the LGR/link refcnt reaching 0 early and entering the clear proce...
CVE-2024-56641
- EPSS 0.51%
- Veröffentlicht 27.12.2024 15:15:23
- Zuletzt bearbeitet 04.08.2026 11:22:16
In the Linux kernel, the following vulnerability has been resolved: net/smc: initialize close_work early to avoid warning We encountered a warning that close_work was canceled before initialization. WARNING: CPU: 7 PID: 111103 at kernel/workqueu...