Ubuntu-focal-kernel/fs/fat
Jan Kara ce48ec565b fat: fix uninitialized field in nostale filehandles
BugLink: https://bugs.launchpad.net/bugs/2067857

[ Upstream commit fde2497d2bc3a063d8af88b258dbadc86bd7b57c ]

When fat_encode_fh_nostale() encodes file handle without a parent it
stores only first 10 bytes of the file handle. However the length of the
file handle must be a multiple of 4 so the file handle is actually 12
bytes long and the last two bytes remain uninitialized. This is not
great at we potentially leak uninitialized information with the handle
to userspace. Properly initialize the full handle length.

Link: https://lkml.kernel.org/r/20240205122626.13701-1-jack@suse.cz
Reported-by: syzbot+3ce5dea5b1539ff36769@syzkaller.appspotmail.com
Fixes: ea3983ace6 ("fat: restructure export_operations")
Signed-off-by: Jan Kara <jack@suse.cz>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Cc: Amir Goldstein <amir73il@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Portia Stephens <portia.stephens@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-06-07 15:01:33 +02:00
..
Kconfig
Makefile
cache.c
dir.c treewide: Remove uninitialized_var() usage 2023-08-09 12:25:41 +02:00
fat.h
fatent.c
file.c
inode.c
misc.c
namei_msdos.c
namei_vfat.c
nfs.c fat: fix uninitialized field in nostale filehandles 2024-06-07 15:01:33 +02:00