• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

TP-Link Easy Smart Switch security question

Hardware
44
185
78.5k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J
    JKnott
    last edited by Nov 9, 2017, 6:43 PM

    I'll have to give that a try with my 5 port switch.  I don't suppose you'd have a fix for their TL-WA901N access point.  ;)
    It has the same problem where data from the native LAN leaks into the VLAN & 2nd SSID.

    I think those TP Link engineers need a lesson or 2 on VLANs.

    PfSense running on Qotom mini PC
    i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
    UniFi AC-Lite access point

    I haven't lost my mind. It's around here...somewhere...

    1 Reply Last reply Reply Quote 0
    • J
      JKnott
      last edited by Nov 9, 2017, 7:04 PM

      That fix doesn't seem to apply to the TL-SG105E switch.

      PfSense running on Qotom mini PC
      i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
      UniFi AC-Lite access point

      I haven't lost my mind. It's around here...somewhere...

      1 Reply Last reply Reply Quote 0
      • T
        tpham3783
        last edited by Nov 10, 2017, 4:06 AM Nov 10, 2017, 3:57 AM

        @JKnott:

        That fix doesn't seem to apply to the TL-SG105E switch.

        Were you able to see the port assignment changed in step# 5?

        by the way, i saw vlan isolation w/ the work-around solution.  The only thing I saw strange was that the switch's IP address is a member of all vlans.  If I were to change my PC's IP address to the same subnet of the switch, I could communicate to it on non-native vlan, which is kinda weird.

        However, the switch is no longer behaving like a dumb switch because ports are removed from vlan1.

        1 Reply Last reply Reply Quote 0
        • J
          johnpoz LAYER 8 Global Moderator
          last edited by Nov 10, 2017, 1:36 PM

          I will give this a try on 105E v2 tonight when I get home..  Great info.. Thanks.

          An intelligent man is sometimes forced to be drunk to spend time with his fools
          If you get confused: Listen to the Music Play
          Please don't Chat/PM me for help, unless mod related
          SG-4860 24.11 | Lab VMs 2.7.2, 24.11

          1 Reply Last reply Reply Quote 0
          • L
            lexxai
            last edited by Nov 11, 2017, 1:43 AM

            Some analyze information about apply this method to TL-SG1016DE (HW:2)

            vlan:777,port: 5tag, name: TESTVVV
            777 = 0x0309 (0x09 0x03)
            5 =  0x10  (0001 0000) 5 bit.

            vlan:777,port: 5untag, name: TESTVVV
            777 = 0x0309 (0x09 0x03)
            5 =  0x10  (0001 0000) 5 bit.

            source: http://lexxai.pp.ua

            –
            We have what we have. Everything that happens - for the better.

            1 Reply Last reply Reply Quote 0
            • T
              thuety
              last edited by Nov 11, 2017, 9:40 PM Nov 11, 2017, 9:45 AM

              @tpham3783:

              Here is how you can hack ( un-member ports on vlan1).  I have already tested on the SG108PE (hw version 3) switch and it worked.

              Worked on my TL-SG108E 2.0, thanks!
              Why didn't I think of this…  ::)

              sg108e_vlan1_hack.PNG
              sg108e_vlan1_hack.PNG_thumb

              1 Reply Last reply Reply Quote 0
              • J
                JKnott
                last edited by Nov 11, 2017, 8:34 PM Nov 11, 2017, 8:28 PM

                Were you able to see the port assignment changed in step# 5?

                No, there was very little recognizable text in the hex editor.  I did not see the word "Default", as shown in lexxai's post.

                The only thing I saw strange was that the switch's IP address is a member of all vlans.  If I were to change my PC's IP address to the same subnet of the switch, I could communicate to it on non-native vlan, which is kinda weird.

                On managed switches I've worked on, there was a specific management interface, which was assigned an IP address.  I've also set up networks where the management interface was on a separate VLAN.

                PfSense running on Qotom mini PC
                i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                UniFi AC-Lite access point

                I haven't lost my mind. It's around here...somewhere...

                1 Reply Last reply Reply Quote 0
                • T
                  thuety
                  last edited by Nov 11, 2017, 9:50 PM

                  @JKnott:

                  The only thing I saw strange was that the switch's IP address is a member of all vlans.  If I were to change my PC's IP address to the same subnet of the switch, I could communicate to it on non-native vlan, which is kinda weird.

                  On managed switches I've worked on, there was a specific management interface, which was assigned an IP address.  I've also set up networks where the management interface was on a separate VLAN.

                  Even after setting the VLAN 1 membership to port 8 only… I can still connect a client to any switch port, set the IP to the same subnet and then access the switch web login.
                  So the VLAN 1 has no relevance for web admin access... I guess we can kill all VLAN 1 membership with the HEX hack..!?

                  1 Reply Last reply Reply Quote 0
                  • S
                    stephenw10 Netgate Administrator
                    last edited by Nov 12, 2017, 2:44 PM

                    Hmm, well this is interesting. Implies it's a gui limitation only.

                    The exact string Default_VLAN does not appear in the config from a TL-SG1016DE v1. Not quite the same as the v2 either. Some experimentation needed….

                    Steve

                    ![Config(1).cfg - GHex_311.png](/public/imported_attachments/1/Config(1).cfg - GHex_311.png)
                    ![Config(1).cfg - GHex_311.png_thumb](/public/imported_attachments/1/Config(1).cfg - GHex_311.png_thumb)

                    1 Reply Last reply Reply Quote 0
                    • T
                      tpham3783
                      last edited by Nov 12, 2017, 3:05 PM

                      @thuety:

                      Even after setting the VLAN 1 membership to port 8 only… I can still connect a client to any switch port, set the IP to the same subnet and then access the switch web login.
                      So the VLAN 1 has no relevance for web admin access... I guess we can kill all VLAN 1 membership with the HEX hack..!?

                      I saw that too.  It looks like the switch (management IP) is a member of all vlans, and that the gui an be accessed from any access-ports.  However, the gui can not be accessed on a trunk port (tagged port), unless you configure another vlan w/ the trunk port configured as untagged port.  Attached is a picture of my improved config where I ended up removing all ports from vlan1.

                      Although I can access the swith's management interface on any access-ports (untagged ports), I can not access PCs that belong on another VLAN.  Would you please confirm that's what you're seeing too?  thanks

                      config.png
                      config.png_thumb

                      1 Reply Last reply Reply Quote 0
                      • T
                        tpham3783
                        last edited by Nov 12, 2017, 3:23 PM

                        @stephenw10:

                        Hmm, well this is interesting. Implies it's a gui limitation only.

                        The exact string Default_VLAN does not appear in the config from a TL-SG1016DE v1. Not quite the same as the v2 either. Some experimentation needed….

                        Steve

                        yeah, keep on working at it.  I'd create one vlan (ie. vlan 2) with all ports as untagged member, save the config.  Then generate a second config with the last port removed from the vlan.  Diff the two files ie:

                        hexdump -C config.cfg.original > /tmp/config.cfg.original.hex # vlan2 w/ all ports
                          hexdump -C config.cfg > /tmp/config.cfg.hex  # vlan2 w/ all ports but the last port

                        diff -urN /tmp/config.cfg.original.hex /tmp/config.cfg.hex

                        Then you would have a good idea where the vlan config token is set.

                        1 Reply Last reply Reply Quote 0
                        • N
                          n3by
                          last edited by Nov 12, 2017, 3:55 PM

                          Sg108E: at least in GUI I deleted default vlan 1.

                          ![2017-11-12 16.50.09.jpg](/public/imported_attachments/1/2017-11-12 16.50.09.jpg)
                          ![2017-11-12 16.50.09.jpg_thumb](/public/imported_attachments/1/2017-11-12 16.50.09.jpg_thumb)
                          tplink108.jpg
                          tplink108.jpg_thumb

                          1 Reply Last reply Reply Quote 0
                          • S
                            stephenw10 Netgate Administrator
                            last edited by Nov 12, 2017, 3:56 PM

                            Seems to have some file validation/checksum that prevents uploading a modified file…. no one else seeing that? I'd be surprised if they actually removed that from the v2.

                            Steve

                            1 Reply Last reply Reply Quote 0
                            • N
                              n3by
                              last edited by Nov 12, 2017, 4:02 PM

                              Tested and NO checksum for:
                              Firmware Version 1.0.2 Build 20160526 Rel.34615
                              Hardware Version TL-SG108E 2.0

                              1 Reply Last reply Reply Quote 0
                              • S
                                stephenw10 Netgate Administrator
                                last edited by Nov 12, 2017, 4:21 PM

                                Hmm, using:

                                Firmware Version 1.0.1 Build 20131023 Rel.33236
                                Hardware Version TL-SG1016DE 1.0

                                Refuses any edited config

                                Invalid config file! Please double check!

                                Yet lexxai seems to be good on his 1016DEv2….

                                Steve

                                1 Reply Last reply Reply Quote 0
                                • J
                                  jahonix
                                  last edited by Nov 12, 2017, 4:57 PM

                                  Check if there's a checksum or such yourself?

                                  a) save config_1
                                  b) change something small like hostname one character from lower to upper case. Don't change length.
                                  c) save config_2
                                  d) diff config_1 and config_2

                                  e) report result.

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    stephenw10 Netgate Administrator
                                    last edited by Nov 12, 2017, 6:19 PM

                                    Speculating….

                                    The things that change other than the config change are the password seems to be re-hashed and stored twice. And at the begging of the file there is a 16bit value that changes. I'd bet that's a 16bit checksum but of what exactly I'm not sure. Or what algorithm... Not found a match so far.

                                    Steve

                                    A 1 Reply Last reply Sep 25, 2020, 8:38 PM Reply Quote 0
                                    • J
                                      JKnott
                                      last edited by Nov 12, 2017, 6:45 PM

                                      I can not access PCs that belong on another VLAN.  Would you please confirm that's what you're seeing too?

                                      That's how VLANs are supposed to work, as though each VLAN is on a separate switch.  It's the accessing the management from any VLAN that's messed up.  It should be possible to have the management on it's own VLAN, unreachable from any other.

                                      PfSense running on Qotom mini PC
                                      i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                                      UniFi AC-Lite access point

                                      I haven't lost my mind. It's around here...somewhere...

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        tpham3783
                                        last edited by Nov 12, 2017, 11:44 PM

                                        @ecfx:

                                        Sg108E: at least in GUI I deleted default vlan 1.

                                        Good find!

                                        I've always thought they implemented a front-end logic (webpage) for first vlan to be non-editable; hence you must have the first vlan as a place holder!

                                        Thanks!

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          thuety
                                          last edited by Nov 15, 2017, 7:21 AM

                                          @ecfx:

                                          Sg108E: at least in GUI I deleted default vlan 1.

                                          Thanks, didn't have the courage to try this ;)

                                          I'm guessing the hex 01 is VLAN 1.

                                          vlan1.PNG
                                          vlan1.PNG_thumb

                                          1 Reply Last reply Reply Quote 0
                                          81 out of 185
                                          • First post
                                            81/185
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.