Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2024 03:12:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 281003] NFS client can open the server on ZFS with sharenfs dataset
Message-ID:  <bug-281003-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 281003
           Summary: NFS client can open the server on ZFS with sharenfs
                    dataset
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: toshiokagiwada@gmail.com

I wonder if it's ordinary thing or not for you.
But I felt needs to report.

I found the issue following:

I set sharenfs dataset like this:
#+begin_src
zfs set sharenfs=3D"192.168.1.55,ro=3D192.168.1.56" zroot/usr/src
#+end src

Of course I can open this on 192.168.1.55 with NFS.
And then I set like this:

#+begin_src
zfs set sharenfs=3D"ro=3D192.168.1.56" zroot/usr/src
#+end_src

I can open zroot/usr/src on 192.168.1.55

I thought this can be a security issue for many people.
Thanks.

--=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-281003-7788>