CVE-2024-56659
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:25
- Zuletzt bearbeitet 03.11.2025 21:18:15
In the Linux kernel, the following vulnerability has been resolved: net: lapb: increase LAPB_HEADER_LEN It is unclear if net/lapb code is supposed to be ready for 8021q. We can at least avoid crashes like the following : skbuff: skb_under_panic: ...
CVE-2024-56643
- 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: dccp: Fix memory leak in dccp_feat_change_recv If dccp_feat_push_confirm() fails after new value for SP feature was accepted without reconciliation ('entry == NULL' branch), memory...
CVE-2024-56644
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:24
- Zuletzt bearbeitet 12.01.2026 13:10: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.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-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.02%
- 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_...
CVE-2024-56637
- 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: 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-56642
- 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: tipc: Fix use-after-free of kernel socket in cleanup_bearer(). syzkaller reported a use-after-free of UDP kernel socket in cleanup_bearer() without repro. [0][1] When bearer_disab...
CVE-2024-56629
- EPSS 0.01%
- 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: HID: wacom: fix when get product name maybe null pointer Due to incorrect dev->product reporting by certain devices, null pointer dereferences occur when dev->product is empty, lea...