2.2.17 Ensure NIS Server is not enabled (Scored)

Level 1 - Server
Level 1 - Workstation 

The Network Information Service (NIS) (formally known as Yellow Pages) is a client-server directory service protocol for distributing system configuration files. The NIS server is a collection of programs that allow for the distribution of configuration files.

The NIS service is inherently an insecure system that has been vulnerable to DOS attacks, buffer overflows and has poor authentication for querying NIS maps. NIS generally been replaced by such protocols as Lightweight Directory Access Protocol (LDAP). It is recommended that the service be disabled and other, more secure services be used

Run the following command to verify nis is not enabled:

# systemctl is-enabled nis
disabled

Verify result is not “enabled”.

Run the following command to disable nis:

# systemctl disable nis
  • ubuntu1604/2/2/17.txt
  • Last modified: 2017/05/02 12:02
  • by Piotr Kłoczewski