Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Nov 2021 18:18:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 259071] Read past EoF in NFS client and fusefs
Message-ID:  <bug-259071-227-sCyhT35ZxS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259071-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259071-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259071

--- Comment #16 from Alan Somers <asomers@FreeBSD.org> ---
Update: I just reproduced the problem with sshfs, and the cause looks to be
exactly the same as on NFS.  It's a race between fuse_vnop_lookup and
fuse_vnop_setattr.  fuse_vnop_getattr, fuse_vnop_getpages, and fuse_vnop_bm=
ap
aren't vulnerable, because they have the vnode locked for the entire time.=
=20
fuse_vfsop_vget, used by the NFS server, does look vulnerable.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259071-227-sCyhT35ZxS>