Public Access 'Blackspots'
WeakGeek writes "Unstrung has a story talking about a security issue with the combining of 802.11 and GSM/GPRS networks. Seems that 802.11b hotspots provide hackers with an easy way to grab user information from the wide-area network itself.
Back when GSM was being defined, standards were designed to only authenticate the details held on the SIM card in a user's device before starting a session on the network. The user's device doesn't in turn check the credentials of the network. Fake a network, get data.
Of course, the linked to story seems to be a 'viral' advertisement for a product that fixes this, but I still thought it interesting enough to share."
'This all adds up to networks that could be vulnerable to hacker attacks, according to Schlumberger.'
What an amazing conclusion. Networks are vulnerable. Thank you once again, Captain Obvious.
"I only speak the truth"
Karma: null(Mostly affected by an unassigned variable)
from the article:
This all adds up to networks that could be vulnerable to hacker attacks
All networks are vulnerable, no matter how many precautions you take. Heck, just watch mission impossible again (if non-networked computers are vulnerable,...).
If ya don't read the article, check out WLAN: The Four S's, and a WEP FAQ.
--------
Free your mind.
And why would 802.11b fix this ? If you can put 802.11b there why not just put up a cell to fix the problem ?
Right now where are the 802.11b networks... for the most part they are in the cities. Where do you not have a problem with reception... in the cities.
Why would someone put an 802.11b network out on Route 100N in Vermont rather than just a cell on the top of the mountain ? I'm obviously Mr Thicky here as it does seem that if you are going to put up a wireless network you might as well put up one that is already supported by phones rather than adding more bulk to the phones with a seperate set of chips to drain the battery.
I've got bluetooth on my mobile, and GPRS. Someone please tell me why I'd want 802.11b as well ?
An Eye for an Eye will make the whole world blind - Gandhi
Maybe I'm missing the point :) but isn't this just a function of the fact that there is no user-level authentication in 802.11b at all... The fact that this makes it difficult to hook up WLANs to GSM networks is only just a side-effect.
Doesn't 802.11x begin to address this?
02.21.03
CANNES, France -- 3GSM Congress -- There's a big problem with connecting public wireless LAN access points to GSM/GPRS cellular networks, according to SIM card vendor SchulmbergerSema. 802.11b hotspots provide hackers with an easy way to grab user information from the wide-area network itself, the company tells Unstrung.
The heart of the problem is that when the GSM standard was being defined back in the late 80s, no one imagined that a hacker could set up his own wireless network to gain access to an operator's network and the user data therein. Therefore, GSM networks only authenticate the details held on the SIM card in a user's device before starting a session on the network. The user's device doesn't check the credentials of the network it is attempting to access.
This was fine before the advent of wireless LAN. But now for a minimal outlay anyone can own a wireless network.
At the same time, vendors and operators are starting to use SIM card-based authentication front-end systems for public wireless LAN networks, which allow them to link the user back to the home location register (HLR) database on the GSM network and thus manage and bill a subscriber on the WLAN network in the same way as they would on the wide-area network.
This all adds up to networks that could be vulnerable to hacker attacks, according to Schlumberger.
Hackers can set up "rogue" hotspots that users will access in the belief they are on the genuine public wireless LAN network. Once users are on the fake network, it is easy for the hacker to access data held on the device via the 802.11 connection (see WLAN: The Four S's and this paper for more on the insecurity of wireless LAN). Hackers can then break into the SIM software on the user's device and get the codes held there. They can then use that information to fool the GSM authentication system and thus gain access to the network.
Schlumberger say that this won't be a problem once UMTS networks are available, because the 3G standard ensures what's known as "mutual authentication" -- the network authenticates a user device, and the device confirms that it is actually on a valid network before the session can proceed.
However, for public wireless LAN implementations that will connect to backend systems on GSM and GPRS networks, Schlumberger has developed a SIM card-based system (surprise!) that enables mutual authentication between the device and networks that are accessed via the gateway of public wireless LAN hotspots. The mutual authentication takes place via algorithms on the card itself rather than in SIM card software on the device.
Schlumberger is showing a system at the 3GSM congress that uses a separate smartcard and reader plugged into a WLAN-enabled laptop. However, the firm says that the smartcard and radio could be integrated into one PCMCIA card, much in the way that Nokia Corp. (NYSE: NOK - message board) has done.
Orange France is currently testing Schlumberger's security system. Schlumberger expects that operators will start to roll it out before the end of this year.
-- Dan Jones, Senior Editor, Unstrung
http://www.unstrung.com
With the absence of FCC police in a metropoliton area, enforcing the laws of power usage and whatnot is becomming impossible. Ofcourse you can submit a complaint but good luck having an offical actually come out and survey the damage, and while adding all of these cell phones to the mix sounds like a fun idea, its only going to cause many many problems. Why can't these hotspots be using a liscensed freq instead of publicly avaialble one? Especially now that the hams finally realised that they can use the 2.4ghz spec for data. Thats also an odd situation... The hams were way behind on the 2.4ghz issue.. they have had it available forever but was slow to catch on.. With all of these 2.4 freq. products, in a couple years we will be glowing green from all of the radiation.
Why don't we just install it under our skins and we can all be 802.11 hotspots ourselves.
- what is the definition of simultanagnosia?! I've been meaning to look it up!
Great acronym-dropping, but I'm afraid you have no idea what you're talking about. In a vanilla WEP implementation, all users have to know the shared key of the network, which means that any user has sufficient knowledge to masquerade as the network itself. More modern schemes, like Cisco's, allow the network to authenticate itself to the user (and vice versa), and then provide a per-user key. This prevents the sort of deception (poorly) described in the article.
"SSL Gateway"? SSL doesn't have anything to do with it. Do you mean IPSEC, or some other tunnel-based security? Or do you mean encapsulating GSM traffic within an SSL connection? That's not exactly a simple solution.
-- Robert
Of course, the linked to story seems to be a 'viral' advertisement for a product that fixes this
You guys need to fact check a bit. I didn't see anywhere that mentioned that the story was under the GPL.
NO CARRIER
No, WEP stands for Wireless Equivalent Privacy, and it certainly has nothing to do with good encryption (uses RC4). What the WEP tries to (poorly) gaurantee is that clients are authenticated with the access point, server, whatever. Unfortunately, it is a one-way authentication that only validates the client, not the access point or server. What that means is that if you get a rogue access point with a bigger signal than the legitimate access point, the client will authenticate with the rogue access point, giving away passwords, encryption keys, etc. Throw in the fact that most wireless networks use shared keys, and you have just set yourself up for a security disaster. SSL gateway will not really help you if you have a man in the middle attack. If the man in the middle can grab the authentication key, it can masquerade as a legitimate user and possibly find out even more great things. If you want more info, check out "Wireless Network Security" published by the National Institute of Standards and Technology and the Department of Commerce. As far as encryption goes, WEP even gives away 24 bits of the encryption key with the IV (Initialization Vector). If you want a good list of the problems with wireless, check out section 3.3.2 of the document I mentioned. If you'd like a checklist of things you can do to lessen your security risks with wireless, check out sections 3.8 and 3.9. Of course, they include things like eye scanners and fingerprint scanners to even access a room with wireless capabilities, but most of those recommendations can be implemented by small to medium businesses with small amounts of technology capital. Thank you for your time, Quadgoatboy
The idea of WEP is to encrypt transmission between the wireless device and the base station. It's mainly just to make sure the traffic doesn't get hijacked in transit, it's very poor as a true authentication scheme. WEP is about as secure as an unlocked car. Click here for a technical explaination of why, plus here for the application that actually does it.
Overrated Moderation: This posts sucks... because.
Interestingly, nobody in the article or here mentions the fact that there's a very active group at the IETF that's working on securing all kinds of authentication messaging systems, including EAP (the method for 802.1x wired/wireless authentication). EAP is the focus, but the papers presented at the various conferences cover many authentication methods and methods of securing them.
Protocols like EAP (Extensible Authentication Protocol) are intended to provide a generic mechanism over any transport system to handle legacy and modern handshaking and exchange to authenticate a user in a system.
In 802.1x/EAP, included as of the 802.11i wireless security update, 802.1x defines the roles of a client, access point authentication passthrough, and an authenticator. 802.1x restricts access to the network until the access point using EAP has been told by the authentication system that the client is okay to be on the network. It hands off a key, which eliminates spoofing, as even if you spoof the MAC address, you don't have the key. The key can be swapped frequently, like every 10,000 packets.
The problem with 802.1x/EAP is the same as with the SIM/GSM authentication system as described here. The authentication is sent in the clear! So you have three flavors of tunneled, SSL-like EAP: EAP-TLS (requires a pre-installed certificate on the client), EAP-TTLS (Meetinghouse, Funk support, tunnels EAP inside a tunnel), and PEAP (Microsoft, Cisco, same tunneling but ignores legacy protocols supported within EAP-TTLS).
Freelance tech journalist for the Economist, MIT Technology Review, Macworld, and others
The scenario is one where GSM operators use 802.11 to provide data-infill on their GSM networks, and reuse the GSM authentication mechanism over 802.11 to control access. The article is correct to point out that it would be relatively easy for someone to setup an 802.11 access point which pretends to belong to a GSM operator and requests GSM authentication information from connecting devices.
However, this shouldn't be too big a problem. The GSM authentication mechanism is based on a shared secret key which is written in to the SIM card in a way that SHOULD be read-only. Once its written the key is used by the SIM to calculate a response to a challenge sent from the network. This authentication algorithm is chosen by the network operator, and should be a one way function (ie you can't analyse the challenge/responses to get the secret key). Therefore, the hacker with a false network could get a set of valid responses to a set of challenges, but if the authentication algorithm is correct he can't use this data to get the secret key and clone the SIM.
The only comment I would make is that flaws have been discovered in the authentication algorithms used by some networks which potentially makes it possible to find the secret key if you have enough challenge/response data. However these algorithms are being replaced, and the computation is still quite heavy.
To summarise: fake networks attacks aren't new. Using 802.11 just makes it easier. Its best to suppress fake networks by mutual autentication, but even if you don't do this it should still be impossible for the fake network to get enough data to clone a mobile. The main problem with fake networks is that they can intercept the content of communications very easily.
Someone mentioned that the authentication information for EAP is passed in the clear. EAP-SIM is not vulnerable to replay attacks because it's a challenge and response method. In normal GSM authentication, the network decides on a random challenge RAND. The network and the SIM calculate a signed response SRES and a session key Kc. The user equipment sends back SRES and the network uses it to authenticate the SIM. This leaves Kc as a shared secret at each end. EAP-SIM uses the same triplet, and uses the multiple passes for mutual authentication (theres an Internet Draft for it at http://www.ietf.org). EAP-SIM can also supply the accumulated Kc's to be used as a session key for WEP. Ok, WEP has known problems, but because you can force re-authentication periodically you can avoid a black-hat accumulating enough packets to crack your session.
BTW, Schlumberger aren't the only company offering "WLAN" SIMs - another company has been unsuccessfully lobbying 3GPP (the 3G industry standardisation body, who deal with WLAN/3G interoperation) with the same idea.
Ive done this before in a way myself.
:)
It was just an exparement at the time because I was bored.
I setup an oBSD box with wireless card in it not connected to any real network, but acting as an access point.
It handed out seemingly public IPs (It was slightly off from the real IPs my network used)
I did not use WEP on purpose, but set the network name to 'Private_GO_AWAY' (or some such message)
It then ran honeyd and pretended to be a network of a few hosts.
People looking for net access failed to get it, and most left it at that.
Once someone attempted to open a connection to any of these fake IPs, my machine portscanned them back, fingerprinted the OS, grabbed banners from any service it found running, and logged this all with date/time/MAC/hardware brand/etc info.
It also at that point started logging every packet that IP sent up until it left the wireless network.
It was fun to watch people who actually tried to 'break in' over wireless.
As i recal it was only about 5 people in a 6 month period, out of hundreds of people 'passing by' looking for net access.
Only those 5 or so people do I have detailed logs on. (I didnt bother logging anything about the ones just wanting net access, other than the fact they requested an IP and when)
If my signal is being broadcast out and they have full rights to do what they want with it, I feel the same is true for the replys from their wireless hardware to me
As was mentioned above, any network can be penetrated once physical access is obtained. Most network security is designed around the concept of trusted portions of the network; an attacker must either break through a firewall, gain control of a machine within the trusted portion of the network, or add a machine under his control to the network. Under 802.2 and related networking protocols, physical access is limited to a wire; to add a machine to the network, an attacker must at least be in the building. Under 802.11, physical access is anywhere within a certain range of a node. With the right equipment, this range can be extended considerably. Suddenly, that firewall isn't quite so effective.
My opinion hasn't changed since the first time I read about 802.11: great, useful, whatever, but NOT TO BE TRUSTED. I have an 802.11 hub on my network, but it sits in the DMZ. Wireless users around the house can still get access to the Internet and some network services, but unauthenticated machines can't get into my happy safe zone. If I needed something like that, I could set up VPN to let my wireless machines become part of the safe zone. VPN uses much better authentication and encryption than 802.11, and VPN implementations can be easily patched as the protocol improves. AFAIK, VPN authentication would defeat the attack described above.
Batou: Hey, Major... You ever hear of "human rights"? Major: I understand the concept, but I've never seen it in action
http://www.ipsec.co.jp/products/ssh/cert/vulnerabi lity.html
Here is an even cuter, step-by-step explanation of how to BRUTE-FORCE CRACK the IV and RC4 encryption in less than 1 MINUTE!
http://www.dachb0den.com/projects/bsd-airtools/wep exp.txt
and the author even provides you with some auditing tools... for your network of course!
http://www.dachb0den.com/projects/bsd-airtools.htm l
Padding your keys with any number, especially zero, is not a good encryption scheme. Did I mention that RC4 calls for this? It did wonders for the Windows password file. LOL!
http://etudiant.univ-mlv.fr/~ecorreia/toto.html
Want more examples? Email me. It's just not a good algorithm. Unless under some kind of special condition, AES, Blowfish, or something else should be used instead.
Thank you for your time,
Quadgoatboy