CVE-2022-48722
- EPSS 0.22%
- Veröffentlicht 20.06.2024 11:15:55
- Zuletzt bearbeitet 17.09.2025 17:13:03
In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: ca8210: Stop leaking skb's Upon error the ieee802154_xmit_complete() helper is not called. Only ieee802154_wake_queue() is called manually. We then leak the skb st...
CVE-2021-47618
- EPSS 0.24%
- Veröffentlicht 20.06.2024 11:15:54
- Zuletzt bearbeitet 17.09.2025 17:06:47
In the Linux kernel, the following vulnerability has been resolved: ARM: 9170/1: fix panic when kasan and kprobe are enabled arm32 uses software to simulate the instruction replaced by kprobe. some instructions may be simulated by constructing asse...
CVE-2022-48711
- EPSS 0.51%
- Veröffentlicht 20.06.2024 11:15:54
- Zuletzt bearbeitet 04.08.2026 10:17:16
In the Linux kernel, the following vulnerability has been resolved: tipc: improve size validations for received domain records The function tipc_mon_rcv() allows a node to receive and process domain_record structs from peer nodes to track their vie...
CVE-2022-48712
- EPSS 0.23%
- Veröffentlicht 20.06.2024 11:15:54
- Zuletzt bearbeitet 17.09.2025 17:12:00
In the Linux kernel, the following vulnerability has been resolved: ext4: fix error handling in ext4_fc_record_modified_inode() Current code does not fully takes care of krealloc() error case, which could lead to silent memory corruption or a kerne...
CVE-2022-48713
- EPSS 0.25%
- Veröffentlicht 20.06.2024 11:15:54
- Zuletzt bearbeitet 17.09.2025 17:12:38
In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/pt: Fix crash with stop filters in single-range mode Add a check for !buf->single before calling pt_buffer_region_size in a place where a missing check can cause a k...
CVE-2024-38620
- EPSS 0.31%
- Veröffentlicht 20.06.2024 08:15:38
- Zuletzt bearbeitet 23.08.2026 13:16:24
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HCI: Remove HCI_AMP support Since BT_HS has been remove HCI_AMP controllers no longer has any use so remove it along with the capability of creating AMP controllers. Si...
CVE-2024-38619
- EPSS 0.25%
- Veröffentlicht 20.06.2024 07:15:41
- Zuletzt bearbeitet 12.05.2026 12:16:55
In the Linux kernel, the following vulnerability has been resolved: usb-storage: alauda: Check whether the media is initialized The member "uzonesize" of struct alauda_info will remain 0 if alauda_init_media() fails, potentially causing divide erro...
CVE-2021-47586
- EPSS 0.21%
- Veröffentlicht 19.06.2024 15:15:53
- Zuletzt bearbeitet 01.04.2025 18:27:32
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: dwmac-rk: fix oob read in rk_gmac_setup KASAN reports an out-of-bounds read in rk_gmac_setup on the line: while (ops->regs[i]) { This happens for most platforms sin...
CVE-2021-47588
- EPSS 0.26%
- Veröffentlicht 19.06.2024 15:15:53
- Zuletzt bearbeitet 04.08.2026 10:17:09
In the Linux kernel, the following vulnerability has been resolved: sit: do not call ipip6_dev_free() from sit_init_net() ipip6_dev_free is sit dev->priv_destructor, already called by register_netdevice() if something goes wrong. Alternative would...
CVE-2021-47577
- EPSS 0.15%
- Veröffentlicht 19.06.2024 15:15:52
- Zuletzt bearbeitet 04.08.2026 10:17:09
In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker task_work We check IO_WQ_BIT_EXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it...