建议:NSFOCUS建议您采取以下措施以降低威胁: 限制可以获取NFS输出列表的IP和用户。除非绝对必要,请关闭NFS服务、MOUNTD。

建议:NSFOCUS建议您采取以下措施以降低威胁: 限制可以获取NFS输出列表的IP和用户。除非绝对必要,请关闭NFS服务、MOUNTD。
#验证这个漏洞 [root@5gxx-2-15 ~]# hostname -I 10.192.64.15 [root@5gxx-2-15 ~]# showmount -e 10.192.64.14 Export list for 10.192.64.14: /apps/nfs 10.192.64.0/24 #在10.192.64.14 /etc/hosts.deny 添加 mountd: all [root@5gxx-2-14 ~]# echo 'mountd: all' >> /etc/hosts.deny [root@5gxx-2-14 ~]# cat /etc/hosts.deny mountd: all #在10.192.64.15上验证 [root@5gxx-2-15 ~]# showmount -e 10.192.64.14 rpc mount export: RPC: Authentication error; why = Failed (unspecified error)