[3742] in bugtraq
NFS/mountd minor bug
daemon@ATHENA.MIT.EDU (Alan Cox)
Thu Dec 5 11:53:23 1996
Date: Thu, 5 Dec 1996 10:05:36 GMT
Reply-To: Alan Cox <alan@cymru.net>
From: Alan Cox <alan@cymru.net>
X-To: bugtraq@crimelab.com, linux-security@redhat.com
To: Multiple recipients of list BUGTRAQ <BUGTRAQ@NETSPACE.ORG>
This is only a small one and not that serious because remote lusers shouldnt
have access to your portmappers at all. However if they do then rpc.mountd
gives out more info than is ideal.
Viz
mount testbox:/usr/lib /mnt
mount testbox:/usr/lib failed, reason given by server: Permission denied
mount testbox:/usr/libs /mnt
mount: testbox:/usr/libs failed, reason given by server: No such file or directory
ie you can use it to test what is installed on a box.
Alan