[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200710111232.GC17924@nautica>
Date: Fri, 10 Jul 2020 13:12:32 +0200
From: Dominique Martinet <asmadeus@...ewreck.org>
To: Christoph Hellwig <hch@....de>
Cc: ericvh@...il.com, lucho@...kov.net,
v9fs-developer@...ts.sourceforge.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
syzbot+e6f77e16ff68b2434a2c@...kaller.appspotmail.com
Subject: Re: [PATCH] net/9p: validate fds in p9_fd_open
Christoph Hellwig wrote on Fri, Jul 10, 2020:
> p9_fd_open just fgets file descriptors passed in from userspace, but
> doesn't verify that they are valid for read or writing. This gets
> cought down in the VFS when actually attemping a read or write, but a
> new warning added in linux-next upsets syzcaller.
>
> Fix this by just verifying the fds early on.
>
> Reported-by: syzbot+e6f77e16ff68b2434a2c@...kaller.appspotmail.com
> Signed-off-by: Christoph Hellwig <hch@....de>
Looks good to me, I'll pick it up shortly.
--
Dominique
Powered by blists - more mailing lists