CVE-2026-93816

Summary

In the Linux kernel, the following vulnerability has been resolved:

f2fs: validate inline dentry name lengths before conversion

Inline dentry conversion copies names out of the inline dentry area before checking that each recorded name length fits in the available filename slots.

A corrupted image can therefore make the conversion path read past the inline filename storage while building the regular dentry block.

Validate each inline dentry name length against the inline filename area before copying it.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux675f10bde6cc3874632a8f684df2a8a2a8ace76e < 2ce0bc5853bec7cdc724477a87ea579fde664243affected
LinuxLinux675f10bde6cc3874632a8f684df2a8a2a8ace76e < 7caa8a0ae94b132576c2e46e9b4fd4e0f356f373affected
LinuxLinux675f10bde6cc3874632a8f684df2a8a2a8ace76e < cfcd0e49a178b3dac2c0ece656079081dbf5da74affected
LinuxLinux4.7affected
LinuxLinux0 < 4.7unaffected
LinuxLinux6.12.111 <= 6.12.*unaffected
LinuxLinux6.18.53 <= 6.18.*unaffected
LinuxLinux7.2 <= *unaffected

Weaknesses

References