Check: RCKS-RTR-000740
RUCKUS ICX Router STIG:
RCKS-RTR-000740
(in version v1 r1)
Title
The RUCKUS ICX BGP router must be configured to enable the Generalized TTL Security Mechanism (GTSM). (Cat III impact)
Discussion
GTSM is designed to protect a router's IP-based control plane from denial-of-service (DoS) attacks. Many attacks focused on CPU load and line-card overload can be prevented by implementing GTSM on all Exterior Border Gateway Protocol speaking routers. GTSM is based on the fact that the vast majority of control plane peering is established between adjacent routers; that is, the Exterior Border Gateway Protocol peers are either between connecting interfaces or between loopback interfaces. Since TTL spoofing is considered nearly impossible, a mechanism based on an expected TTL value provides a simple and reasonably robust defense from infrastructure attacks based on forged control plane traffic.
Check Content
Review the BGP configuration to verify that TTL security has been configured for each external neighbor as shown in the example below: router bgp neighbor x.1.1.9 remote-as yy neighbor x.1.1.9 ebgp-btsh If the router is not configured to use TTL security hack protection for all Exterior Border Gateway Protocol peering sessions, this is a finding.
Fix Text
Configure TTL security on all external BGP neighbors as shown in the example below: ICX(config)#router bgp ICX(config-bgp-router)#neighbor x.1.1.9 remote-as yy ICX(config-bgp-router)#neighbor x.1.1.9 ebgp-btsh
Additional Identifiers
Rule ID: SV-273641r1111068_rule
Vulnerability ID: V-273641
Group Title: SRG-NET-000362-RTR-000124
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-002385 |
Protect against or limit the effects of organization-defined types of denial-of-service events. |
Controls
Number | Title |
---|---|
SC-5 |
Denial of Service Protection |