A network administrator observing traffic on a managed switch detects unauthorized Ethernet frames originating from a host on VLAN 10 arriving at a server isolated on VLAN 20 without passing through an intervening router. Packet analysis shows that the frames contain two 802.1Q headers: an outer tag corresponding to VLAN 10 (the native VLAN of the trunk link) and an inner tag specifying VLAN 20. Which of the following attack types is being executed?
- Double-tagging VLAN hoppingAnswer
- BAddress Resolution Protocol (ARP) poisoning
- CDomain Name System (DNS) record redirection using CNAME records
- DTelnet-to-SSH service port redirection
Answer
Double-tagging VLAN hopping
Double-tagging VLAN hopping exploits how switches process native VLAN traffic on 802.1Q trunks. An attacker crafts a frame containing two 802.1Q tags. When the primary switch receives the frame on an access port configured with the native VLAN, it strips the outer tag and transmits the frame over the trunk. The receiving switch reads the inner tag and forwards the frame to the target VLAN, bypassing Layer 3 security controls.
Step-by-Step Solution
Key Concept
Double-tagging VLAN Hopping