Slashdot Mirror


Researchers Crack WPA Wi-Fi Encryption

narramissic writes "Researchers Erik Tews and Martin Beck 'have just opened the box on a whole new hacker playground, says Dragos Ruiu, organizer of the PacSec conference. At the conference, Tews will show how he was able to partially crack WPA encryption in order to read data being sent from a router to a laptop. To do this, Tews and Beck found a way to break the Temporal Key Integrity Protocol (TKIP) key, used by WPA, in a relatively short amount of time: 12 to 15 minutes. They have not, however, managed to crack the encryption keys used to secure data that goes from the PC to the router in this particular attack. 'Its just the starting point,' said Ruiu."

51 of 311 comments (clear)

  1. Meh by Anonymous Coward · · Score: 5, Interesting

    Cat5

    1. Re:Meh by Anonymous Coward · · Score: 3, Insightful

      What you say is true, but you make it sound like obtaining physical access is trivial. In many cases it's not. On the other hand, obtaining unauthorized access to wireless networks is easy, cheap, and relatively safe (as in risk-free).

      BTW, CAPTCHA -- "burglars".

    2. Re:Meh by monkeySauce · · Score: 4, Funny

      Bah... cat5 is already broken, and cat5e is next.

      Got to think cat6 at least, if not cat7. They're much thicker; harder to break.

    3. Re:Meh by Otto · · Score: 3, Funny

      You can even do it without physical access on cheap routers and/or modems, by pointing a good digital camera and a telescope at the blinkenlights on the front of them. :D

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    4. Re:Meh by Endo13 · · Score: 4, Funny

      Apparently you just haven't watched enough movies. Obtaining physical access IS trivial. All you need is a hot chick to go swipe the security guard's badge that he conveniently left lying on his desk, and you're guaranteed access anywhere in the building.

      --
      There is no -1 Disagree mod. Slashdot.org/faq defines mod options. USE IT.
    5. Re:Meh by Endo13 · · Score: 4, Funny

      Well duh, of course it's trivial. They're always swooning over you. (Well, except when they're pretending to fight with you, but even then they always come around just in time.) Haven't you learned anything from Hollywood??

      --
      There is no -1 Disagree mod. Slashdot.org/faq defines mod options. USE IT.
    6. Re:Meh by fataugie · · Score: 5, Funny

      Yeah, except smarts and hotness are inversly proportianal in most cases.
      What good is getting access when the bubblehead can't figure out what a wiring closet looks like.

      --

      WTF? Over?

    7. Re:Meh by RiotingPacifist · · Score: 3, Funny

      hey its "yes, you can08" to meet the new stricter password requirements

      --
      IranAir Flight 655 never forget!
    8. Re:Meh by Logic+and+Reason · · Score: 4, Funny

      smarts and hotness are inversly proportianal

      Wow, you must be really hot...

  2. Ha ha ha ha by Anonymous Coward · · Score: 3, Funny

    All your AP are belong to us.

    You have no chance to survive make your time.

  3. Who uses TKIP instead of AES? by LibertineR · · Score: 5, Interesting

    Is AES not the more secure of the two? From everything I have read, AES is the preffered option over TKIP.

    1. Re:Who uses TKIP instead of AES? by kannibal_klown · · Score: 5, Informative

      Is AES not the more secure of the two? From everything I have read, AES is the preffered option over TKIP.

      I recall seeing some AP setups where TKIP was the default scheme.

      In the wide spectrum of Luddite to Novice to Hobbyist to Professional there are probably a bunch of users that might know enough to use WPA (perhaps from prodding from friends) and use the default settings with a key (either random or a passphrase).

    2. Re:Who uses TKIP instead of AES? by Anonymous Coward · · Score: 4, Informative

      For the longest time, XP didn't come with AES/WPA support. You'd have to add this patch: http://www.microsoft.com/downloads/details.aspx?familyid=662BB74D-E7C1-48D6-95EE-1459234F4483&displaylang=en

      I'm not sure if this was rolled into a newer SP. Many people couldn't access a WPA2 AP so manufacturers chose to just enable WPA as there was less chance of incompatibility.

      In my apartment complex, I'm one of two people who have WPA2 enabled. I'm the only one who has only WPA2 enabled.

      Heh, the captcha word is "paranoia".

    3. Re:Who uses TKIP instead of AES? by rpmayhem · · Score: 5, Informative

      In short, yes, AES is more secure than TKIP.

      WPA and TKIP was really just a stepping stone to get people off WEP and heading toward WPA2 and AES. Wireless hardware built to run WEP didn't have the processing power to run AES (I think it needed a separate crypto processor just for AES). So they made the WPA standard run TKIP so current WEP hardware was able to use a better security setup. It was all intended to move everyone to WPA2 with AES after everyone had bought newer wireless cards and routers.

      Interestingly, this means if you have hardware that only supports WEP, and the vendor doesn't offer WPA support, it's because they are too lazy to implement it (or want you to buy the new stuff). The hardware can handle it, they just need to add it to the firmware. My work had some handheld units like this. We had to buy all new units.

    4. Re:Who uses TKIP instead of AES? by AndrewNeo · · Score: 3, Informative

      Service Pack 3 does indeed enable WPA2 and AES support.

    5. Re:Who uses TKIP instead of AES? by sempernoctis · · Score: 5, Informative

      TKIP is not a cipher; it is a keying protocol. When you use TKIP, the actual cipher you are using is called RC4, which is older and has more known vulnerabilities than AES. It is also the cipher typically used by WEP, though the keying protocol WEP uses contains additional vulnerabilities. TKIP basically takes RC4, which was designed to encrypt a single stream of data, and creates a protocol around it for sending arbitrary packets, which may not be reliably delivered. WPA2 provides a more secure way to similarly wrap the AES cipher, but retains support for TKIP/RC4 for legacy devices.

    6. Re:Who uses TKIP instead of AES? by dohnut · · Score: 5, Informative

      AES and TKIP are not apples to apples. AES is an encryption algorithm. TKIP basically handles the keys that the encryption algorithm uses.

      A better apples to apples comparison would be between the encryption algorithms (RC4 and AES) or the key managers (TKIP and CCMP).

      Generally, WPA uses TKIP/RC4 and WPA2 (802.11i) uses CCMP/AES.

      WPA (TKIP/RC4) was supposed to be a bridge between WEP and WPA2. WPA used RC4 (just like WEP) but enhanced (TKIP) in order improve security while using existing (WEP/RC4) hardware.

      WPA2 has always been considered more secure than WPA on paper though until this there has never been a documented exploit for either of them.

      --
      Stupider like a fox! - H.S.
    7. Re:Who uses TKIP instead of AES? by JackHoffman · · Score: 5, Informative

      AES is a cypher. TKIP is a protocol, the Temporal Key Integrity Protocol, to be precise. The cypher used by WEP and WPA/TKIP is RC4. TKIP is what keeps changing the RC4 key to avoid the attacks on WEP, for which the attacker needs to collect many packets which have been encrypted with the same key. TKIP was invented to salvage older hardware, which only implemented the RC4 cypher.

      It is important to know that WEP's weakness is not simply a vulnerable cypher, but a vulnerability of the crypto system. The announcement states that the attack on WPA/TKIP does not actually crack the key, so this too looks like a vulnerability of the crypto system. That highlights the importance of crypto system design. You can't just take a "secure" cypher and be done with it. The protocol surrounding that cypher is just as important.

    8. Re:Who uses TKIP instead of AES? by Anonymous Coward · · Score: 5, Informative

      At least it's not like the Nintendo DS that only supports WEP.

    9. Re:Who uses TKIP instead of AES? by fataugie · · Score: 4, Funny

      What's also funny is that my router gives me better throughput with WPA/AES than WEP

      That's because your router is laughing at you using WEP in between encrypting/decrypting the packets....that's why it takes longer.

      --

      WTF? Over?

    10. Re:Who uses TKIP instead of AES? by dohnut · · Score: 3, Informative

      I'm am not aware of any hybrid wireless security scheme using both TKIP as a key manager and AES the cipher. Though I suppose it would be possible.

      When you see TKIP/AES or more commonly TKIP+AES. They are saying both TKIP/RC4 and CCMP/AES specifications are supported. So, for instance, you could set up a client to use "TKIP+AES". This basically means the client will try to connect to the AP using CCMP/AES first. If that fails it will try TKIP/RC4. It doesn't mean you're using both TKIP and AES simultaneously.

      WPA2 (full 802.11i) has always been and currently is only CCMP/AES.

      --
      Stupider like a fox! - H.S.
  4. Hahaha! by u38cg · · Score: 5, Funny

    I use WEP!

    --
    [FUCK BETA]
    1. Re:Hahaha! by PotatoFarmer · · Score: 5, Funny

      We know. By the way, do you think you could talk your ISP into increasing your download bandwidth?

    2. Re:Hahaha! by russotto · · Score: 4, Funny

      Yeah, and I run an open access point with the SSID hidden called "secret_awesome".

      I run one called "man_in_the_middle". Best pay attention to those certificate warnings when you're using it.

  5. It's a ploy! by dmomo · · Score: 3, Interesting

    OMG! We need routers w/ better encryption. Buy router company and encryption company stocks! Everyone run out to Best Buy and get a new router.

    Or, it just might be a real problem. /crumples tinfoil hat and pouts.

  6. WPA2 is NOT broken by fractalus · · Score: 4, Informative

    Just WPA. WEP was already hideously broken but now WPA should also be considered broken. WPA2 is still safe.

    Although, if you really have data you're concerned about keeping safe, you should (a) use a wired network, (b) use IPSEC, or (c) both.

    --
    People are never as simple as their stereotypes. This applies equally to Christians, Muslims, and Emacs-lovers.
    1. Re:WPA2 is NOT broken by bryanp · · Score: 3, Insightful

      Although, if you really have data you're concerned about keeping safe, you should (a) use a wired network, (b) use IPSEC, or (c) both.

      Yep. I'm getting some remodeling done on my house right now. Some of my friends think I'm weird because I'm pulling cat5e around the house when everything I use is already working find with WPA2. (Tivo, PS3, etc..). It's only a matter of time before someone breaks WPA2, but by then I plan to have turned wireless off.

      --
      "An unarmed man can only flee from evil, and evil is not overcome by fleeing from it." Col. Jeff Cooper
    2. Re:WPA2 is NOT broken by Anonymous Coward · · Score: 4, Insightful

      It never ceases to amaze me that people want to trust wireless devices for secure purposes, anything that is sent through the air can be captured and worked on. But are wired solutions really anymore secure? I mean can't packets that go out still be captured and worked on?

      Using a wired connection over a wireless connection MINIMIZES the number of people who can look at the packets.

      After all sending data wirelessly gives anyone in the wireless device's area a chance to catch the packets as well as anyone that would normally have a shot on it via wired connection.

      You're still going to hit a router somewhere and be wired back in eventually, anyway.

      Wireless is foremost a technology of convenience rather than security.

    3. Re:WPA2 is NOT broken by Ralish · · Score: 5, Insightful

      I have a hard time seeing the point of this, and the rationale behind other similar moves. Here's why:

      Firstly, advances in computing power and security research are always going to result in security schemes being broken, but these broken security mechanisms will always be replaced and improved. Provided you keep up to date with current security practices, and as a Slashdot reader, I assume you can and will, you're really not in any danger at all.

      Further, there's numerous other security options you can enable both at the wireless level and the network level to further protect your network, alongside good security practices with existing WPA2 (e.g. maximum length WPA key consisting of random characters and numbers). For example, MAC Address whitelisting, a strong password on the AP, and enabling AP configuration changes to occur only through wired connections. A half decent wireless AP should expose all of these options.

      This is more than enough to deter all but the most dedicated hacker. I'm not going to pull random statistics out of my behind, but I would wager that only a ridiculously tiny amount of wireless intrusions are done by experienced hackers, and experienced hackers tend to have an agenda beyond "leeching your tubes". The above security options, if all enabled and correctly configured (as in my home network) goes above and beyond what is required to stop the casual or even experienced war driver in their tracks.

      But let's say that somehow, they do manage to break your wireless security. Well, if your network is properly set up, they now have another round of security to get through that should be even tougher. Here, digital signing and encryption of all network communications between Windows machines on the domain is required by policy, no exceptions. This is one example of many.

      If someone out there is really willing to go to all that effort to break into your HOME network and access your personal data, you have VERY serious problems. From a corporate network perspective, of course, things might be entirely different.

      Bottom line: I have a hard time seeing the point of abandoning wireless due to security concerns in home networks, as a properly secured wireless network and home network will easily defeat all but the most determined and skilled hackers.

      And finally, why did you buy into wireless at all in the first place if you were so concerned about security? Everyone knew that WEP was rubbish before it was even cracked (which didn't take long). WPA was a vast improvement over WEP, but even it had its flaws, and this was also well known among those concerned. I find it strange that you're getting out of wireless now, when a look at the whole picture shows that wireless security has improved immensely since the initial takeup of wireless. The real problem is people not moving to these new security setups, and staying with WEP or worse.

    4. Re:WPA2 is NOT broken by Abcd1234 · · Score: 4, Insightful

      Some of my friends think I'm weird because I'm pulling cat5e around the house when everything I use is already working find with WPA2.

      You are weird if you're doing that because of security concerns. Here's a hint: no one cares about your wireless network. No, really, they don't.

      That said, given how flakey wireless can be, running cable is only sensible, particularly given it makes it easy to run additional telephones, etc, as well.

    5. Re:WPA2 is NOT broken by Hatta · · Score: 4, Informative

      Don't install cat5, install conduit. Then you can pull whatever you want, wherever you want, at any point in the future with ease.

      --
      Give me Classic Slashdot or give me death!
    6. Re:WPA2 is NOT broken by lostfayth · · Score: 3, Informative

      Fairly easy, if you have a basement or attic (crawlspace) where you can drop wire. Cut a hole for an "old work" electrical box, and drill a hole in attic or basement to run the wire through. Run a fish wire through the hole in the attic/basement, and to the larger hole in the wall to pull some cat5 through, then run the wire to where you need it. Terminate and enjoy.

      Gets a little more tricky in multi-story houses or those without attic/basement, but that's the basic idea.

    7. Re:WPA2 is NOT broken by sexconker · · Score: 4, Funny

      Nerds like to sit.
      You can sniff packets while sitting just about anywhere. In your kitchen. In your car. On the crapper.
      To tap a line, you usually have to get up, and you often have to use some archaic toolset like Screw.Driver or Flash.Light that you haven't supported since 3 forks ago.

    8. Re:WPA2 is NOT broken by Hatta · · Score: 5, Informative

      Go to the attic, you'll have access to the insides of the walls from above. Drop a chain with a weight down an interior wall (so there's no insulation in the way). Cut a hole in the drywall for your ethernet jack. Guide the weight to the hole, a strong magnet(perhaps from a hard drive) can help here. Then just attach your cat5 to the end of the chain, go back to the attic and pull it up. You can run the cat5 across the entire house in the attic and not worry about people tripping on it or anything. It's kind of shitty work, but it's doable if you're just a little bit handy.

      --
      Give me Classic Slashdot or give me death!
    9. Re:WPA2 is NOT broken by Firethorn · · Score: 3, Informative

      But are wired solutions really anymore secure? I mean can't packets that go out still be captured and worked on?

      Actually, unless you're doing seperate encryption, most wired connections today are less secure than wireless with proper security set.

      Part of the clue is with WEP - Wired Equivalent Privacy. The idea was that, at the time, to make the wireless connection as much of a pain to get into as a wireline. IE not very difficult in most circumstances. Today, due to the march of technology, WEP IS easier to get into than a wire, but not much less either.

      There are ways to sniff traffic today without breaching the wire, there's packet sniffers that can sit in the middle of a cable, etc... They just require either expensive equipment for ranged use or somebody actually getting to the wire.

      So, regardless if you have a wired or wireless connection, before you start putting financial or other private information onto a network, using a secure protocol is a very good idea. HTTPS, SSH, etc...

      Of course, if you want to be really secure, do something like WPA2/AES to the router, then VPN to the private network.

      --
      I don't read AC A human right
    10. Re:WPA2 is NOT broken by MasterNetHead · · Score: 3, Funny

      Its funny... my neighbors are probably thinking the same thing.

    11. Re:WPA2 is NOT broken by smellsofbikes · · Score: 5, Informative

      Some notes on wiring -- either power or ethernet cable.
      1. Drill two holes in the header, each about 1/2" in diameter, about 2" apart. You put a flashlight over one so you can see what you're doing when you drop the line down the other.
      2. On the bottom end, cut a full-sized hole for a standard rework box. You can get standard wall faceplates for snap-in Cat5 outlets. I generally wire with double-hole faceplates, and put a phone cord in the lower one and Cat5 in the upper. A rework box hole gives you a large enough opening that you can get your hand in there and grab stuff. Pull the wire out and run it into a rework box and put that in the wall. (if you have really big hands you might not be able to do this. Find someone with smaller hands or run a loop of wire into the wall first, then drop the wire from the top, through the loop, and then pull the loop out the hole.)

      By using an adjacent hole to admit light, I can usually manage to drop a wire into an existing box if I've punched out the knockout on the top, with a bit of care.

      Note that all this advice, and the parent poster advice, all assume you don't have firebreaks inside the wall. Many newer houses have 2x4's across the wall halfway up, to keep the space between the walls acting like a chimney. In that case you're going to be cutting drywall and/or finding a seriously long drillbit. (It's possible to weld a drillbit onto the end of a 3' piece of mild steel rod, but it's pretty unpleasant to use.)

      --
      Nostalgia's not what it used to be.
    12. Re:WPA2 is NOT broken by maztuhblastah · · Score: 4, Interesting

      Joe the Pedo cares a lot about getting free untraceable internet access.

      Oh no you don't. If the politicians don't get to use the "think of children" excuse to justify increased surveillance, shredding the Constitution, and guilty-until-proven-innocent, then we don't get to use it as an explanation for our security decisions. Let's not have a double standard here; one standard will do just fine.

    13. Re:WPA2 is NOT broken by LandruBek · · Score: 4, Informative

      Can you reference a single incident where such a raid has taken place?

      The FBI has conducted armed raids of homes in at least three states due to clicks on honeypot links to files full of "gibberish." So the above scenario (of Alice getting arrested because of Bob's browsing habits) is highly plausible, even if it hasn't happened yet.

      --
      $META_SIG_JOKE
  7. Is it just me... by Jazz-Masta · · Score: 5, Insightful

    or is anything worth protecting worth using CAT5 on?

    Most banks and government institutions don't use WIFI because of the security vulnerabilities. Granted CAT5 doesn't have have security to access (like wifi tkip/aes key), but it is physically secure, which is at the same level of security as the physical machines themselves.

    I find WIFI performance and coverage to be dodgy at best. It's an absolute pain to support.

  8. Huh....So for data.... by Seakip18 · · Score: 4, Informative

    If I remember reading right, a few years ago, TKIP client encryption was always able to be broken. The catch was that you had to capture the packets with the handshake between the access point and the client. This could be done by breaking the signal and capturing the ensuing reconnect. AES fixed this problem.

    I think this may have been if you wanted to actually decrypt the data between the two though and that meant having the WPA key, which these guys have broken. Before this, as the article states, the only thing was a dictionary attack. So, I wonder if you combine the two, can you intercept data and successfully look at it.

    --
    import system.cool.Sig;
    1. Re: Huh....So for data.... by tlhIngan · · Score: 4, Informative

      If I remember reading right, a few years ago, TKIP client encryption was always able to be broken. The catch was that you had to capture the packets with the handshake between the access point and the client. This could be done by breaking the signal and capturing the ensuing reconnect. AES fixed this problem.

      I think this may have been if you wanted to actually decrypt the data between the two though and that meant having the WPA key, which these guys have broken. Before this, as the article states, the only thing was a dictionary attack. So, I wonder if you combine the two, can you intercept data and successfully look at it.

      TKIP is a nasty hack, actually. It's designed to work with chipsets with onboard WEP encryption/decryption (it re-uses the RC4 hardware), and its security was always quite low (which is why it always re-keys itself every hour by default). It has mechanisms to detect and prevent replay attacks, as well as message integrity checks in case someone manages to break through the protections. It's final defense is a complete shut down of the network and a re-keying of everyone if it detects 2 or 3 MIC failures (the network literally shuts down for a minute).

      These days, modern chipsets can do AES in hardware, and there's no reason to use TKIP anymore except in legacy applications (which still exist - though modern software can often just offload the AES in software).

  9. Well duh... by Zakabog · · Score: 3, Interesting

    Does anyone seriously treat any wireless transmission as if it was secure? If anyone who cares to listen can easily pick up everything being sent from your computer it's only a matter of time and CPU power before they can read it.

    Yes I know, the article mentions they actually found a more efficient method of cracking WPA than a simple brute force attack, and that is a flaw in WPA not wireless security. Although while they may come up with new encryption methods I still don't trust wireless for much more than browsing slashdot or searching google. If I need to do anything that involves sensitive information like ordering something online I can wait to go to a wired desktop.

  10. 'Its just the starting point,' by Keramos · · Score: 4, Interesting

    So, the headlines blare "WPA is cracked!!!!", but the researchers themselves say they haven't cracked the keys used to encrypt the data and all they have is a "starting point".

    So, how is WPA cracked and useless, again??

    I suppose maybe we'll see at the PacSec conference.

  11. Re:'Story' tag by Hurricane78 · · Score: 5, Informative

    Valid question.

    Well, if a story comes from the firehose, it gets tagged "story", because it became a story. And If it didn't, it gets tagged "!story".

    --
    Any sufficiently advanced intelligence is indistinguishable from stupidity.
  12. why not RSA? by Lord+Bitman · · Score: 3, Interesting

    As a serious question, the ignorant wanting to be enlightened: Why don't wireless access points just use some well-known and tested public key encryption? What problem is being solved by WEP/WPA/etc which simply broadcasting (or for the paranoid: copying over with a USB key) a regular old public key wouldn't cover?

    --
    -- 'The' Lord and Master Bitman On High, Master Of All
    1. Re:why not RSA? by swillden · · Score: 4, Informative

      Why don't wireless access points just use some well-known and tested public key encryption? What problem is being solved by WEP/WPA/etc which simply broadcasting (or for the paranoid: copying over with a USB key) a regular old public key wouldn't cover?

      Why public key? What problem is solved by using public key schemes, with their corresponding complexity, poor performance and large, unwieldy keys?

      The question you SHOULD ask is: "Why don't wireless access points just use some well-known and tested symmetric key encryption?"

      The answer is: They do. The cipher is called AES and the WiFi security scheme that uses it is called WPA2. What's been broken is the stuff that's still based on the RC4 cipher, which has some well-known flaws.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  13. Re:OHNOES! by Coraon · · Score: 4, Funny

    I know I just got root access...BTW could you put in some bread? I'm trying to install pop-up's.

    --
    -Ours is the wisdom of Solomon, the magic of Merlyn, the fall of Icaris.
  14. Comment removed by account_deleted · · Score: 3, Interesting

    Comment removed based on user account deletion

  15. Re:'Story' tag by athakur999 · · Score: 4, Funny

    They should tagged it "tagged" if it is tagged and "!tagged" if it's not tagged.

    --
    "People that quote themselves in their signatures bother me" - athakur999
  16. Obviously by spazdor · · Score: 3, Funny

    over 9000.

    --
    DRM: Terminator crops for your mind!