ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Netgear Routers Leaking Passwords

    News
    4
    4
    1.4k
    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.
    • nadnerBN
      nadnerB
      last edited by

      A flaw in Netgear wireless routers allows attackers to bypass administrator authentication and potentially gain full access to the devices, a researcher has discovered.

      From what I can tell, it's just over WiFi... I hope that there is a firmware update but I doubt it:

      Adkins said he notified Netgear about the router takeover flaw, but was told by the vendor's support department that "the network should still stay secure", thanks to a number of unspecified built-in security features.

      Article Link: http://www.itnews.com.au/News/400605,netgear-routers-leak-admin-passwords.aspx?eid=1&edate=20150218&utm_source=20150218_AM&utm_medium=newsletter&utm_campaign=daily_newsletter
      The Information Disclosure uploaded by the researcher: https://github.com/darkarnium/secpub/blob/master/NetGear/SOAPWNDR/README.md

      JaredBuschJ 1 Reply Last reply Reply Quote 0
      • tonyshowoffT
        tonyshowoff
        last edited by tonyshowoff

        Should stay secure? Should and will in this context make a whole lot of difference.

        1 Reply Last reply Reply Quote 2
        • JaredBuschJ
          JaredBusch @nadnerB
          last edited by

          @nadnerB said:

          Adkins said he notified Netgear about the router takeover flaw, but was told by the vendor's support department that "the network should still stay secure", thanks to a number of unspecified built-in security features.

          bullshit.

          1 Reply Last reply Reply Quote 1
          • J
            julian
            last edited by

            Some of the software on these routers is atrocious. I don't just mean the awful grammar and spelling in the ASUS router I bought, but I wouldn't be surprised at all if password checking was just something like:

            var password = document.getElementById('password').value,
                correctPass = 'foobar';
            
            if (password == correctPass) window.location.href = "/secure/index.html";
            

            Oh wait, this actually happens in practice!

            1 Reply Last reply Reply Quote 3
            • 1 / 1
            • First post
              Last post