Slashdot Mirror


Vulnerability Prompts Warning: Stop Using Netgear WiFi Routers (securityledger.com)

"By convincing a user to visit a specially crafted web site, a remote attacker may execute arbitrary commands with root privileges on affected routers," warns a new vulnerability notice from Carnegie Mellon University's CERT. Slashdot reader chicksdaddy quotes Security Ledger's story about certain models of Netgear's routers: Firmware version 1.0.7.2_1.1.93 (and possibly earlier) for the R7000 and version 1.0.1.6_1.0.4 (and possibly earlier) for the R6400 are known to contain the arbitrary command injection vulnerability. CERT cited "community reports" that indicate the R8000, firmware version 1.0.3.4_1.1.2, is also vulnerable... The flaw was found in new firmware that runs the Netgear R7000 and R6400 routers. Other models and firmware versions may also be affected, including the R8000 router, CMU CERT warned.

With no work around to the flaw, CERT recommended that Netgear customers disable their wifi router until a software patch from the company that addressed the hole was available... A search of the public internet using the Shodan search engine finds around 8,000 R6450 and R7000 devices that can be reached directly from the Internet and that would be vulnerable to takeover attacks. The vast majority of those are located in the United States.

Proof-of-concept exploit code was released by a Twitter user who, according to the article, said "he informed Netgear of the flaw more than four months ago, but did not hear back from the company since then."

147 comments

  1. Netgear *firmware* by c · · Score: 5, Insightful

    Stop using Netgear firmware. I operate under the assumption that the stock firmware on any consumer wireless device is probably a bug riddled privacy disaster and replace it with something sane ASAP.

    Obviously, that sucks for people who can't dabble in firmware replacements, but there's a limit to what I can fix...

    --
    Log in or piss off.
    1. Re:Netgear *firmware* by Anonymous Coward · · Score: 0

      Are there any Netgear Wifi routers with easily replaceable firmware?

    2. Re:Netgear *firmware* by Anonymous Coward · · Score: 0

      Wish I could. I have a Residential Gateway CG3000D-RG from my ISP, but I don't think there's a firmware replacement that covers this one.

      Good news is that the vulnerability in the video doesn't appear to work on this.

    3. Re:Netgear *firmware* by Anonymous Coward · · Score: 0

      And for that matter, how 'secure' is the replacement firmware for any router out there? Is there firmware out there that is audited and updated by knowledgeable people/teams on a routine basis as new attack vectors are revealed?

    4. Re: Netgear *firmware* by Anonymous Coward · · Score: 0

      And even though it's "audited", it doesn't tell you it won't be hacked tomorrow.

    5. Re:Netgear *firmware* by SEE · · Score: 1, Informative

      Yep. The R6400 and R7000 are both supported by both DD-WRT, and Tomato by Shibby. I think OpenWRT only supports the R7000

    6. Re:Netgear *firmware* by MeanE · · Score: 4, Informative

      Just grab anything on this list.

      https://advancedtomato.com/dow...

    7. Re:Netgear *firmware* by Anonymous Coward · · Score: 0

      This.

      Hell, I'm seriously getting to the point where I am considering making my own router from some small computer.
      Not sure what hardware to pick yet, still to research that part.
      It won't be stuff like RPis or other similar boards. They are way too constrained in the bandwidth department. The most I would use that for is a DNS server since DNS is hardly bandwidth intense. But if I am setting up another board with far better specs, there is no use for it anyway.

      Probably some micro or nano ATX board.
      Realtime intrusion scanning, filtering and so on.
      Maybe even force desktop pages on some sites for certain "mobile" devices since I HATE the mobile pages for so many sites. I mean, look at that trash Gmail mobile page. Holy fuck, where is the settings? Why are you serving me this toy page?
      And since it will always be on, I might just set a file server up, torrents, contribute to a bunch of stuff I do already. (no illegal nonsense, calm down media industry, your shitty movies and music are safe from my dirty curry sauce covered hands)
      In a VM though. At least that will lower the chance of potential attack vectors considerably even if a program in said VM were shit on. Unlikely to, say, stop a huge agency or government if they have hardware-level attacks, but eh.
      Not sure of what Linux Distro for sure.

      So, in conclusion, I'll buy an OpenWRT-compatible router and flash it on because I am lazy. :)

    8. Re: Netgear *firmware* by corychristison · · Score: 2

      Get your ISP to put your modem/gateway into bridge mode, and put your own router between your equipment and their equipment.

    9. Re: Netgear *firmware* by Anonymous Coward · · Score: 0

      Obviously. But it's better than not having anybody look at the source, especially if the person/people doing the auditing have some idea of what they are doing. The best might be a combination of people with experience and some sixteen year-old novices with a fresh brain playing with it and asking some 'stupid' questions.

    10. Re:Netgear *firmware* by Anonymous Coward · · Score: 0

      OpenWRT/LEDE or it can collect dust on store shelves. Additionally, I disable LAN (and of course WAN) access to the web interface. Localhost only, via SSH tunnel.

    11. Re:Netgear *firmware* by Anonymous Coward · · Score: 0

      It's open source. Read every line to check for hax and then compile yourself it pleb.

    12. Re: Netgear *firmware* by Anonymous Coward · · Score: 1

      Not all modem/gateways have a bridge mode.

    13. Re: Netgear *firmware* by corychristison · · Score: 3, Interesting

      I have built my own router in the past, and I ran pfSense.

      I used a Jetway dual gig-nic VIA-based board. I can't recall the exact model. This was back in 2007/2008 or so.

      I had one NIC for the WAN, the other for the LAN where I used an 8-port gigabit switch.

      It worked well. At the time driver support for wireless cards (for a wireless accesspoint) was basically non-existant so that was one limitation. When we started getting wireless devices in our home (blackberries at the time) we decided we should upgrade the network.

      Another problem is power consumption. The whole setup used aroud 100W.

      There are the Alix boards with multiple NICs built in, still x86 based and easy to procure that use way less power these days. If I had to do it again, this is the route I would go.

      The new higher end routers these days do offer a great value. Just do your research as to which can be flashed to Tomato/DD-WRT/OpenWRT/etc. and at least you have some control over them.

    14. Re:Netgear *firmware* by raymorris · · Score: 3, Interesting

      > In a VM though. At least that will lower the chance of potential attack vectors considerably even if a program in said VM were shit on.

      If you run your firewall / router in a VM, that means there's a physical box hosting it which is physically plugged directly into the internet, unprotected by the firewall. I'm not saying it can't be done reasonably safely, but that's certainly not my preference.

      > So, in conclusion, I'll buy an OpenWRT-compatible router and flash it on because I am lazy. :)

      Yep. I've been doing network security full time for almost twenty years and I would (and do) use OpenWRT, not only because I'm lazy, but because that's a team of people building something specifically for that role. Even with 20 years of security experience, I could overlook something regarding security and nobody would be checking my work.

      I may switch to a Cisco ASA as my first line of defense, though. I happen to have one for lab purposes. I'm not sure I want to deal with Cisco's licensing keeping the thing updated and doing everything I want it to do, though.

    15. Re: Netgear *firmware* by corychristison · · Score: 2

      I've never had a situation where it wasn't possible.

      Just this past week I argued with the tech that came to initialize my service after switching ISP's. Sure enough after calling back to his support center, they were able to do it for him remotely. After a power cycle it worked, and still works great now. So it's entirely possible if someone tells you it's not possible, there is a very good chance the tech you have just doesn't know how.

      If you have a service with IPTV then maybe its a little more complicated, but certainly still possible as I did it when I had television service 7 or 8 years ago.

    16. Re: Netgear *firmware* by Anonymous Coward · · Score: 0

      That's the big huge gaping hole in open source. Those people who are both competent to assess the security of a piece of source code and are willing to do so are completely overwhelmed by the amount of source code which should be analyzed.

      Who's doing the analysis?
      Spooks, both good and bad (though those are fluid categories), criminals and "terrorists" will use vulnerabilities for their own purposes.
      Security companies - most will make their findings public but some will sell the exploits.
      Independent or academic researchers are the only ones who generally work in the public interest.

    17. Re: Netgear *firmware* by zuralin · · Score: 1

      > If you run your firewall / router in a VM, that means there's a physical box hosting it which is physically plugged directly into the internet, unprotected by the firewall. I'm not saying it can't be done reasonably safely, but that's certainly not my preference.

      What are you taking about? I run this exact setup and my host isn't "unprotected by the firewall." The port belongs to pfSense as the WAN port and unless I open something up to my host within the firewall rules, no one is getting access to it.

      Are you sure you've been in the business for any length of time deploying openwrt?

    18. Re:Netgear *firmware* by Cmdln+Daco · · Score: 1

      Compile it yourself, using a compiler, linker, and libraries that you've read the source for yourself, or that you trust a great deal. Also, review the firmware in the hard drive of the machine you compile it on, and also the firmware in the keyboard. And the firmware on the Ethernet card, if any of the source traversed the network. Etc. etc.

    19. Re:Netgear *firmware* by Anonymous Coward · · Score: 0

      The problem with this is that grandma can't do this. Sure, computers are easy for people that "do that computer thing" but you wouldn't tell grandma to rewire her house with X-Brand light switches because China has totally hacked all our light switches. Question number one is going to be "What's 'hack'?" If you're in the US then question number two is "What's China?".

      This is why the Internet-Of-Things is a total stillborn disaster. We can't even do the Internet-Of-Routers...y'know, the actual switches that make the Internet possible in the first place. We need to stop building things out of Linux kernels on read-write media and build our routers on read-only media. Firmware that can't be flashed without human intervention. Hardware that isn't just so general purpose that it can be made to run Bitcoin miners. There's no need for general purpose operating systems and processing models on a device that has only one purpose.

      But we'll never achieve this. The modern system has so many uncontrolled dependencies that we really don't know what's in the box these days. There isn't a programmer alive that can tell you *completely* what's in your PC or your Mac. There's no way back now and everyone is out looking for ways to go even faster in this duct tape ball of glued staples and silly putty (yes, we've found a way to use silly putty in computers now). It's spinning out of control and it's falling apart at the seams.

      I can't even use my wristwatch right now because it needs updates. Even my updates need updates. Most things I buy I expect to have to update before I can use them for the first time. What the hell is fucking wrong with us?? Have we gone mad??

    20. Re:Netgear *firmware* by Anonymous Coward · · Score: 0

      Just buy one of every brand of router and chain them all up on the way to your machine. Enable WiFi on the last one only just before packets reach your PC.

      This way if any particular brand encounters an exploit then at least no-one will be able to get into your local network. Not easily at least.

      Totally practical.

    21. Re:Netgear *firmware* by mikeiver1 · · Score: 1

      DDWRT... At least you can be generally comfortable that the firmware has been checked for exploitable holes and is relatively safe to use. Anyone care to bet that Netgear is NOW working on a patch finally?

    22. Re:Netgear *firmware* by Anonymous Coward · · Score: 0

      The problem with this is that grandma can't do this.

      It's not even that, it's that doing any of it really isn't feasible for anybody. Very often with Open Source the "trust" comes from the naive assumption that somebody else did the due diligience because the source code is available, and that has come back to bite even the biggest tech companies in the world on the most widely used projects in the world...how do you think that some of the less pervasive projects fare when even the ones with the most visibility suffer crippling security failures?

    23. Re: Netgear *firmware* by klui · · Score: 1

      You can't do this on U-verse residential gateways. There's a pseudo bridge mode but not the same thing.

    24. Re: Netgear *firmware* by Zmobie · · Score: 1

      While you can't do a bridge mode because the shitty firmware they use doesn't have it, you can turn the DMZ on and forward everything to a router behind it. I know, because that is how my network is setup right now. My Netgear router running DD-WRT is MUCH more secure then the shit the provide for software (Netgear and AT&T). Love Netgear's hardware, but their firmware blows ass.

    25. Re:Netgear *firmware* by TheRaven64 · · Score: 1

      The PC-Engines and Soekris boards are designed to be used as routers and do a pretty good job. They're low power (7W or so in heavy use), and typically have multiple GigE connections and either WiFi on board or miniPCI slots for WiFi and boot from Compat Flash. They fit nicely in a 6" square case and will happily run either a full OS or something more appliance-focused like pfSense. I ran an older one for years without issues.

      --
      I am TheRaven on Soylent News
    26. Re: Netgear *firmware* by Anonymous Coward · · Score: 1

      Not all modem/gateways have a bridge mode.

      Yeah, looking at you Google Fiber

    27. Re:Netgear *firmware* by Wycliffe · · Score: 1

      Are there any Netgear Wifi routers with easily replaceable firmware?

      Yes. I've put dd-wrt on several netgear wndr3400v2 routers. It was literally as simple as finding the right firmware and using the gui on the netgear router to select the file from the list and hit update.

    28. Re:Netgear *firmware* by Wycliffe · · Score: 1

      Are there any Netgear Wifi routers with easily replaceable firmware?

      Yes. I've put dd-wrt on several netgear wndr3400v2 routers. It was literally as simple as finding the right firmware and using the gui on the netgear router to select the file from the list and hit update.

      A quick glance shows that the R7000 mentioned in the article not only supports dd-wrt but is also one of the fastest consumer grade routers on the market that does: https://dd-wrt.com/wiki/index....

    29. Re:Netgear *firmware* by Cute+Fuzzy+Bunny · · Score: 1

      They're too busy getting Trump elected. Second string Chechnyans have been called in to back fill.

    30. Re: Netgear *firmware* by Anonymous Coward · · Score: 0

      Unless you also run ATT Uverse Tv service, then the router takes port 443 from you.
      And it always has some high port in listen mode for commands from ATT hosts.

      I hated using that thing.

    31. Re:Netgear *firmware* by Anonymous Coward · · Score: 0

      This is known as the nirvana fallacy. Open source isn't perfect, but it doesn't need to be perfect to be better. The fact is, open source gives people the *freedom* to look at and modify the source code, giving people the potential to find or fix bugs and exploits. Proprietary software leaves people dependent upon potentially malicious companies and the only options people have are to either stop using the software or trust the software developers; you don't even have the option of seeing and modifying the source code.

    32. Re:Netgear *firmware* by peawormsworth · · Score: 1

      I have tested DDWRT and Tomato on a Netgear device. It worked for me with that brand on at least one device. A search for Netgear hardware in the hardware support page on the official router software sites will tell you more.

    33. Re:Netgear *firmware* by peawormsworth · · Score: 1

      When the source code is hidden, there is no need to hide a backdoor. When closed source software is "audited" how can you as a consumer know that the code you are running came from the source that was audited?

    34. Re: Netgear *firmware* by peawormsworth · · Score: 1

      That sounds exactly like what happens to corporations with closed source software. For example, Microsoft has to assess the security of their source code before release, and they continually fail to succeed at it. It is because their code is somewhat beyond their ability to maintain it properly. Corporations just aren't big enough to compete with the world of users. They would be much better served (for security) by releasing the source code. Then they would really flush out all those gaping holes lurking in that closed source. But the shareholders would not like it and Microsoft would need to obscure all the backdoors (mentioned in their EULA's) they have pre-configured in their source.

      I am glad Microsoft is not open. It would be a shame to take brilliant minds away from great open source projects to patch up an old leaky expensive things like Windows.

    35. Re: Netgear *firmware* by Agripa · · Score: 1

      I hate the way AT&T U-Verse works also. The DMZ+ mode works poorly, AT&T blocks IPv6 tunneling, their caps are completely unreasonable, and performance and reliability are poor.

      When I switched to Charter a couple months ago which is the only other option in my area, their modem only operated in bridge mode. All I had to do was plug my router's WAN port into the modem and the switch over was immediate.

    36. Re: Netgear *firmware* by Agripa · · Score: 1

      I am still using my ancient Celeron 300A for my pfsense router. The only failure it has had is when the ice maker sprung a leak and water dripped into the case and when that happened, I transferred the pfsense configuration over to a spare Pentium 4 and got the original hardware back up in running within a day. Power is about 25 watts.

      It is better to use an independent wireless access point than a wireless port directly on a BSD router. It should not be that way but the wireless manufacturers are jerks about open source support. Ubiquiti's CPE wireless products work well.

    37. Re:Netgear *firmware* by TJ_Phazerhacki · · Score: 1

      +1. The R7k is BRILLIANT running a custom DD-WRT build, and I am using largely the same running config that I've been using for the last half decade across 3 different devices. And my brother has the previous device, and while he probably couldn't handle a bricked device like I could, he is more than capable of following updates for the build I found for him.

      --
      Physics is nothing like religion. If it was, we'd have an easier time trying to raise money!
    38. Re:Netgear *firmware* by Anonymous Coward · · Score: 0

      This is known as the nirvana fallacy.

      Wrong, because I never suggested it needed to be perfect. The problem is that while it gives people the freedom to look at and modify the source code where proprietary does not that isn't a benefit if nobody actually does it and demonstrably that is the reality. There are many many more people that *could* look at the Android source code or the OpenSSL source code for example than there are that can look at the iOS source code or Windows SSL implementation source code but the reason the former 2 suffer many more critical vulnerabilities is because nobody is actually looking at the code and fixing them. So in theory they should be better than the proprietary options but in practise they are worse and these are two of the most popular projects with the largest visibility and the most potential yet they are *still* worse.

      Proprietary software leaves people dependent upon potentially malicious companies

      Wrong again. This idiotic notion that all companies that produce proprietary software are "malicious" just demonstrates your ignorance. In fact most open source software contributions come from those very companies anyway.

      With enough effort just about anything is possible, but claiming open source as a victory when the results are plainly not there because nobody is willing to actually expend the effort is just disingenuous. I agree with you that it has the *potential* to be better, but that is not enough.

  2. Time for OpenWRT? by Anonymous Coward · · Score: 0

    Time for more OpenWRT based routers? At least then you don't need to rely on the manufacturer for "security updates" which will be discontinued not long after purchase. Invariably this always seems to happen. I don't see things getting much better for integrated routers unless more of them have replaceable firmware, but then I guess that would threaten the manufacturer's profit margins and we can't have that can we.

    1. Re:Time for OpenWRT? by ArchieBunker · · Score: 2

      I tried OpenWRT on a cheap TP-LINK wifi router. While the feature set was impressive, it could barely manage 1/3 the throughput of the stock firmware.

      --
      Only the State obtains its revenue by coercion. - Murray Rothbard
    2. Re:Time for OpenWRT? by Nemyst · · Score: 2

      The R7000 (which I own) supports DD-WRT very well, so it's just a matter of installing that.

    3. Re:Time for OpenWRT? by Anonymous Coward · · Score: 0

      You probably went from dual band down to one or the other because WRT doesn't support simul dual band on all HW. TP-link is relatively new on the scene and WRT is written by a very small number of individual boffins.

    4. Re:Time for OpenWRT? by Anonymous Coward · · Score: 0

      I don't see the R7000 as supported on the DD-WRT website.

      Am I missing something?

    5. Re:Time for OpenWRT? by JonathanP.Bennett · · Score: 5, Informative

      I tried OpenWRT on a cheap TP-LINK wifi router. While the feature set was impressive, it could barely manage 1/3 the throughput of the stock firmware.

      This is absolutely accurate. The reason is that the stock firmware enables hardware accelerated NAT in the switch chip. This isn't yet supported in the Linux kernel, so no support in Openwrt.

    6. Re:Time for OpenWRT? by Jamu · · Score: 1

      I bought a cheap Intel Celeron N3150 that came with dual NICs, and installed pfSense on it. Best router I've ever had. Although the modem plugged into it is Netgear...

      --
      Who ordered that?
    7. Re:Time for OpenWRT? by youngone · · Score: 1
      I have a similar setup, pfSense on a cheap, older PC, with the ISP router in bridge mode in front of it (I have a VDSL connection).

      The major downside is that I can't resist playing, and seem to have borked DNS.

    8. Re:Time for OpenWRT? by Anonymous Coward · · Score: 0

      A good search engine should lead you to this.

    9. Re:Time for OpenWRT? by Jamu · · Score: 1

      I've managed to bork mine too, but this was before I discovered "Backup & Restore" under "Diagnostics".

      --
      Who ordered that?
    10. Re:Time for OpenWRT? by TheRaven64 · · Score: 1

      An old PC is probably not worth it, if you're keeping it powered all of the time. A PC-Engines APU2 board will use 6-10W and cost around $100. An old PC will use 50-100W and cost $0. Power costs a little over 1$/W/year, so after one to two years you've paid more in power for the old PC than the TCO for the newer board.

      --
      I am TheRaven on Soylent News
    11. Re:Time for OpenWRT? by Anonymous Coward · · Score: 0

      This is absolutely accurate. The reason is that the stock firmware enables hardware accelerated NAT in the switch chip. This isn't yet supported in the Linux kernel, so no support in Openwrt.

      That doesn't make sense. If the stock firmware enables something in the switch chip and you plug it into your linux box and run it. It runs 3 times faster than with OpenWRT. So it has nothing to do with the kernel at all, the problem is in the firmware.

    12. Re:Time for OpenWRT? by radarskiy · · Score: 1

      "the problem is in the firmware"
      OpenWRT firmware contains a Linux kernel.

    13. Re:Time for OpenWRT? by Major+Blud · · Score: 1

      I've sorta seen the the same thing. I've been using DD-WRT on Linksys access points for years. I don't use them for my router, I have a pfSense box for that.....the Linksys is strictly for wifi. I recently upgraded from a Linksys E3000 to a WRT1200AC so that I could upgrade from 802.11N to AC. The first thing I did was install DD-WRT on it.

      The thing would have a hard-crash about half-way through streaming a 2-hour Netflix movie. I didn't have these problems with the E3000, so my first thought was that it was a problem with the WRT1200AC....but I don't have these problems when putting the stock firmware back on it.

      I need to revisit it and see if there are some settings I need to play with in DD-WRT, but there is something to be said about the stock firmware that "just works".

      --
      If you post as Anonymous Coward, don't expect a reply.
  3. Good advice by Anonymous Coward · · Score: 0

    If Carnegie Mellon is talking about the exploit now, that means they told the FBI about it a long time ago and it's being actively used against people.

    1. Re:Good advice by Z00L00K · · Score: 2

      And it may have been utilized by malware for a long time before that.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
  4. Found a Netgear Vuln 10 years ago by Anonymous Coward · · Score: 0

    I reported a vulnerability to the Netgear CTO approximately 10 years ago. Before he hung up the phone one me he started screaming that their products were secure and to never contact Netgear about security problems again. Issues like these become systemic when the top down corporate culture is negligent to modern day best practicies.

    What I learned then is what you all likely are learning now - DONT USE NETGEAR. 2C

    P.S. The vulnerability I reported still exists.

  5. Interesting timing ... by King_TJ · · Score: 1

    I was just complaining in a message thread on Facebook earlier today about Netgear product issues. (Netgear had some corporate shill trying to talk up their product line on there, and promptly got a slew of negative comments about support issues and hardware problems with their products. I had to chime in with my bad experience of a whole group of ProSafe smart switches that failed shortly outside the warranty period, thanks to defective power adapters included with them. Netgear wanted to charge more for a replacement adapter than it was worth. Finally got them going again with cheap adapters found on eBay.)

    I should go back and link this article too!

  6. OR Try This by rotorbudd · · Score: 4, Informative

    Asuswrt-Merlin on Netgear R7000 I've been using this for several months. http://www.linksysinfo.org/ind... Just about everything that's on the ASUS routers runs on the Netgear.

    --
    A bullet may have your name on it, but artillery is addressed to " Whom It May concern"
    1. Re:OR Try This by fedux · · Score: 2

      Asuswrt-Merlin (or XWRT or Cross-WRT) is *CLOSED SOURCE*. It's a port to the R7000 based on the open source from RMerlin, but the author of the port is refusing to provide the sources. I've contacted him and almost got him to release the source, but he later changed his mind and he's refusing to do it. That is clearly a GPL violation and even if I've asked him for the reasons to refuse to release the source code he didn't say.

  7. Anyone have any more info? by Solandri · · Score: 2

    There are a helluva lot more than 8000 Netgear routers on the Internet, which implies the vulnerability requires you to enable remote (WLAN) admin access on the router for it to be exploited externally. But neither link clarifies if this is the case.

    You'd still vulnerable from the LAN side, particularly if someone using your Internet clicks a link with the default IP address of the router coded into the URL. But the first thing I do when I get a new router is change the default IP address precisely to prevent this sort of thing, and to avoid complications from subnet address collisions when setting up VPNs. Usually something in then 10.x.x.x block.

    1. Re:Anyone have any more info? by Anonymous Coward · · Score: 0

      Attackers can load images with all RFC 1918 addresses in the URLs. If you have Javascript turned off or blocked, they can even do it with a big static page. And let's not kid ourselves, your router is at 10.x.y.1 or 192.168.x.1.

    2. Re:Anyone have any more info? by WD · · Score: 1

      It's remotely exploitable with no user interaction if the web admin stuff is exposed to the internet. If the remote web admin is not enabled, then it's exploitable as the result of a user on the network viewing a malicious or compromised website.

      Changing the IP address or subnet of your router will only stop the laziest/inept of attackers.

    3. Re: Anyone have any more info? by Anonymous Coward · · Score: 1

      Ha ha, they'll never get me, mine's on 172.16.x.1.

    4. Re:Anyone have any more info? by Zmobie · · Score: 1

      Could be .250 for the last octet... Mine is actually neither, but I have a custom setup thats not exactly standard.

    5. Re: Anyone have any more info? by Anonymous Coward · · Score: 0

      Mine's .3

  8. I immediately thought of OpenWRT by Bruce+Perens · · Score: 5, Interesting

    Yes, I immediately thought of OpenWRT, which I run on Netgear, Linksys, and other companies routers. I buy them brand-new and flash them before placing them in service.

    1. Re:I immediately thought of OpenWRT by Anonymous Coward · · Score: 0

      I used to use OpenWRT for a while until I got frustrated with the bugs, but it is such a fucking mess that only technical people can realistically get things correctly configured using it so OpenWRT really isn't a solution for most users.

  9. I've got an R8000 by Anonymous Coward · · Score: 0

    which is affected. There is no patch yet, just checked. You would think it would not take but a day or so to push out a patch, but since we're not dealing with Libre/FLOSS software, we are literally at the mercy of Netgear. I don't know of any reliable alternatives to run as firmware. Anyone?

    As far as other brands, I dislike Linksys, especially since the Cisco and Belkin days. The quality is simply not there anymore. Anyone have a good recommendation? Buffalo, maybe? D-Link? ASUS. Apple is getting out of the wireless game, so I won't buy something that will not be getting support.

    1. Re:I've got an R8000 by AvitarX · · Score: 5, Informative

      Just go "enterprise", I got one of these https://www.ubnt.com/unifi/uni... with one of these https://www.ubnt.com/edgemax/e... for $150 or so total, it really lights up my whole house, doesn't have lots of network names for different wireless frequencies, easily isolated guest network, super long range, and if I really wanted, I could add an outdoor one and light up my backyard too.

      It wasn't perfect (you need a computer with some weird java app to seup and update the setup), but overall, I'm very happy with my results, and it didn't cost me much extra over a mid-range router ($150 vs $75).

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    2. Re:I've got an R8000 by Anonymous Coward · · Score: 0

      OP here. Thank you for the recommendation. Checking the link out now...

    3. Re:I've got an R8000 by asvravi · · Score: 2

      After trying all of the consumer routers and even Ubiquity Unifi, I finally settled on RouterBoard. Better performance/price ratio compared to even Ubiquity, with fine grained control over how it operates. Can be setup with a desktop application or a direct web interface. Rock solid setup and operation. This one is basically a wireless router, so it can be configured as your main router. But at just about $120, it is inexpensive enough to be configured and used for additional wireless access points spread across the house.

    4. Re:I've got an R8000 by FictionPimp · · Score: 1

      I'd love to do that, only the ERL and ERL-X can't handle my 1gbps internet connection. They seem to top out in the 6-700 hundred range and the netgear router my ISP provided me can hit 860's.

    5. Re:I've got an R8000 by b0bby · · Score: 1

      I can vouch for the AP-AC-LR - I'm using one with my old router (way down in the basement) and it's really improved the wifi situation. It this case I pretty much just told it the SSID & password of the existing router and that was it.

    6. Re:I've got an R8000 by AvitarX · · Score: 1

      Yeah, that set-up is easy peasy phone app.

      I had to install their app on a computer, and I think I need the same computer to update setting for anything past that.

      I have 3 vlans, one for a VPN, one for normal use, and one unencrypted for guest access (simply so they don't need to ask the password), and I assume neighbor access too.

      The very basic setup, one access point, one SSID can be done from a phone.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    7. Re:I've got an R8000 by AvitarX · · Score: 1

      Good to know.

      I wonder if I'll ever get access to that speed (honestly, it seems unlikely, it's taken 3 years to get 15-25 mbps), hopefully by the time I do it will be only $50 for a router that can handle it though.

      If you have any WiFi coverage problems, I'd still highly recommend a Unifi or two.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    8. Re:I've got an R8000 by FictionPimp · · Score: 1

      Totally, I use 3 Unifi AC access points currently.

      1 on the first floor
      1 on the second floor
      1 in the garage faced out to the back yard so the deck gets wifi.

      I also use their cloud controller, it all works rather well.

    9. Re:I've got an R8000 by AvitarX · · Score: 1

      Is the close controller the thing the call the "cloud key "?

      What exactly does that do? The website is not very clear to me

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    10. Re:I've got an R8000 by FictionPimp · · Score: 1

      Basically it runs the Unifi controller on a tiny PoE device. The reason they call it 'cloud' is because they have a portal site you can use to access it anywhere in the world (if you enable it). But basically just a simple way to run the unifi controller.

    11. Re:I've got an R8000 by AvitarX · · Score: 1

      Rather than on a computer, so it's always there basically?

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    12. Re:I've got an R8000 by FictionPimp · · Score: 1

      You got it.

  10. It is a CSRF by Anonymous Coward · · Score: 0

    Classic example of a cross-site request forgery attack.

  11. Solution: install open source firmware by wwalker · · Score: 1

    There is absolutely no reason to keep using the stock firmware (other than laziness), and many reasons not to (see this story). If you don't know where to start: https://www.dd-wrt.com/wiki/in...

    1. Re:Solution: install open source firmware by bigbang137 · · Score: 2

      Does it support all the bells and whistles of the Netgear firmware? Or at least the ones having to do with wifi configuration? Is it at least just as stable with a large number of high-bandwidth clients? Is 802.11ac supported well?

    2. Re:Solution: install open source firmware by Zmobie · · Score: 1

      DD-WRT actually has much better feature support than the stock firmware for most of the Netgear line. Their menu's are way easier to navigate too... Mine is very stable (been running for over a year on it) and from the research I've done anything in the R6000 and R7000 line is this way, and they absolutely support ac very well (dual bandwidth on mine, and newer versions actually support directional focusing if the hardware can handle it.

  12. Netgear, D-Link, TPLink, TrendNet - all crap by zerofoo · · Score: 0

    It's not cheap if you have to replace it annually when the manufacturer stops supporting the software on the device.

    There are plenty of small business products from reputable network companies - yes they cost more than $199 - and you can't buy them at Walmart and Best Buy - but they are FAR better than the crap stocked at those stores.

    If you can't afford a decent router from a decent company - then rent one from your ISP. At least then security and support issues will be your ISP's problem.

    1. Re:Netgear, D-Link, TPLink, TrendNet - all crap by Anonymous Coward · · Score: 0

      If you can't afford a decent router from a decent company - then rent one from your ISP. At least then security and support issues will be your ISP's problem.

      Given the way my ISP handles everything else, then they won't actually do anything other than the bare minimum and overcharge me at the same time.

    2. Re:Netgear, D-Link, TPLink, TrendNet - all crap by Highdude702 · · Score: 1

      If you can't afford a decent router from a decent company - then rent one from your ISP. At least then security and support issues will be your ISP's problem.

      The problem is most ISP's don't give a fuck if you get hacked and they hand you some Netgear AIO modem/router thats garbage to start with and you cant even flash it because AIO devices aren't supported by ANY of the OSS firmware options. If your'e a consumer concerned with safety of your internet devices and don't have the knowledge/skill to find and flash a compatible router, than buy Buffalo Routers. Most of their routers come Pre-Installed with DD-WRT and yes they have a modified version but you can easily download the full non-modified version, then install it thru the web interface like any normal router firmware update.

  13. Thankfully mine isn't vulnerable by jonwil · · Score: 1

    I have a Netgear DGN2200M and the exploit (as described in the article) doesn't work on my router thankfully.

    1. Re:Thankfully mine isn't vulnerable by Anonymous Coward · · Score: 0

      Thanks for letting us know.

  14. Malicious Website? by Anonymous Coward · · Score: 0

    And just what, exactly, does "visiting a malicious website" have to do with anything?

    If the web interface port is open to the Internet, no user involvement is required.

    If the "visiting a malicious website" is required so that JavaScript / Java in the browser can execute the exploit against the "inside" interface, then this is a vulnerability in the browser / JavaScript / Java and not necessarily the router.

    I do not understand.

    1. Re:Malicious Website? by Anonymous Coward · · Score: 0

      You have one of the affected Netgear routers, you visit a web page, the attacker owns your router. It's not difficult to understand, is it?

    2. Re:Malicious Website? by sumdumass · · Score: 2

      This isn't a java/javascriipt or browser exploit.

      It works by being able to send commands directly to the router as part of a url request. The router's web interface will process it unauthenticated as root.

      I'm not sure how the malicious website would exploit it outside of presenting a link for you to click on as my understanding of web programing is limited to basic html and I need a cheat sheet at that. But it appears that this is within the web server inside the router so killing it off would negate the issue. But on that hand, you would have to reboot the router to log into the web page to administrate it. Alternatively, you likely could ssh or telnet into it and do it from a command shell if the ports are open.

      Here is someone who has illustrated it a bit by using the exploit to disable the web server as a temporary fix.

      http://www.sj-vs.net/a-tempora...

    3. Re:Malicious Website? by wagnerrp · · Score: 1

      You present the malicious URL as an or some other type that gets automatically loaded with the page. The user does not have to click anything, or even have javascript enabled.

    4. Re:Malicious Website? by b0bby · · Score: 1

      I have the R6400 - there's some magic address (like mynetgearrouter.net or something) which the router will use for itself so you don't need to know the ip address. If you can get dhcp and type that in, you can start to configure it. Makes a lot of sense really if you're trying to make things easy for the masses.

    5. Re:Malicious Website? by agristin · · Score: 1

      1.0.5.48_1.1.79 is vulnerable. As I had one laying around, plugged it in and it would execute code when I shot it the url.

      Updated to V1.0.7.2_1.1.93 also vulnerable.

      http://router-address/cgi-bin/...'

      Kills the httpd demon and doesn't allow remote execution (or web management) until rebooted, where router-adress is the netgear. That is work around enough.

  15. http://<router_IP>/cgi-bin/;COMMAND by Anonymous Coward · · Score: 2, Funny

    Are you fucking kidding me?

  16. My R7800 with firmware V1.0.2.12 by waspleg · · Score: 1, Informative

    Is not effected. The CERT link is kind of crap but they have reference links at the bottom which have more meat including a PoF you can do easily (http://RouterIP/;telnetd$IFS-p$IFS'45' is supposed to open telnet on port 45).

    FTFA references

    1. Re:My R7800 with firmware V1.0.2.12 by Anonymous Coward · · Score: 1

      You have to add /cgi-bin

      http://RouterIP/cgi-bin/;telnetd$IFS-p$IFS'45'

    2. Re:My R7800 with firmware V1.0.2.12 by Anonymous Coward · · Score: 1

      The PoC code is incorrect. Add /cgi-bin to the URL like in the example 2 lines above in description of vulnerability and it will most probably work. My R7000 with latest V1.0.7.2_1.1.93 is vulnerable. And yes, I'm not logged in already to the router website. The cgi-bin URL simply doesn't check for http auth.

    3. Re:My R7800 with firmware V1.0.2.12 by waspleg · · Score: 1

      Thanks, I tested it again as you say and still got connection refused.

  17. Tomato, dd-wrt by raymorris · · Score: 1

    > I don't know of any reliable alternatives to run as firmware.

    It looks like Tomato supports your router, as does dd-wrt.

    https://www.myopenrouter.com/b...

    https://www.myopenrouter.com/d...

    > As far as other brands, I dislike Linksys, especially since the Cisco and Belkin days. The quality is simply not there anymore. Anyone have a good recommendation?

    Further up this page someone posted a link to recent routers recommended for Tomato.

    1. Re: Tomato, dd-wrt by Anonymous Coward · · Score: 0

      Try Fortinet, Sophos, Sonicwall, Meraki, Cisco, Juniper.

      Hate to break it to the cost-conscious consumer, but all home/SMB devices ("Staples-class") are going to suffer from build quality and support issues. If you want enterprise quality pay enterprise costs. Either way there will be vulnerabilities as they are complex systems, planned obsolecense as these are not durable goods, and possibly government backdoors (see CALEA and after), but at least someone will care to fix the *unintentional* problems and be willing to repair devices within the stated lifespan of the product.

    2. Re: Tomato, dd-wrt by Anonymous Coward · · Score: 0

      Ps, anyone implementing Staples-class devices for a business client is doing your client a "penny-wise, pound-foolish" disservice.

  18. The end of Netgear? by Futurepower(R) · · Score: 5, Informative
    I sent this to Netgear management, trying to be helpful. There was no answer:

    The end of Netgear? Negative reviews about Netgear products act as powerful negative advertising. When people want to buy computer hardware, they read the reviews on Amazon and Newegg. A large percentage of the reviews of Netgear routers are extremely negative.

    Below are links to extremely negative reviews: 1) 14 extremely negative Amazon reviews and 2) 11 Netgear Forum requests for help that were ignored.

    The negative reviews reflect 3 very serious issues:

    1) Netgear does not publish sufficient information about how to configure its equipment, so many customers have severe difficulties.

    2) Netgear's equipment is, in some ways, badly designed. Users with experience with other manufacturers don't imagine that the electronic design of Netgear products makes the products so complicated to configure.

    3) Customers who post problems on the Netgear Forum often receive no help.

    Solutions

    There is an easy, quick solution: Netgear must communicate clearly. There is a long-term solution: Netgear needs to hire electronics engineers and programmers who eliminate the design problems.

    Benefits

    Sales will be much easier if Netgear becomes better at communicating. Anyone holding Netgear stock will benefit from improvements in ease of configuration of Netgear products. Netgear will be easier to manage if there is better coordination.

    I spent many hours trying to configure our Netgear routers. Eventually I found a review on Amazon that told how to correct the problem. I was trying to configure 4 FVS336Gv2 routers. (We own 8.) They worked very well for a few hours, and then dropped connections.

    I've discovered there are many other people with the same problem. I posted 2 messages on the Netgear Forum and received no reply. My experience with older Netgear routers is that they have configuration issues also, but are easier to configure than the newer routers.

    I'm an electronics design engineer and programmer. This article is a volunteer effort to try to get Netgear to improve communication with customers, so that my company will not need to change our operations to use hardware from another manufacturer.

    One example of poor communication: Customers are not told of the unusual methods necessary to make Netgear equipment work. See this example from an Amazon review:

    Be advised, Netgear Tech Support STRONGLY recommends doing a factory reset both before AND after upgrading to new firmware. ... IMHO, some of the complainers either didn't reset before and after or didn't correctly upgrade their firmware.

    That indicates that there is no internal mechanism to prevent faulty installation of firmware.

    The instructions that come with the firmware say nothing about resetting before and after.

    Customers imply that Netgear makes configuration difficult so that Netgear can charge for help. Configuration help is free for 90 days. After that Netgear charges for help. Making configuration difficult and not intuitive apparently, judging from what customers say, is a way of making more money.

    Other ideas from customer reviews:

    1) The plug-in power supplies sometimes don't provide enough power.

    2) Some Netgear routers require 4 minutes to re-start after the power is off.

    3) Some Netgear routers must be turned off for at least 2 minutes before re-starting. (That indicates that the design lacks a resistor to drain the power supply capacitor quickly after the router is unplugged.)

    4) Question: How long must the "Factory Defaults" switch be pressed before the return to factory co

    1. Re:The end of Netgear? by eclectro · · Score: 2

      This has been going on for decades. What they will do is string a customer along until they EOL the hardware so they do not have to fix the firmware problem anymore and move on to making the next piece of crap. Really people, there is ZERO reason you should be buying anything with the Netgear name new *or* used. An attorney general somewhere needs to make an example of them.

      --
      Take the cheese to sickbay, the doctor should see it as soon as possible - B'Elanna Torres, "Learning Curve"
    2. Re:The end of Netgear? by wbr1 · · Score: 1
      I concur. I have recommended Netgear to friends and residential customers for a while. No more. I own an R7000 that suffered from a terrible time after a bad firmware upgrade. Forum support was terrible with better responses coming from outside techs than Netgear. Now this.

      I will not be recommending them anymore, and I will let them know why.

      --
      Silence is a state of mime.
  19. R8000 by paul.lavoie · · Score: 2

    My R8000 running V1.0.3.4_1.1.2 (latest available) is vulnerable from the inside. However my inside network does not use the 192.x.x.x address space so good luck figuring out my inside interface IP.

    1. Re:R8000 by WD · · Score: 1

      That's what WebRTC is for. After determine your computer's internal address, it's pretty trivial to guess (or bruteforce) your router's address.

    2. Re:R8000 by Anonymous Coward · · Score: 1

      If I'm on your inside network, all I have to do is look at my gateway your router just gave me. How hard is that?

    3. Re:R8000 by Anonymous Coward · · Score: 0

      All an attacker needs to do is point the exploit at your default route address. That's almost always the router.

    4. Re:R8000 by Anonymous Coward · · Score: 0

      It could be brute-forced, yes, but I actually run my NetGear in bridged mode. My true router is the Cisco device at the front end. They'd have to brute to the random IP in the subnet instead of my gateway.

      Still not hard if someone is trying to get me, but should stop casual attacks.

    5. Re:R8000 by b0bby · · Score: 1

      My R8000 running V1.0.3.4_1.1.2 (latest available) is vulnerable from the inside. However my inside network does not use the 192.x.x.x address space so good luck figuring out my inside interface IP.

      You don't need to bother trying to figure it out - as I posted above, on my R6400 there's a magic address which the router will grab and use for its interface. So all the malicious code needs is to try http://routerlogin.net/ - if you're using one of the Netgears, that's the admin interface.

  20. hardware vendors - your security isn't our concern by Idisagree · · Score: 1

    It damn well should be!

    There needs to be a policing/standards body for ensuring secure hardware &software platforms/interfaces.

    Basically testing for security compliance of any product that can communicate over a network.

    I'll put it on my Santa wish list

  21. With what features enabled in both firmwares? by Anonymous Coward · · Score: 1

    It is possible that 1/3 throughput number is due to differences in the packet filtering framework in use and the default filtering being done.

    I personally moved to OpenWRT just to make sure my router was filtering packets properly and being able to configure multiple vlans in the switch chip. As a 100 megabit router running a ~300 mhz cpu, it is getting full line speed over the WAN port (20-30 megabit) even with a dozen or so rules in place.

    Having said that: Were you attempting to use WIFI on the router at the same time? Because WIFI seriously degrades performance, especially if you have any packet filtering going on (especially if the wlan and lan segments are considered part of the same network. I personally segment them to avoid precisely that issue.)

  22. WRT54GL by Anonymous Coward · · Score: 0

    Anyone still using WRT54GL? If so which open source firmware do you prefer?

    1. Re:WRT54GL by LVSlushdat · · Score: 2

      DDWRT-I still have a WRT54GL in use as wireless bridge. I have several machines in the living room that don't do wifi, and I didn't want to run Cat5/6 out there so I set my old faithful WRT54GL up as a wireless bridge.. Works peachy..

      --
      THANK YOU, Edward Snowden!! Americans owe you a debt of gratitude (whether they know it or not..)
  23. Netgear Abysmal on firmware by Anonymous Coward · · Score: 0

    I began to accept the notion that all consumer based routers are junk, and designed only to focus on making it easy for the dumb consumer to get connected. Any network security person will most likely recommend a business grade router even in homes. Or as many say, install a third party firmware solution, but frankly most consumers will never even know this problem exist. How many even know how to upgrade firmware or what firmware is?

  24. Let Netgear management know by bigbang137 · · Score: 1

    I encourage everyone to let Netgear management know what a great job they're doing: https://www.netgear.com/about/... AFIK, their email address format is typically Firstname.Lastname@netgear.com.

  25. I think we need government bricking by BlueCoder · · Score: 1

    I think a new law is needed making it legal for the government to hack devices/computers for the purposes of disabling them.

    Furthermore internet enabled devices might necessitate an FCC mandated kill switch. I can see it using both a push and pull mechanism. Push where the devices are directly connected to the internet and pull from behind a firewall where the devices must periodically check an FCC site to see if it should disable itself in as graceful as way possible such as maybe disabling network connections and requiring manual intervention. This must apply to all computers running Windows.

    Bots are a menace to the internet and people must accept a certain amount of responsibility for the maintenance of their devices.

    1. Re:I think we need government bricking by Doctor_Jest · · Score: 1

      Yeah, that'll work. It'll never be abused. :)

      I'd rather not give the government the legal authority to remotely screw me over for "internet safety" or some such nonsense.

      --
      It's the Stay-Puft Marshmallow Man.
  26. You get what you pay for by DogDude · · Score: 1

    Netgear is the McDonald's of routers. Personally, I only use Draytek routers. Have had great success with them where Netgear, Linksys, D-Link, and Cisco have all failed miserably.

    --
    I don't respond to AC's.
    1. Re:You get what you pay for by Anonymous Coward · · Score: 0

      You might only be secure because no-one knows who Draytek is.
      Tomorrow everyone will buy a Draytek and now *you* are insecure.

      We need fewer brands, not more. I was once told I should "embrace diversity" but it's really only serving to make sure we don't know which part of the internet is on fire at any given point in time. Better overall resilience meets lower local reliability. I'm getting tired of having to maintain my network, it's turning into a chore. Computers were meant to solve problems not create them.

  27. Stop the cross-site content madness by Anonymous Coward · · Score: 0

    Browsers do have an address bar. It shows what the browser is connected to. They should simply stop loading content from anywhere else.

    Sites that think they need to access multiple hosts shall proxy them behind one. Want to use other sites content, feed it through your own host. Sites that are too lazy will have to explain users to set up the necessary exceptions.

    The web would be a much better place.

    (of course, all the adds would no longer work the way they to, either.)

  28. The reason I have Cisco and Juniper firewalls by raymorris · · Score: 4, Interesting

    I have a stack of Cisco and Juniper firewalls and routers, ASAs and ISRs. The reason I have them hooked up right now is I'm writing scripts to detect and exploit (at POC level) various vulnerabilities in them.

    Some of the vulnerabilities have fixes available, some don't. There are reasons to spend a hundred times as much on a Cisco, but security isn't a very strong reason, compared to OpenWRT. I actually trust OpenWRT more than I trust my Cisco ASA, based on my twenty years of experience.

    1. Re: The reason I have Cisco and Juniper firewalls by Anonymous Coward · · Score: 0

      OpenWRT has no vulnerabilities? You a pentester or writing a pentesting kit?? You actually finding new gaps or just learning how to exploit known issues? Btw, I think 100x is a bit hyperbolic? :)

  29. Re:http:///cgi-bin/;COMMAND by Anonymous Coward · · Score: 0

    Ridiculous. At least that means you can do this to put it in a non-vulnerable mode:

    http://www.routerlogin.net/cgi-bin/;killall$IFS'httpd'
    or
    http:///cgi-bin/;killall$IFS'httpd'

    If you need the web interface for anything you can power cycle then run that again to lock it down...

  30. Other suppliers of VPN routers: Any suggestions? by Futurepower(R) · · Score: 1

    (In the grandparent comment, I forgot to say that I sent that information to Netgear management in January 2016, less than a year ago.)

    I researched other suppliers of VPN routers. They didn't seem better.

    Any suggestions?

  31. How do you think frames get to your VM by raymorris · · Score: 1

    >> If you run your firewall / router in a VM, that means there's a physical box hosting it which is physically plugged directly into the internet

    > What are you taking about? I run this exact setup and my host isn't "unprotected by the firewall."

    How exactly do you think ethernet frames GET to your VM, at layer 1 and layer 2?

    As I said, it's not impossible to do it reasonably safely, but I much prefer to have nothing but the firewall *physically* plugged into the internet. In theory, software should route all the frames to your VM, via the internal virtual switch, if and when everything is working as designed. Do you trust that a switch will never ever forward a frame to the wrong port? If so, you've never heard of a CAM overflow attack, or gratuitous ARP. I can tell you with certainty that I can cause the switch to broadcast those frames rather than sending them only to your pfsense VM.

    1. Re:How do you think frames get to your VM by Anonymous Coward · · Score: 0

      How exactly do you think ethernet frames GET to your VM, at layer 1 and layer 2?

      It is possible to use PCIe passthrough. In that case data flows directly from Ethernet hardware to the VM's OS without other software being involved.

  32. Ps: I don't use OpenWRT for enterprise, b/c CYA by raymorris · · Score: 1

    BTW my postb might have been unclear. I mentioned I've been doing this professionally for a long time, and that I use OpenWRT. What I didn't make clear is that I don't deploy OpenWRT professionally.* Putting aside what might be technically best for a particular role, we're all heard the saying "nobody ever got fired for buying IBM", nobody ever got fired for buying Cisco.

    * One time I needed a VPN end point to serve ONE user, for a company with total annual revenuev around $100K. OpenWrt met the requirements.

  33. Temporary workaround by Anonymous Coward · · Score: 0

    From computer world:

    Mr. van Schaik offers the first work-around for the problem. His idea is quite clever, use the bug to disable the vulnerable software. In this case, the vulnerable software is the web interface of the router, and this command kills it:

    http://www.routerlogin.net/cgi-bin/;killall$IFS'httpd'

  34. Lots of questions by raymorris · · Score: 1

    > You a pentester or writing a pentesting kit??

    I write vulnerability assessment tools. It's a broader more than pentesting proper because we also find weaknesses that aren't strictly part of pentesting.

    > You actually finding new gaps or just learning how to exploit known issues?

    Mostly we're assessing issues that are known to some degree, sometimes we find undocumented weaknesses, sometimes we assess the impact of newly discovered vulnerabilities, and how potential mitigating or aggravating factors affect the risk. Often the "new" stuff is yet another case of a well-known type, such as SQLi.

    > Btw, I think 100x is a bit hyperbolic? :)

    You can spend $3,000 on Cisco ASA, then to have the same functionality as OpenWRT you'd add the strong ciphers upgrade and the upgrade for more VPN seats, and pay annually for upgrades. Altogether, you certainly CAN spend $5,000 on Cisco firewall, and you can deploy OpenWRT for $50. So 100X the price is certainly possible, though that is at the high end. You can also get a small Cisco ASA for $450. (You can get an outdated, unsupported, and vulnerable ASA 5505 for $200 used with power adapter, but that's dumb.)

  35. Netgear Issue page for CVE-2016-582384 by virtigex · · Score: 2

    Netgear's ongoing response to this issue is at http://kb.netgear.com/00003638...

    1. Re:Netgear Issue page for CVE-2016-582384 by virtigex · · Score: 1

      Also, you probably should not leave yourself logged into the router. I get a '401 unauthorized' when trying the exploit.

    2. Re:Netgear Issue page for CVE-2016-582384 by Anonymous Coward · · Score: 0

      Make sure you use the correct URL for exploit, sample PoC is missing /cgi-bin from URL.

  36. I use https all the time by CodeC7 · · Score: 1

    Why should I worry?

  37. Reporting security concerns to NETGEAR by Anonymous Coward · · Score: 0

    NETGEAR has a dedicated page describing how to report vulnerabilities directly to the team that looks into issues like this: http://www.netgear.com/about/security

  38. Re:Other suppliers of VPN routers: Any suggestions by Anonymous Coward · · Score: 0

    ASUS of course

  39. Netgear firmware problem. by Rufty · · Score: 1

    I had a problem with a Netgear router not being able to remember DHCP to MAC assignments. This was a problem in the version of dnsmasq baked into the firmware, but that had been fixed in the current version of dnsmasq. So I called up technical support to ask if there was a later version of the firmware, or source code I could rebuild from. After about 40minutes of going through a completely useless script. ("No I won't click the start button, Debian doesn't have one, you insensitive clod.") I gave up and eBay'd the paperweight. No more Netgear for me.

    --
    Red to red, black to black. Switch it on, but stand well back.
  40. Tech Support is Clueless by Anonymous Coward · · Score: 0

    Opened a support request and this is what I got:

    Going back to your question, we have no reports about the latest firmware vulnerability issue of the R7000 but we will look into this. For now, if you are not getting the pop ups mentioned on the article, I believe your router is safe. It would also be best if you change your router WiFi name, password and the admin password of the router just to make sure that your network is secure.

    Ignorant or clueless or both...

  41. Must be a Network Engr to keep the Fortress Safe by Anonymous Coward · · Score: 0

    So This mean that you have be a Network Engineer to sustain the privacy. It seems like these companies who make the home/business wifi routers must be intentionally leaving holes in the system... To keep the product sell going.. Since day one of routers people complaining about the holes in the Routers and other hardware.. I just don't understand what these companies are doing... seems like making cookies..

  42. Thanks. by Futurepower(R) · · Score: 1

    Thanks. Having a look at Asus VPN routers now.

  43. Netgear just issued a fix via beta firmware by djxl · · Score: 1

    Netgear published on 12/13/2016 a beta firmware which claims to address the issue (haven't tested). As of this moment, the router will not, by default, prompt installation of beta firmware. http://kb.netgear.com/00003645...

  44. Beta fix from Netgear is available by Anonymous Coward · · Score: 0

    Here is Netgear's response:

    http://kb.netgear.com/000036386/CVE-2016-582384