Check: CISC-L2-000250
Cisco IOS Switch L2S STIG:
CISC-L2-000250
(in versions v3 r1 through v1 r0.1)
Title
The Cisco switch must have all user-facing or untrusted ports configured as access switch ports. (Cat II impact)
Discussion
Double encapsulation can be initiated by an attacker who has access to a switch port belonging to the native VLAN of the trunk port. Knowing the victim's MAC address and with the victim attached to a different switch belonging to the same trunk group, thereby requiring the trunk link and frame tagging, the malicious user can begin the attack by sending frames with two sets of tags. The outer tag that will have the attacker's VLAN ID (probably the well-known and omnipresent default VLAN) is stripped off by the switch, and the inner tag that will have the victim's VLAN ID is used by the switch as the next hop and sent out the trunk port.
Check Content
Review the switch configurations and examine all user-facing or untrusted switchports. The example below depicts both access and trunk ports: interface GigabitEthernet0/1 switchport trunk encapsulation dot1q switchport mode trunk negotiation auto ! interface GigabitEthernet0/2 switchport access vlan 11 negotiation auto ! interface GigabitEthernet0/3 switchport access vlan 12 negotiation auto If any of the user-facing switch ports are configured as a trunk, this is a finding.
Fix Text
Disable trunking on all user-facing or untrusted switch ports: SW1(config)#int g0/6 SW1(config-if)#switchport mode access SW1(config-if)#end
Additional Identifiers
Rule ID: SV-220645r991853_rule
Vulnerability ID: V-220645
Group Title: SRG-NET-000512-L2S-000011
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-004891 |
Implement physically or logically separate subnetworks to isolate organization-defined critical system components and functions. |
Controls
Number | Title |
---|---|
No controls are assigned to this check |