ext4: fix check for block being out of directory size
authorJan Kara <jack@suse.cz>
Mon, 22 Aug 2022 11:48:32 +0000 (13:48 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 30 Sep 2022 03:01:40 +0000 (23:01 -0400)
commit61a1d87a324ad5e3ed27c6699dfc93218fcf3201
tree9023d9cdc8222778859141d2a750c6d7d652376b
parent5bdf402a05fafc55c876b9993b4c948bb2bc2361
ext4: fix check for block being out of directory size

The check in __ext4_read_dirblock() for block being outside of directory
size was wrong because it compared block number against directory size
in bytes. Fix it.

Fixes: 65f8ea4cd57d ("ext4: check if directory block is within i_size")
CVE: CVE-2022-1184
CC: stable@vger.kernel.org
Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Lukas Czerner <lczerner@redhat.com>
Link: https://lore.kernel.org/r/20220822114832.1482-1-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/namei.c