CVE-2021-47668
- EPSS 0.06%
- Veröffentlicht 17.04.2025 18:01:29
- Zuletzt bearbeitet 21.04.2025 18:41:27
In the Linux kernel, the following vulnerability has been resolved: can: dev: can_restart: fix use after free bug After calling netif_rx_ni(skb), dereferencing skb is unsafe. Especially, the can_frame cf which aliases skb memory is accessed after t...
CVE-2021-47669
- EPSS 0.06%
- Veröffentlicht 17.04.2025 18:01:29
- Zuletzt bearbeitet 21.04.2025 18:41:22
In the Linux kernel, the following vulnerability has been resolved: can: vxcan: vxcan_xmit: fix use after free bug After calling netif_rx_ni(skb), dereferencing skb is unsafe. Especially, the canfd_frame cfd which aliases skb memory is accessed aft...
CVE-2020-36789
- EPSS 0.06%
- Veröffentlicht 17.04.2025 18:01:28
- Zuletzt bearbeitet 01.10.2025 17:15:31
In the Linux kernel, the following vulnerability has been resolved: can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context If a driver calls can_get_echo_skb() during a hardware IRQ (which is often, but not always, the case),...
CVE-2025-21971
- EPSS 0.02%
- Veröffentlicht 01.04.2025 16:15:28
- Zuletzt bearbeitet 03.11.2025 20:17:33
In the Linux kernel, the following vulnerability has been resolved: net_sched: Prevent creation of classes with TC_H_ROOT The function qdisc_tree_reduce_backlog() uses TC_H_ROOT as a termination condition when traversing up the qdisc tree to update...
CVE-2025-21948
- EPSS 0.02%
- Veröffentlicht 01.04.2025 16:15:25
- Zuletzt bearbeitet 03.11.2025 20:17:31
In the Linux kernel, the following vulnerability has been resolved: HID: appleir: Fix potential NULL dereference at raw event handle Syzkaller reports a NULL pointer dereference issue in input_event(). BUG: KASAN: null-ptr-deref in instrument_atom...
CVE-2025-21934
- EPSS 0.08%
- Veröffentlicht 01.04.2025 16:15:24
- Zuletzt bearbeitet 03.11.2025 20:17:29
In the Linux kernel, the following vulnerability has been resolved: rapidio: fix an API misues when rio_add_net() fails rio_add_net() calls device_register() and fails when device_register() fails. Thus, put_device() should be used rather than kfr...
CVE-2025-21935
- EPSS 0.1%
- Veröffentlicht 01.04.2025 16:15:24
- Zuletzt bearbeitet 03.11.2025 20:17:29
In the Linux kernel, the following vulnerability has been resolved: rapidio: add check for rio_add_net() in rio_scan_alloc_net() The return value of rio_add_net() should be checked. If it fails, put_device() should be called to free the memory and...
CVE-2025-21925
- EPSS 0.07%
- Veröffentlicht 01.04.2025 16:15:23
- Zuletzt bearbeitet 03.11.2025 20:17:28
In the Linux kernel, the following vulnerability has been resolved: llc: do not use skb_get() before dev_queue_xmit() syzbot is able to crash hosts [1], using llc and devices not supporting IFF_TX_SKB_SHARING. In this case, e1000 driver calls eth_...
CVE-2025-21926
- EPSS 0.03%
- Veröffentlicht 01.04.2025 16:15:23
- Zuletzt bearbeitet 03.11.2025 20:17:28
In the Linux kernel, the following vulnerability has been resolved: net: gso: fix ownership in __udp_gso_segment In __udp_gso_segment the skb destructor is removed before segmenting the skb but the socket reference is kept as-is. This is an issue i...
CVE-2025-21928
- EPSS 0.02%
- Veröffentlicht 01.04.2025 16:15:23
- Zuletzt bearbeitet 03.11.2025 20:17:29
In the Linux kernel, the following vulnerability has been resolved: HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove() The system can experience a random crash a few minutes after the driver is removed. This issue occurs due to impr...