CVE-2023-52819
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:19
- Zuletzt bearbeitet 02.04.2025 15:00:39
In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga For pptable structs that use flexible array sizes, use flexible arrays.
CVE-2023-52796
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 23.09.2025 20:12:37
In the Linux kernel, the following vulnerability has been resolved: ipvlan: add ipvlan_route_v6_outbound() helper Inspired by syzbot reports using a stack of multiple ipvlan devices. Reduce stack size needed in ipvlan_process_v6_outbound() by movi...
CVE-2023-52797
- EPSS 0.11%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 26.09.2025 16:58:49
In the Linux kernel, the following vulnerability has been resolved: drivers: perf: Check find_first_bit() return value We must check the return value of find_first_bit() before using the return value as an index array since it happens to overflow t...
CVE-2023-52798
- EPSS 0.06%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 02.04.2025 15:02:42
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix dfs radar event locking The ath11k active pdevs are protected by RCU but the DFS radar event handling code calling ath11k_mac_get_ar_by_pdev_id() was not marked a...
CVE-2023-52800
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 02.04.2025 15:02:30
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix htt pktlog locking The ath11k active pdevs are protected by RCU but the htt pktlog handling code calling ath11k_mac_get_ar_by_pdev_id() was not marked as a read-s...
CVE-2023-52801
- EPSS 0.05%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 02.04.2025 15:02:19
In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix missing update of domains_itree after splitting iopt_area In iopt_area_split(), if the original iopt_area has filled a domain and is linked to domains_itree, pages_nod...
CVE-2023-52803
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 23.09.2025 20:14:24
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix RPC client cleaned up the freed pipefs dentries RPC client pipefs dentries cleanup is in separated rpc_remove_pipedir() workqueue,which takes care about pipefs superblo...
CVE-2023-52804
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:18
- Zuletzt bearbeitet 23.09.2025 22:40:37
In the Linux kernel, the following vulnerability has been resolved: fs/jfs: Add validity check for db_maxag and db_agpref Both db_maxag and db_agpref are used as the index of the db_agfree array, but there is currently no validity check for db_maxa...
CVE-2023-52781
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 25.09.2025 16:40:04
In the Linux kernel, the following vulnerability has been resolved: usb: config: fix iteration issue in 'usb_get_bos_descriptor()' The BOS descriptor defines a root descriptor and is the base descriptor for accessing a family of related descriptors...
CVE-2023-52784
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:17
- Zuletzt bearbeitet 25.09.2025 16:35:19
In the Linux kernel, the following vulnerability has been resolved: bonding: stop the device in bond_setup_by_slave() Commit 9eed321cde22 ("net: lapbether: only support ethernet devices") has been able to keep syzbot away from net/lapb, until today...