CVE-2023-52801
- EPSS 0.05%
- Published 21.05.2024 16:15:18
- Last modified 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%
- Published 21.05.2024 16:15:18
- Last modified 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%
- Published 21.05.2024 16:15:18
- Last modified 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%
- Published 21.05.2024 16:15:17
- Last modified 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%
- Published 21.05.2024 16:15:17
- Last modified 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...
CVE-2023-52786
- EPSS 0.02%
- Published 21.05.2024 16:15:17
- Last modified 25.09.2025 16:34:49
In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4_iomap_begin() triggers as of the commit referenced below: if (WARN_ON...
CVE-2023-52787
- EPSS 0.02%
- Published 21.05.2024 16:15:17
- Last modified 26.09.2025 16:23:50
In the Linux kernel, the following vulnerability has been resolved: blk-mq: make sure active queue usage is held for bio_integrity_prep() blk_integrity_unregister() can come if queue usage counter isn't held for one bio with integrity prepared, so ...
CVE-2023-52790
- EPSS 0.11%
- Published 21.05.2024 16:15:17
- Last modified 23.09.2025 20:08:48
In the Linux kernel, the following vulnerability has been resolved: swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMIC Limit the free list length to the size of the IO TLB. Transient pool can be smaller than IO_TLB_SEGSIZE, but ...
CVE-2023-52791
- EPSS 0.01%
- Published 21.05.2024 16:15:17
- Last modified 26.09.2025 16:59:41
In the Linux kernel, the following vulnerability has been resolved: i2c: core: Run atomic i2c xfer when !preemptible Since bae1d3a05a8b, i2c transfers are non-atomic if preemption is disabled. However, non-atomic i2c transfers require preemption (e...
CVE-2023-52792
- EPSS 0.09%
- Published 21.05.2024 16:15:17
- Last modified 23.09.2025 20:10:07
In the Linux kernel, the following vulnerability has been resolved: cxl/region: Do not try to cleanup after cxl_region_setup_targets() fails Commit 5e42bcbc3fef ("cxl/region: decrement ->nr_targets on error in cxl_region_attach()") tried to avoid '...