CVE-2024-56645
- EPSS 0.01%
- 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-56646
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:24
- Zuletzt bearbeitet 11.01.2026 17:15:51
In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid possible NULL deref in modify_prefix_route() syzbot found a NULL deref [1] in modify_prefix_route(), caused by one fib6_info without a fib6_table pointer set. This can...
CVE-2024-56647
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:24
- Zuletzt bearbeitet 01.10.2025 20:17:35
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-56648
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:24
- Zuletzt bearbeitet 03.11.2025 21:18:14
In the Linux kernel, the following vulnerability has been resolved: net: hsr: avoid potential out-of-bound access in fill_frame_info() syzbot is able to feed a packet with 14 bytes, pretending it is a vlan one. Since fill_frame_info() is relying o...
CVE-2024-56649
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:24
- Zuletzt bearbeitet 01.10.2025 20:17:36
In the Linux kernel, the following vulnerability has been resolved: net: enetc: Do not configure preemptible TCs if SIs do not support Both ENETC PF and VF drivers share enetc_setup_tc_mqprio() to configure MQPRIO. And enetc_setup_tc_mqprio() calls...
CVE-2024-56650
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:24
- Zuletzt bearbeitet 03.11.2025 21:18:14
In the Linux kernel, the following vulnerability has been resolved: netfilter: x_tables: fix LED ID check in led_tg_check() Syzbot has reported the following BUG detected by KASAN: BUG: KASAN: slab-out-of-bounds in strlen+0x58/0x70 Read of size 1 ...
CVE-2024-56651
- EPSS 0.03%
- Veröffentlicht 27.12.2024 15:15:24
- Zuletzt bearbeitet 03.11.2025 21:18:14
In the Linux kernel, the following vulnerability has been resolved: can: hi311x: hi3110_can_ist(): fix potential use-after-free The commit a22bd630cfff ("can: hi311x: do not report txerr and rxerr during bus-off") removed the reporting of rxerr and...
CVE-2024-56634
- EPSS 0.02%
- Veröffentlicht 27.12.2024 15:15:23
- Zuletzt bearbeitet 03.11.2025 21:18:11
In the Linux kernel, the following vulnerability has been resolved: gpio: grgpio: Add NULL check in grgpio_probe devm_kasprintf() can return a NULL pointer on failure,but this returned value in grgpio_probe is not checked. Add NULL check in grgpio_...
- EPSS 0.02%
- Veröffentlicht 27.12.2024 15:15:23
- Zuletzt bearbeitet 10.02.2025 18:15:31
In the Linux kernel, the following vulnerability has been resolved: net: avoid potential UAF in default_operstate() syzbot reported an UAF in default_operstate() [1] Issue is a race between device and netns dismantles. After calling __rtnl_unlock...
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...