Out-of-bounds read in Linux kernel - CVE-2026-92499
Published: September 18, 2026
Vulnerability details
The vulnerability allows a local user to trigger an out-of-bounds read.
The vulnerability exists due to improper validation of directory entry offsets in ext4_readdir() when resuming directory reads from an invalid position in a corrupted directory. A local user can invoke directory reads that resume from an invalid position in a corrupted directory to trigger an out-of-bounds read.
The minimum safe directory entry length differs for encrypted, casefolded, and metadata-checksummed directories.