Information
rsyslog supports the ability to receive messages from remote hosts, thus acting as a log server. Clients should not receive data from other hosts.
If a client is configured to also receive data, thus turning it into a server, the client system is acting outside its operational boundary.
Solution
Unless the system's primary function is to serve as a logfile server , modify the files returned by the Audit Procedure and remove the specific lines highlighted by the audit. Verify none of the following entries are present in the rsyslog configuration.
advanced format
module(load="imtcp")
input(type="imtcp" port="514")
deprecated legacy format
$ModLoad imtcp
$InputTCPServerRun
Reload the service:
# systemctl reload-or-restart rsyslog