802.11 WiFi Denial of Service Exploit Discovered
CRC'99 writes "The Queensland University of Technology has today announced yet another flaw in 802.11 products. AusCERT has the official statement, noting: 'An attacker using a low-powered, portable device such as an electronic PDA and a commonly available wireless networking card may cause significant disruption to all WLAN traffic within range, in a manner that makes identification and localisation of the attacker difficult.' Nice to know that a simple PDA could bring a WiFi network to its knees."
Seams like the single most energetic use of all our new technology is figuring out new ways to break it.
Always going forward, 'cause we can't find reverse.
Same reason you get someone else to proofread your CV. A fresh pair of eyes will pick out the problems.
weren't they called JAMMERS back in the nice radio-sharks times? Jam the 11 802.11 band frequencies and you have a "DoS" attack...
In case of a chain:
It's easier to find a weak link in a chain, than it is to make all perfectly strong links.
In case of a 'system':
It's easier to find a single flaw than it is to build all parts well. (not to mention that all parts must also interact well, and do the job.)
using something as small, cheap and common as a hammer I may cause significant disruption to *all* computer activity within walking distance.
Because the creators think one way, and the the "other people" think in totally another. Something the creators never thought possible could happen, simply because someone else sees the system on a different angle.
A microwave oven can bring down a WiFi network. You could plug a 110 volt line into an Ethernet jack if you felt like it. All shared media networks require cooperation in order to run correctly.
This one has a bit more information.
2 3%255E15306,00.html
http://news.com.au/common/story_page/0,4057,95497
Beware the (sometimes flash) ads.
How can this be "interesting"? Read the article folks, it's a fundamental flaw in the protocol.
from the article:
At this time a comprehensive solution, in the form of software or
firmware upgrade, is not available for retrofit to existing
devices. Fundamentally, the issue is inherent in the protocol
implementation of IEEE 802.11 DSSS.
Go to: http://www.wi-fiplanet.com/tutorials/article.php/2 200071
Good info!
-Imidazole2
Can you say, "cheap microwave oven" ???
/. for HERF.....
The cheaper, the better.
Want to screw your neighbor over?
take the cover off the oven and turn it on.
Just don't be in the same room when you throw the switch, sort of like when the executioner lights up a prisoner in "Old Sparky"...
Pick one up off the side of the road and then do a google site search on
Have fun kiddies!!
This is the same problem as with LA or VHF radio. Only one device can be transmitting at a time on a single frequency band. This stems from the fact that the receivers have to tune to a certain signal and no two signals are likely to be in the same phase, thus the strongest signal will win. Essentially these devices behave as if they are half-duplex, and well-timed (continuous) collisions will cause the whole segment to come down. This is what happens here. Remember the old coaxial 10base ethernet networks? They were vulnerable to the same thing.
The unfortunate fact here is that there is no cure for this kind of misbehaviour. Old devices likely won't be upgradeable (hence no silver bullet). Multi-band hi-speed WiFi (54Mbit+) is not likely to be affected by this attack, but if they operate in compatibility mode they will be brought down, too. Intelligent access points can lessen the effect of this attack but that leaves the older devices out of the communications.
Essentially this requires quite little work on the part of the attacker since no hi-powered transmitters are needed. That fortunately limits the range of the attack, too. I would like to know if anyone could calculate quick estimates as to the affected area with certain wattage transmitters. Anyone?
"Intellectual Property" should be an affront to anyone capable of independent thought.
CDMA would not solve this problem. CDMA operates the same as 802.11, in that it is a direct sequence spread spectrum modulation. They are different, though, in that 802.11 devices all use the same spreading code, whereas CDMA uses different spreading codes for each device. CDMA is based upon a "base station subscriber" model, where the base station controls all of the subscriber devices - telling them which codes to use, and managing the interference environment. 802.11 is based on a distributed "no node is greater than any other node" basis. Centralized management of spreading codes would require a total re-architecting of 802.11, and would take it in directions that are inimical to the design objectives of the technology.
P.S. I am a member of the 802.11 committee -- I know of what I speak
it's easy to flood a wireless network, when using colision avoidance, if you're the only one not playing by the rules, you can own the network. It's like being on a token ring, and editing your protocol stack, to never put new tokens on, once you get one, Nobody else gets to send. Any protocol can be broken if you have computers that don't follow the protocol.
Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
Insufficent spectrum with which to develop long enough spreading codes to both achieve the needed low cross-correlation (from one code to any other code), and still maintain 11 Mbits/sec transmission speed. (note: to achieve 11 Mbit/s in 22 MHz of spectrum, 802.11b uses a complex modulation scheme known as CCK - Complementary Code Keying. While I do not fully understand the math behind this, it seems that CCK is unlikely to be amenable to use in creating families of codes with low cross-correlation properties - needed for CDMA).
:)
IS-95 CDMA, I believe, transmits a few kilobits/sec of voice information in a 1.2 MHz bandwidth, using "standard" DSSS. CDMA works because the coding gain with such a huge ratio of data bandwidth to DSSS modulation bandwidth is much larger than that achieved in 802.11 systems.
If you are willing to drop your data rate to, oh, 200 kilobits/sec in the 2.4 GHz band, perhaps 802.11 could be redesigned to accomplish CDMA techniques.
Still, setting up "point-to-point" RF links between individual end user stations would require an enormous amount of computing horsepower (check out a CDMA base station for comparison). And it would not deal with broadcasts, which would still have to be forwarded to an access point - be recoded for each INDIVIDUAL link to each subscriber it serves - and retransmitted N times, where N=number of users served by the access point.
Other systems actually do use techniques somewhat like this, but rather than code division, they use space division (e.g. Vivato, which uses electronic beam steering to establish point-to-point links with each subscriber station).
As I originally stated, and let me re-state - 802.11 is architected on the basis of an "all stations are equal" approach, which makes an uncomfortable fit with a centralized control design. The committee entertained many, many proposals which included centralized control, and rejected them. There are a couple of straightforward reasons: 1) The RF spectrum in which these devices operate is unlicensed and hence "uncontrolled". A base-station centric design would make it so that no station could communicate at all if that base station were experiencing service-blocking interference. The chosen design, though not completely eliminating this failure mode, is more resilient in the face of such issues. Second, the 802.11 MAC is essentially identical for use in an infrastructure mode (i.e. with access points connected to a "distribution medium", typically a wired LAN) and in "ad hoc" mode (where there are only "stations" - no infrastructure at all). Most people forget about "ad hoc" mode, but the committee could not. Their charter required that it be accommodated.
Your turn