The casefold tag on WindowsForum.com covers discussions about the casefold filesystem feature, particularly in the context of Linux ext4. A notable thread addresses CVE-2024-49968, a vulnerability where ext4 mount failures occur when SipHash is the default directory-index hash and the filesystem lacks the casefold feature. This issue leads to operational denial-of-service on affected kernels. The tag focuses on compatibility and availability problems related to casefold, rather than security exploits. Content under this tag explores the technical details of ext4 mount logic, hash mismatches, and the impact on system stability.
-
The Linux kernel CVE-2024-49968 exposes a surprising but practical availability issue in ext4: when the filesystem mount logic is configured to use the DX_HASH_SIPHASH directory-index hash by default, ext4 will refuse to mount filesystems that do not advertise the casefold feature — a mismatch...