CVE-2021-47620
- EPSS 0.03%
- Veröffentlicht 20.06.2024 11:15:54
- Zuletzt bearbeitet 21.11.2024 06:36:41
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: refactor malicious adv data check Check for out-of-bound read was being performed at the end of while num_reports loop, and would fill journal with false positives. Adde...
CVE-2022-48711
- EPSS 0.02%
- Veröffentlicht 20.06.2024 11:15:54
- Zuletzt bearbeitet 17.09.2025 17:11:17
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-2024-38619
- EPSS 0.02%
- 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-47606
- EPSS 0.02%
- Veröffentlicht 19.06.2024 15:15:55
- Zuletzt bearbeitet 21.11.2024 06:36:39
In the Linux kernel, the following vulnerability has been resolved: net: netlink: af_netlink: Prevent empty skb by adding a check on len. Adding a check on len parameter to avoid empty skb. This prevents a division error in netem_enqueue function w...
CVE-2021-47609
- EPSS 0.04%
- Veröffentlicht 19.06.2024 15:15:55
- Zuletzt bearbeitet 21.11.2024 06:36:39
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scpi: Fix string overflow in SCPI genpd driver Without the bound checks for scpi_pd->name, it could result in the buffer overflow when copying the SCPI device name fr...
CVE-2021-47611
- EPSS 0.03%
- Veröffentlicht 19.06.2024 15:15:55
- Zuletzt bearbeitet 21.11.2024 06:36:39
In the Linux kernel, the following vulnerability has been resolved: mac80211: validate extended element ID is present Before attempting to parse an extended element, verify that the extended element ID is present.
CVE-2021-47612
- EPSS 0.03%
- Veröffentlicht 19.06.2024 15:15:55
- Zuletzt bearbeitet 21.11.2024 06:36:40
In the Linux kernel, the following vulnerability has been resolved: nfc: fix segfault in nfc_genl_dump_devices_done When kmalloc in nfc_genl_dump_devices() fails then nfc_genl_dump_devices_done() segfaults as below KASAN: null-ptr-deref in range [...
CVE-2021-47597
- EPSS 0.02%
- Veröffentlicht 19.06.2024 15:15:54
- Zuletzt bearbeitet 21.11.2024 06:36:38
In the Linux kernel, the following vulnerability has been resolved: inet_diag: fix kernel-infoleak for UDP sockets KMSAN reported a kernel-infoleak [1], that can exploited by unpriv users. After analysis it turned out UDP was not initializing r->i...
CVE-2021-47598
- EPSS 0.02%
- Veröffentlicht 19.06.2024 15:15:54
- Zuletzt bearbeitet 21.11.2024 06:36:38
In the Linux kernel, the following vulnerability has been resolved: sch_cake: do not call cake_destroy() from cake_init() qdiscs are not supposed to call their own destroy() method from init(), because core stack already does that. syzbot was able...
CVE-2021-47600
- EPSS 0.02%
- Veröffentlicht 19.06.2024 15:15:54
- Zuletzt bearbeitet 21.11.2024 06:36:38
In the Linux kernel, the following vulnerability has been resolved: dm btree remove: fix use after free in rebalance_children() Move dm_tm_unlock() after dm_tm_dec().