CVE-2025-40243
CVE-2025-40243 relates to the Linux kernel HFS filesystem and fixes a KMSAN uninitialized-value issue in hfs_find_set_zero_bits(). The root cause was a bitmap buffer allocated by kmalloc in hfs_mdb_get() without initialization, risking kernel memory garbage affecting bitmap operations and trigger...