Information
Disable unused physical interfaces.
Unused physical interfaces could allow an attacker to plug in a network cable and access network resources (depending on the configuration of that port).
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Disable unused physical interfaces
switch# conf
switch(config)# interface 1/1/1
switch(config-if)# shutdown
switch(config-if)#
Impact:
Disabling unused physical interfaces helps to:
- Reduce the attack surface by minimizing open entry points, thus reducing pathways for attackers to access your network.
- Prevent unauthorized network access.
- Ensure compliance with many regulatory standards that require only necessary network ports to be active to maintain a secure environment.
- Improve network hygiene by regularly managing and configuring port settings.
- Enhance incident response by making it easier to isolate and respond effectively to security breaches with fewer active ports.