Information
The rsync daemon can be used to synchronize files between systems over network links.
The rsync daemon presents a security risk as the rsync protocol is unencrypted.
The rsync.rte fileset should be removed to reduce the attack area of the system.
Solution
Run the following command to remove the software:
# /usr/sbin/installp -u rsync.rte
- OR -
- IF - the rsync.rte fileset is required as a dependency, or the rsync client is required:
In /etc/inetd.conf, comment out the rsync entry:
chsubserver -r inetd -C /etc/inetd.conf -d -v 'rsync' -p 'tcp'
refresh -s inetd
Impact:
The rsync.rte fileset also provides the rsync client. If the client is required, stop and disable the rsync daemon and leave the fileset installed