From this webpage screenshot, the following key information about the vulnerability can be obtained: 1. Vulnerability Description: - Title: ext4: filesystems without casefold feature cannot be mounted with siphash - Description: When mounting an ext4 filesystem, if the default hash version is set to DX_HASH_SIPHASH but the casefold feature is not enabled, the mount operation will fail. 2. Report Information: - Reporter: syzbot+340581ba9dceeb7e06fb3@syzkaller.appspotmail.com - Signers: - Lizhi Xu - Theodore Ts'o - Sasha Levin 3. Patch Information: - Patch Submitter: Lizhi Xu - Patch Submission Time: 2024-06-05 09:23:35 +0800 - Patch Submitter: Greg Kroah-Hartman - Patch Submission Time: 2024-10-10 12:03:39 +0200 4. Patch Content: - File: fs/ext4/super.c - Changes: - Added a check to verify whether the ext4 filesystem has the casefold feature enabled; if not, it returns an error. 5. Patch Status: - Status: Merged into the Linux stable kernel branch. 6. Patch Link: - Link: https://patch-msgid.link/20240605012335.44086-1-lizhi.xu@windriver.com This information indicates that the vulnerability relates to the interaction between the hash version and casefold feature during ext4 filesystem mounting, and the fix has been merged into the stable kernel branch.