UCF STIG Viewer Logo

Applications used for nonlocal maintenance sessions must implement cryptographic mechanisms to protect the integrity of nonlocal maintenance and diagnostic communications.


Overview

Finding ID Version Rule ID IA Controls Severity
V-74053 CISR-ND-000117 SV-88727r2_rule Medium
Description
This requires the use of secure protocols instead of their unsecured counterparts, such as SSH instead of telnet, SCP instead of FTP, and HTTPS instead of HTTP. If unsecured protocols (lacking cryptographic mechanisms) are used for sessions, the contents of those sessions will be susceptible to manipulation, potentially allowing alteration and hijacking of maintenance sessions.
STIG Date
Cisco IOS XE Release 3 NDM Security Technical Implementation Guide 2018-12-20

Details

Check Text ( C-74143r3_chk )
Verify that the Cisco IOS XE router is using SSHv2 for remote access.

The configuration should look like the example below:

ip ssh version 2
!
line vty 0 98
transport input ssh

If secure applications are not being used, this is a finding.
Fix Text (F-80595r3_fix)
Configure the Cisco IOS XE router to use SSHv2 for remote access.

The configuration should look like the example below:

ip ssh version 2
!
line vty 0 98
transport input ssh