cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2611
Views
5
Helpful
10
Replies

Very Basic vlan hopping clarification needed

shahedvoicerite
Level 1
Level 1

Hi,

I need a very basic clarification.

I have read and understood vlan hopping attacks using double tagging.

However all the examples and texts that I have read, mention that the incoming packet (which has TWO 802.1q tags),

comes in on an **ACCESS**  (untagged) port.

      1. Cisco switches, will allow such a packet, if the outer tag == vlan assigned to ACCESS port.

      2. The outer tag is stripped, IF and ONLY if the packet goes out a trunk with a native vlan == OUTER tag

      3. The packet with the inner tag can then reach the target vlan / host

Now, my doubt is :-

  What if the double tagged packet came over a TRUNK port , with all the rest being exactly the same as above ?

   However, the examples don't explicitly seem to mention this.... Perhaps because its so obvious ??

       Or am I missing something really important ???

Also, the scenario is that the vlans on the trunk port that I am coming in on, does not extend all the way to the target.

   Else,  I would not need hopping.. I would have direct access.

    ---802.1q Trunk (5, 11 native) ----> SW1-----> VLAN 5 native-------> SW2 -----> vlan 99

Attacker send packet over  vlan 5, with vlan 5 tag + 99 tag ..

                         would this reach vlan 99 ??

Thanks

1 Accepted Solution

Accepted Solutions

Yes!

TAG remains on ingress and is stripped on egress interface if the VLAN tag equals the native VLAN.

/André

View solution in original post

10 Replies 10

shahedvoicerite
Level 1
Level 1

I guess my question is :-

fa 0/1

   switchport mode trunk

   switchport trunk allowed vlans 5,10

   switchport trunk native vlan 10

    Packet comes in on this fa 0/1 interface with :-

                  [ VLAN_5 header] [ VLAN_99 Header]

                  What would happen to vlan 5 header, when it  EXIT's over a trunk with native vlan 5 ?

                          Would it be stripped and sent as a VLAN_99 packet ?

Thanks

If the frame enters the switch on a trunk port and exits on a trunk port with native VLAN 5 then the VLAN 5 tag is removed. So then I agree that in theory you should have a frame with a VLAN 99 tag. What we need to figure out is how this is handled in the switch and on the outgoing interface.


The next that happens if the frame leaves the port is that you have the VLAN 99 tagged frame on the trunk. And what happens next is depending on if there are any trunk ports that will accept VLAN 99. And I guess the ‘hacker’ selected VLAN 99 for a reason.


/André

Yes,

this is exactly described in the CiscoPress book LAN Switch Security: What Hackers Know About Your Switches

(http://www.ciscopress.com/bookstore/product.asp?isbn=1587052563), page  72.

IMHO, your example would also work.

Generally, you could create a very sophisticated example with 4 nested 802.1Q tags, e.g.

But the security documents don't show this case because "if an attacker has a physical access to a trunk, it's easy to compromise any VLAN."

The mystery of VLAN-hopping is forwarding a frame from an access port to another access port belonging to a different VLAN.

BR,

Milan

Thanks.. Thats the same book I am reading !

Its a minor point, but in this case, the attacker has access to a trunk,

               BUT

              1. vlan 99 is NOT allowed on the trunk from attacker to Switch.

               2. However from Switch1 tro Switch2, vlan 99 is allowed.

I guess what the main thing to understand is the ingress / egress rules for 802.1q.

    Where is the tag removed, and where is it set.

    From what I have come across so far :-

       Its removed on EGRESS (if its going out a trunk with tag = native )

       Its set on ingress, IF there is no tag.

My  doubt was, what happens when an 802.1q tagged frame comes in on a trunk that allows multiple vlans.

           I guess the answer is :-

                       The tag remains there on ingress 

                       On  EGRESS,  rules are applied, and if the tag == native on egress trunk, strip it.

Thanks

Yes!

TAG remains on ingress and is stripped on egress interface if the VLAN tag equals the native VLAN.

/André

Thanks to all those who commented !!

I have used yersinia to test vlan tagging over a trunk link and it works.

     Attacker <====TRUNK (7, 1=native OR 1,7=native)====> [SW1]  <----- Trunk (many vlans, native =7)-------->   [SW2]--------Target on vlan 1

   In fact this tool (yersinia) only seems to work (for double tagging) over a trunk link.

I tested with both, sending

             A. The outer tag with vlan 7 == trunk native vlan of the trunk attached to the attackers PC port

             B.The outer tag with vlan 7 on the trunk with native vlan == 1

In both cases, the outer tag was vlan 7, which was == trunk native vlan connecting the two switches.

In both cases, the OUTER tag (vlan 7) was retained, just before the the EGRESS out the port onwards to SW2

      On exiting, the outer tag was stripped because it was == native valn on trunk connecting SW1 & SW2

Now, I am looking at scappy to see if I can launch this attck over an access port.

Thanks

shahedvoicerite
Level 1
Level 1

So essentially what you are saying is :-

    If a frame comes into a trunk port, with vlan 5, and goes OUT of a trunk, with native vlan set to 5,

      then the vlan tag is maintained ???

       But would it not see that its going OUT over a trunk, and that the (outer) 802.1q header == native, so just

      strip off the (outer) header  ???

      I am not sure your answer is correct... but I may be wrong.

      I see different opnions on when exactly the header is stripped... Some say when it enters the switch.. others say just before

      it leaves the switch.

               If its just as it exits, then in my example, a frame with 2 tags, [vlan5][vlan99] coming over a trunk or access,

              would make no difference !!

               The header would / would not be stripped, based on the EXIT port vlan

Thanks.

VLAN hopping depends on how the next switch handles the VLAN 99 tagged frame. If it is configured as DTP auto and receives a fake DTP frame then the port will become a trunk and the VLAN 99 frame can pass. If you disable DTP auto then this will be impossible.


This is described on the following page: Implementation of Security


On that page it is not described what happens if there is a trunk configured between the switches with native VLAN 5 where the VLAN 5 tag will be removed and you have a VLAN 99 tagged frame that will hit the next switch. If that trunk port is not configured to accept VLAN 99 then the frame is discarded and if VLAN 99 is allowed then it will pass.


/André

In my situation, the trunk between the two switches does allow vlan 99 across. And the target is in  access mode on vlan 99.

So, what you are saying is that the outer tag will be stripped off on the first switch, even if the packet came in on a trunk.

  Thats exactly what I think.. but wanted to confirm

Thanks

Review Cisco Networking products for a $25 gift card