Slashdot Mirror


Millions of Home Routers Are Hackable

Julie188 writes "Craig Heffner, a researcher with Maryland-based security consultancy Seismic, plans to release a software tool at the Black Hat conference later this month that he says could be used on about half the existing models of home routers, including most Linksys, Dell, and Verizon FiOS or DSL versions. The tool apparently exploits the routers through DNS rebinding. While this technique has been discussed for 15 years or more, Heffner says, 'It just hasn't been put together like this before.'" Notebooks.com has a list of routers tested and some advice on securing vulnerable routers.

16 of 179 comments (clear)

  1. Re:You mean besides using default admin/password.. by Anonymous Coward · · Score: 5, Funny

    The tool apparently exploits the routers through DNS rebinding. Wjhile this technique has been discussed for 15 years or more, Heffner says 'It just hasn't been put together like this before.'"

    Ha Ha! I changed my default username to "adjminstrator" and password to "passjword"! Good luck hjackers!

  2. Re:"List of routers affected" is just a picture by Slippery+Pete · · Score: 5, Informative

    The Forbes article has a Google spreadsheet of the routers.

  3. I can believe it... by fuzzyfuzzyfungus · · Score: 5, Interesting

    At one point, just out of morbid curiosity, I cranked up a copy of OpenVAS(the OSS fork of nessus) and told it to just hit everything on my home network with all "safe" tests(the program offers the option of either including or excluding tests that are likely to crash/DOS the target, rather than simply confirm/deny the presence of a vulnerability).

    When the run was finished, all the real computers in the house had passed, with the exception of a few informational messages(Hey! this computer is running an SSH server, did you do that or should you be freaking out right now?). On the other hand, I had to physically reset over half of the assorted little-bitty-embedded-plastic-boxes-of-various-network-functions to get them working again.

    And that was with the "safe" tests.

    Based on the version and vulnerability information being reported(for devices that I do, in fact, update vendor firmwares on, when those are available) the state of consumer embedded devices is absolutely fucking pathetic. Blatantly outdated and known-vulnerable services listening merrily away in the latest vendor firmwares for products less than a year old...

    1. Re:I can believe it... by fuzzyfuzzyfungus · · Score: 4, Insightful

      Unfortunately, with many, if not all, of the consumer networking brands these days, the most technical guy on staff is the "chief sticker engineer", who makes sure that the right adhesives are used when rebadging OEM products, or maybe the CAD guy who modifies the OEM plastic case to have the appropriate brand name embossed in it...

  4. Re:You mean besides using default admin/password.. by ickleberry · · Score: 4, Interesting

    it seems that changing the password would render this hack fairly useless. also many routers are only accessible through a private IP, so even changing the router's IP would work unless the script tries all the addresses on the local network and then tries to brute force the router, but that would take years since I would assume its written in JavaShit

  5. Re:You mean besides using default admin/password.. by fuzzyfuzzyfungus · · Score: 5, Insightful

    That would actually probably help a lot(though not as much as a real password).

    In any exploitation scenario where the router login page isn't simply sitting on the WAN side, happily accepting all comers to try their luck, the hypothetical attacker would probably use a list of default username/password pairs for common router brands, or a list of known exploits for common router models.

    Even the most trivial password change would save you entirely from the former, and no password change available would save you from the latter. A password brute-force attack system, written in javascript and injected via the method described, is conceivable; but it would only have until you close the browser window, and it would be subject to any rate-limiting imposed by the router's login page or the browser's JS engine, so it would probably be pretty tepid.

    Obviously, if you are going to change your password, change it right; but the difference between default password and bad password is likely a good deal greater than the difference between bad password and good password, when it comes to crackability...

  6. Re:"List of routers affected" is just a picture by Cato · · Score: 5, Informative

    Here's a direct link to the spreadsheet of routers, without the IFRAME so it's easier to read: https://spreadsheets.google.com/pub?key=0Aupu_01ythaUdGZINXQ5Vi16X3hXb3VPYkszNXM0YXc&hl=en&output=html&widget=true

  7. Re:Thank you Captain Obvious by Chrisq · · Score: 4, Insightful

    Lets see: Make sure you have a strong Admin password on your router

    Check

    and don't surf p0rn/warez sites. Thank you Captain Obvious!

    Uhm - any solution that relies on you not browsing to an infected site is not a solution.

  8. Re:"List of routers affected" is just a picture by JayJay.br · · Score: 5, Informative

    Here ya go:

    Vendor Model H/W Version F/W Version Successful
    ActionTec MI424-WR Rev. C 4.0.16.1.56.0.10.11.6 YES
    ActionTec MI424-WR Rev. D 4.0.16.1.56.0.10.11.6 YES
    ActionTec GT704-WG N/A 3.20.3.3.5.0.9.2.9 YES
    ActionTec GT701-WG E 3.60.2.0.6.3 YES
    Asus WL-520gU N/A N/A YES
    Belkin F5D7230-4 2000 4.05.03 YES
    Belkin F5D7230-4 6000 N/A NO
    Belkin F5D7234-4 N/A 5.00.12 NO
    Belkin F5D8233-4v3 3000 3.01.10 NO
    Belkin F5D6231-4 1 2.00.002 NO
    D-Link DI-524 C1 3.23 NO
    D-Link DI-624 N/A 2.50DDM NO
    D-Link DIR-628 A2 1.22NA NO
    D-Link DIR-320 A1 1 NO
    D-Link DIR-655 A1 1.30EA NO
    DD-WRT N/A N/A v24 YES
    Dell TrueMobile 2300 N/A 5.1.1.6 YES
    Linksys BEFW11S4 1 1.37.2 YES
    Linksys BEFSR41 4.3 2.00.02 YES
    Linksys WRT54G3G-ST N/A N/A YES
    Linksys WRT54G2 N/A N/A NO
    Linksys WRT160N 1.1 1.02.2 YES
    Linksys WRT54G 3 3.03.9 YES
    Linksys WRT54G 5 1.00.4 NO
    Linksys WRT54GL N/A N/A YES
    Netgear WGR614 9 N/A NO
    Netgear WNR834B 2 2.1.13_2.1.13NA NO
    OpenWRT N/A N/A Kamikaze r16206 YES
    PFSense N/A N/A 1.2.3-RC3 YES
    Thomson ST585 6sl 6.2.2.29.2 YES

  9. Re:"List of routers affected" is just a picture by L4t3r4lu5 · · Score: 5, Insightful

    From the article:

    "One comfort for users may be that Heffner's method still requires the attacker to compromise the victim's router after gaining access to his or her network."

    So, this is a problem if you've left your router with its default admin password, or there's a vulnerability in the firmware which can be exploited. The same as every other possible exploit of consumer^h^h^h^h^h^h^h^hall hardware.

    Who published this article? Oh, hey kdawson. Glad to see you're still on form. Seriously, let me filter this shit out of the RSS feed.

    --
    Finally had enough. Come see us over at https://soylentnews.org/
  10. Re:Thank you Captain Obvious by wowbagger · · Score: 4, Insightful

    "Make sure you have a strong Admin password on your router..."

    Which does you no good if your browser remembers your router's admin name and password - or did you miss the bit in the article where part of this hack is subverting your browser to actually do the dirty work?

    "...and don't surf p0rn/warez sites."

    Because advertiser sites never get hacked, nor do normal sites. Only porn and warez sites ever serve malware.

    Better to turn off scripting on your browser by default, and only enable it for sites you trust, and NEVER let your browser remember passwords.

  11. Re:You mean besides using default admin/password.. by Cryacin · · Score: 5, Funny

    Ha Ha! I changed my default username to "adjminstrator" and password to "passjword"! Good luck hjackers!

    Wouldn't stop them if they're Swedish!

    And yes, I'm an insensitive Cljod!

    --
    Science advances one funeral at a time- Max Planck
  12. Re:Exactly what is the sploit? by L4t3r4lu5 · · Score: 4, Insightful

    It is the first step. In fact, apart from a firmware vulnerability or some REALLY shocking DMZ setup, you're going to leave this attack with nowhere to go just by changing from the default password. There might be a second exploit in the form of a dictionary attack tacked on to the end, but that's not what the article is about.

    It's not that big a deal. It's a headline of the type you're likely to find in the Daily Mail; Sensationalist and inaccurate. There might be more info in the future which justifies the grandeur of the statement, but right now (pre-Black Hat) it's just bullshit sensationalist speculation from Slashdot's specialist on the matter.

    (Yeah, i'm getting a chip on my shoulder about this guy.)

    --
    Finally had enough. Come see us over at https://soylentnews.org/
  13. Re:DD-WRT+OpenDNS FTW by lyinhart · · Score: 4, Insightful

    Nope. According the article, OpenDNS doesn't make a difference and DD-WRT v24 was one of the router firmwares that was successfully exploited.

    --
    Freedom is drinking a beer in the park when you're supposed to be at work.
  14. Re:DD-WRT+OpenDNS FTW by homes32 · · Score: 4, Insightful

    Just had to post that everyone should be running OpenDNS and if possible DD-WRT of Tomato (for homes). You just cant beat that combo. It's fast, secure, and offers tons of security/configuration features that no one else does.

    and that no one else knows how to use. Lets face it. most uses don't even know that its possible login to their "wireless box" and change settings; let alone replace the firmware with a 3rd party distro. as far as their concerned the guy that installed the internet just plugged it in and it needs to be there or their laptop can't get internet. don't get me wrong. I love Tomato, but saying "everyone should run [insert some firmware here]" is not a solution to the problem. the problem is the idiot tech ( and in some cases, non-tech people smart enough to setup their own router) not changing the default password on the router when he installs it.

  15. Re:Thank you Captain Obvious by pinkushun · · Score: 5, Insightful