Kernel Vulnerability in dm_table_create Could Lead to Memory Corruption and Crash
CVE-2023-52429
5.5MEDIUM
What is CVE-2023-52429?
dm_table_create in drivers/md/dm-table.c in the Linux kernel through 6.7.4 can attempt to (in alloc_targets) allocate more than INT_MAX bytes, and crash, because of a missing check for struct dm_ioctl.target_count.