3.3.4.7 exec

Warning! Audit Deprecated

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

View Next Audit Version

Information

The recommendation is that rexecd is disabled. This service can be performed securely using OpenSSH.

This entry starts the rexecd daemon when required. This daemon executes a command from a remote system once the connection has been authenticated.

Rationale:

The exec service is used to execute a command sent from a remote server. The username and passwords are passed over the network in clear text and therefore insecurely. Unless required the rexecd daemon will be disabled. This function, if required, should be facilitated through SSH.

Solution

In /etc/inetd.conf, comment out the exec entry:

chsubserver -r inetd -C /etc/inetd.conf -d -v 'exec' -p 'tcp6'
refresh -s inetd

Default Value:

Disabled

See Also

https://workbench.cisecurity.org/files/3525