Information
Any ports that have been opened on non-loopback addresses need firewall rules to govern traffic.
Notes:
Changing firewall settings while connected over network can result in being locked out of the system
The remediation command opens up the port to traffic from all sources. Consult ufw documentation and set any restrictions in compliance with site policy
Rationale:
Without a firewall rule configured for open ports default firewall policy will drop all packets to these ports.
Solution
For each port identified in the audit which does not have a firewall rule establish a proper rule for accepting inbound connections:
# ufw allow in <port>/<tcp or udp protocol>