Check: RCKS-RTR-000590
RUCKUS ICX Router STIG:
RCKS-RTR-000590
(in version v1 r1)
Title
The RUCKUS Multicast Source Discovery Protocol (MSDP) router must be configured to authenticate all received MSDP packets. (Cat II impact)
Discussion
MSDP peering with customer network routers presents additional risks to the core, whether from a rogue or misconfigured MSDP-enabled router. MSDP password authentication is used to validate each segment sent on the TCP connection between MSDP peers, protecting the MSDP session against the threat of spoofed packets being injected into the TCP connection stream.
Check Content
Review the running configuration to determine whether MSDP peers are configured for authentication. ICX(config-msdp-router)# msdp-peer x.x.x.x connect-source loopback 1 ICX(config-msdp-router)# msdp-peer x.x.x.x connect-source loopback 1 ao chain1 If MSDP peers are not configured for authentication, this is a finding.
Fix Text
Configure TCP keychain and apply it to MSDP peer(s): ICX(config)# keychain mykeychain ICX(config-keychain-mykeychain)# key 1 ICX(config-keychain-mykeychain-key-1)# authentication-algorithm hmac-sha-256 ICX(config-keychain-mykeychain-key-1)# password pw_for_mykeychain ICX(config-keychain-mykeychain-key-1)# send-id 1 ICX(config-keychain-mykeychain-key-1)# recv-id 1 ICX(config-keychain-mykeychain-key-1)# accept-lifetime start 03-05-24 10:10:10 end 15552000 ICX(config-keychain-mykeychain-key-1)# send-lifetime start xx-xx-xx xx:xx:xx end xx-xx-xx xx:xx:xx ICX(config-keychain-mykeychain-key-1)# router msdp ICX(config-msdp-router)# msdp-peer x.x.x.x connect-source loopback 1 ao mykeychain
Additional Identifiers
Rule ID: SV-273626r1110933_rule
Vulnerability ID: V-273626
Group Title: SRG-NET-000343-RTR-000002
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001958 |
Authenticate organization-defined devices and/or types of devices before establishing a local, remote, and/or network connection. |
Controls
Number | Title |
---|---|
IA-3 |
Device Identification and Authentication |