4.1.5.4 daytime

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

The service should be disabled as it can leave the system vulnerable to DoS ping attacks.

This entry starts the daytime service when required. This provides the current date and time to other servers on a network.

Rationale:

This daytime service is a defunct time service, typically used for testing purposes only.

Solution

In /etc/inetd.conf, comment out the daytime entry and refresh the inetd process:

chsubserver -r inetd -C /etc/inetd.conf -d -v 'daytime' -p tcp
chsubserver -r inetd -C /etc/inetd.conf -d -v 'daytime' -p udp
lssrc -s inetd && refresh -s inetd

Default Value:

Disabled

See Also

https://workbench.cisecurity.org/benchmarks/7851