CVE-2024-56676
- EPSS 0.04%
- Veröffentlicht 28.12.2024 10:15:06
- Zuletzt bearbeitet 26.09.2025 20:29:18
In the Linux kernel, the following vulnerability has been resolved: thermal: testing: Initialize some variables annoteded with _free() Variables annotated with __free() need to be initialized if the function can return before they get updated for t...
CVE-2024-56644
- EPSS 0.03%
- Veröffentlicht 27.12.2024 15:15:24
- Zuletzt bearbeitet 03.11.2025 21:18:13
In the Linux kernel, the following vulnerability has been resolved: net/ipv6: release expired exception dst cached in socket Dst objects get leaked in ip6_negative_advice() when this function is executed for an expired IPv6 route located in the exc...
CVE-2024-56645
- EPSS 0.03%
- Veröffentlicht 27.12.2024 15:15:24
- Zuletzt bearbeitet 03.11.2025 21:18:13
In the Linux kernel, the following vulnerability has been resolved: can: j1939: j1939_session_new(): fix skb reference counting Since j1939_session_skb_queue() does an extra skb_get() for each new skb, do the same for the initial one in j1939_sessi...
CVE-2024-56636
- EPSS 0.04%
- 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-56637
- EPSS 0.03%
- 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: netfilter: ipset: Hold module reference while requesting a module User space may unload ip_set.ko while it is itself requesting a set type backend module, leading to a kernel crash...
CVE-2024-56638
- EPSS 0.03%
- Veröffentlicht 27.12.2024 15:15:23
- Zuletzt bearbeitet 07.10.2025 20:19:30
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_inner: incorrect percpu area handling under softirq Softirq can interrupt ongoing packet from process context that is walking over the percpu area that contains inne...
CVE-2024-56639
- EPSS 0.04%
- 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-56641
- EPSS 0.03%
- 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-56625
- EPSS 0.04%
- Veröffentlicht 27.12.2024 15:15:22
- Zuletzt bearbeitet 03.11.2025 21:18:09
In the Linux kernel, the following vulnerability has been resolved: can: dev: can_set_termination(): allow sleeping GPIOs In commit 6e86a1543c37 ("can: dev: provide optional GPIO based termination support") GPIO based termination support was added....
CVE-2024-56628
- EPSS 0.04%
- 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: LoongArch: Add architecture specific huge_pte_clear() When executing mm selftests run_vmtests.sh, there is such an error: BUG: Bad page state in process uffd-unit-tests pfn:0000...