- EPSS 0.02%
- Veröffentlicht 27.12.2024 15:15:26
- Zuletzt bearbeitet 03.11.2025 21:18:17
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.03%
- 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.01%
- Veröffentlicht 27.12.2024 15:15:24
- Zuletzt bearbeitet 17.05.2026 16:16:13
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.01%
- 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.01%
- 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.01%
- 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: 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.01%
- Veröffentlicht 27.12.2024 15:15:23
- Zuletzt bearbeitet 06.10.2025 17:38:15
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...
CVE-2024-56626
- EPSS 0.02%
- Veröffentlicht 27.12.2024 15:15:22
- Zuletzt bearbeitet 03.11.2025 21:18:10
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_write An offset from client could be a negative value, It could allows to write data outside the bounds of the allocated buffer. ...
CVE-2024-56616
- EPSS 0.02%
- Veröffentlicht 27.12.2024 15:15:21
- Zuletzt bearbeitet 03.11.2025 21:18:08
In the Linux kernel, the following vulnerability has been resolved: drm/dp_mst: Fix MST sideband message body length check Fix the MST sideband message body length check, which must be at least 1 byte accounting for the message body CRC (aka messag...
CVE-2024-56623
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:21
- Zuletzt bearbeitet 03.11.2025 21:18:09
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix use after free on unload System crash is observed with stack trace warning of use after free. There are 2 signals to tell dpc_thread to terminate (UNLOADING flag...