メインコンテンツまでスキップ

CVE-1999-1225はONTAPに影響しますか?

Views:
6
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
nas
Last Updated:

環境

ONTAP 9

回答

 

RFC 1813に従って  、ONTAP 9は必要なmountstat3コードで応答します。 

  • 存在しないディレクトリの場合:

# mount nfs1:/test /t
mount.nfs: mounting nfs1:/test failed, reason given by server: No such file or directory

  • 存在するが、ユーザが アクセスできないディレクトリの場合:

# mount nfs1:/test2 /t
mount.nfs: access denied by server while mounting nfs1:/test2

注: 上記で設定したように(/は読み取り専用(ro)ステータスのすべてのホストにエクスポートされます)、エクスポートされたディレクトリが存在するかどうかを確認できます。 

  • /へのroアクセスが取り消された場合の応答は次のようになります。

# mount nfs1:/test /t
mount.nfs: access denied by server while mounting nfs1:/test

:この構成では、ONTAPは権限のないユーザに対してマウントポイントの存在を確認しなくなりました。新規および既存のマウントに対して設定する必要があります。

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.

 

  • この記事は役に立ちましたか?