Bugzilla – Bug 944135
VUL-2: CVE-1999-0548: nfs: superflous nfs server running
Last modified: 2015-09-02 10:44:11 UTC
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-1999-0548 A superfluous NFS server is running, but it is not importing or exporting any file systems. There is a Nessus check that looks for the 2049 NFS RPC service and sees if it does not export shares. (showmount -e hostname returns empty list)
This is a misconfiguration issue and not a security issues to my eyes.
perl bin/addnote CVE-1999-0548 "This CVE is reported by scanners seeing a NFS RPC service (port 2049) where no shares are exported. You can verify this with 'showmount -e HOSTNAME'. It is not a security issue, more a configuration issue. Check if the NFS server is disabled on the remote machine if it is not in use."