linux/fs/coda
Jan Harkes d337b66a4c coda: fix 'kernel memory exposure attempt' in fsync
When an application called fsync on a file in Coda a small request with
just the file identifier was allocated, but the declared length was set
to the size of union of all possible upcall requests.

This bug has been around for a very long time and is now caught by the
extra checking in usercopy that was introduced in Linux-4.8.

The exposure happens when the Coda cache manager process reads the fsync
upcall request at which point it is killed. As a result there is nobody
servicing any further upcalls, trapping any processes that try to access
the mounted Coda filesystem.

Cc: stable@vger.kernel.org
Signed-off-by: Jan Harkes <jaharkes@cs.cmu.edu>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2017-11-05 18:36:06 -05:00
..
cache.c VFS: normal filesystems (and lustre): d_inode() annotations 2015-04-15 15:06:57 -04:00
cnode.c vfs: remove ".readlink = generic_readlink" assignments 2016-12-09 16:45:04 +01:00
coda_cache.h
coda_fs_i.h
coda_int.h
coda_linux.c new helper: is_root_inode() 2014-10-31 17:48:54 -04:00
coda_linux.h statx: Add a system call to make enhanced file info available 2017-03-02 20:51:15 -05:00
dir.c fs: fix kernel_read prototype 2017-09-04 19:05:15 -04:00
file.c fs: implement vfs_iter_write using do_iter_write 2017-06-29 17:49:23 -04:00
inode.c coda: Convert to separately allocated bdi 2017-04-20 12:09:55 -06:00
Kconfig
Makefile
pioctl.c drop redundant ->owner initializations 2016-05-29 19:08:00 -04:00
psdev.c sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> 2017-03-02 08:42:32 +01:00
symlink.c don't put symlink bodies in pagecache into highmem 2015-12-08 22:41:36 -05:00
sysctl.c
upcall.c coda: fix 'kernel memory exposure attempt' in fsync 2017-11-05 18:36:06 -05:00