Wireless is inherently insecure
- All data going over the wireless connection is being broadcast
on an open radio channel, much like a CB, walkie-talkie or other short wave radio.
- Wireless does come with substandard encryption: WEP*
(wired equivalent protection/privacy), but it is easily crackable,
and is a ‘shared secret.’ Therefore anyone with permission to be
on the network can read anything on the network. It is generally not
enabled by default in most places.
There are many ways to disrupt or hijack a wireless session.
Putting up a rogue access point, (which the end user may or may not notice):

Hijack the MAC address of the client computer (which would kick the
user off of the network, much as if the user had lost their connection),
sniff the wireless traffic:

and more. But by far the easiest way for a malicious person to
get info is simply to listen (sniff), and crack the WEP
code if necessary.
The following is simply an example of the many attacks that
can be run against Wireless Networks.
Details won't be given here, but are available elsewhere.
(list by Akash Malhotra)
- Insertion Attack
- SSID Attack
- Jamming
- Mac Spoofing
- Encryption Attack
- Malicious Association
- Man in the Middle Attack
Security: Why the user should care
System Administrators are often asked by users:
"Why should I care about security? Nothing I do is confidential."
Are you Sure?
- Think about your password. On how many systems do you use it?
E-mail, file server, your on-line banking/brokering,
One-click buying at Amazon.com (where they have your credit
card # on line). Airline reservation sites or travel agents.
- If someone gets your password, they can access any of those.
- Always use different passwords on different systems. That way,
if one password gets compromised, the rest of your accounts
will still be protected.
- Is any student information (IDs, grades, etc) ever sent
in e-mail? There are legal issues regarding the safety and
accessibility of information. Are you practicing Due Diligence?
- What if someone accessed your e-mail and sent a threatening
or harassing e-mail to someone? How could you prove it wasn’t you?
Sniffing* wireless traffic is trivially easy with free, easy to
download, easy to use software.
(Note the Restrictions
against using sniffers on the University Network.
These security incidents are taken quite seriously.)
This is what a basic telnet session might look like to an end user:
In the image above, a person is logging into an e-mail system
to check her e-mail. If that session is being sniffed,
this is what the sniffer might see:
The gems are in red. The username and password of this user
is clearly visible TO ANYONE WITHIN RECEPTION DISTANCE.
And it is easy to buy, or make for less than $10, directional i
antennae that greatly improve the reception distance.
(To be fair, wired connections can be sniffed as well, but
that has become less likely in the
'switched'* networks of today. But still, encrypt if you can!
Also see
Layer 3 router*, and Vlan*.)
Once the cracker has the username and password, they can log
in at their discretion, and either mess with the user, or use
the user's account to break into the system further.
In contrast, a sniffer gets very little from sniffing an
SSH session:
Not much information available here! The coherent information is
simply information on which SSH software is being used by the
server and the client, and some of the settings. A truly
talented person can use this for nefarious purposes, but to
most people it's not much use. The encrypted data is what
appears as gibberish, and is inaccessible even to the talented.
Information passed by a web browser can be similarly sniffed:

(click on image for full-size)
The search term is "Semi-Brittle Shear zone",
a geologic term.
Here is that session as seen by a sniffer:

(click on image for full-size)
The search data has been highlighted in red. This is a simple session,
but passwords, credit card numbers and other data can be gathered
the same way. And this is not a problem with Google,
it's inherent in the web browsing protocol.
Any internet software can be sniffed. FTP, audio and video downloads, or anything
else which isn't encrypted. Some are harder to sniff then others, but all are
possible.
***more stuff here?***