Live data from Hacker News

BMW, Audi and Toyota cars can be unlocked and started with hacked radios

telegraph.co.uk

41–50 of 118 posts

Re: BMW, Audi and Toyota cars can be unlocked and started with hacked radios

#41
post #3

The auto manufacturers (and for that matter all the "IoT" creators) couldn't give two shits about protecting consumers. Building security into this stuff is trivial and a responsibility.

How would you prevent this type of attack while retaining the keyless start and entry feature? (just curious)

Like they did it in the 90'ies? Have an actual button on the key that you need to press to open the doors and authenticate. Same goes for starting the car, if you want to offer the "feature" of remote start/stop.

Re: BMW, Audi and Toyota cars can be unlocked and started with hacked radios

#42

Earlier quoted context omitted.

Lots of ways. The ECU only goes into pairing mode if it gets a valid challenge-response from the manufacturer. If put into that mode, it provides a nonce encrypted with its own pairing mode public key that only the manufacturer knows (could even base-64 encode it and show it on screen to let people do this over the phone). You could make it two-phase where it requires the first response within 5 minutes of starting,…

That doesn't fix this exploit at all: This is merely an analog device amplifying other radio waves. The only way to secure against the described exploit is to measure round-trip-time from the car -> key -> car and ensure it's under, say 5 light-meters: aka 16 nanoseconds, plus the carefully calibrated time it takes the key to compute its response. 16 nanos is a very short amount of time, and it'll be tricky to measur…

My car seems to be able to tell if the key is inside or outside pretty accurately so I think it can already figure out the distance to the key (though might be using something like RFID for that, which is not very secure).

Re: BMW, Audi and Toyota cars can be unlocked and started with hacked radios

#43
post #3

The auto manufacturers (and for that matter all the "IoT" creators) couldn't give two shits about protecting consumers. Building security into this stuff is trivial and a responsibility.

How would you prevent this type of attack while retaining the keyless start and entry feature? (just curious)

Well, for existing cars, keep your key in a faraday cage.

My friend (who's not particularly technical and probably didn't know what a faraday cage was previously) told me that's what we has doing with his Prius key after it had been broken into with no sign of forced entry twice.

Re: BMW, Audi and Toyota cars can be unlocked and started with hacked radios

#44
post #40

This seems the obvious threat model when thinking about a "no action requred" wireless token, same thing as contactless payments and RFID passports etc. To be secure against this type of attack, such a device has to be designed assuming the adversary controls the nearby radio spectrum and can do relaying and MITM. To control for distance, a speed of light based latency limit might work, though I don't know how cheapl…

You could stick your car keys in a Faraday cage of some sort when at home.

Re: BMW, Audi and Toyota cars can be unlocked and started with hacked radios

#46
post #13

This was covered in depth on the Security Now podcast in May 2015 (Transcript [1]). The Passive Keyless Entry and Start PKES system relies on the assumption that if the car can "hear" the key, the key is in close proximity. Normally that's true but it is technically trivial to build a radio system that picks up and amplifies the car's continuous "ping" transmissions. So the key, which might be in your pocket in a res…

I used to enjoy listening to Security Now! quite a bit, but then I began to feel and read that Steve is not the security expert he claims to be. I'd like to hear corroborating or opposing views from the HN community.

Side note: if you have a great infosec podcast to recommend, please share!

Re: BMW, Audi and Toyota cars can be unlocked and started with hacked radios

#47
post #14

Earlier quoted context omitted.

It's worth noting that non-digitally-secured cars (pre chip-in-the-key tech) provided very little security themselves. Slim jims, hotwiring... The wireless bit does seem like a big regression over non-wired digital security, though.

Speaking from experience (locksmith), you cannot download the skills required to use a slim jim. Well, you kinda can, being that there are books/catalogs that show you where the lock's internal mechanism is, but being able to manipulate it requires more than simply pressing "exploit car radio".

You also can't download antennas, SDR hardware or a partner to run the other side of the wireless theft operation.

Re: BMW, Audi and Toyota cars can be unlocked and started with hacked radios

#48

Earlier quoted context omitted.

In the "Win" column for digitally-secured systems, the electronic immobilizer basically eliminated auto theft. The cars that are still stolen in significant numbers are the last model-years to not have immobilizers. Car door locks are immaterial anyway, since any thief is just going to break a window. The immobilizer matters, certainly, but even an immobilizer vulnerable to sophisticated attackers is doing two orders…

This article reminds me that I thought old busted stuff were less likely to be stolen. That's why I was pretty confident my very low grade, rusty, ugly single-pedal [1] bike would be safe for a day. Some guys proved me wrong, ripped my far too weak cable locks and did whatever they wanted with what was valuable of that bike (5$ for the metal frame ? the rest was plastic). [1] wear made left pedal unscrew itself over…

old busted stuff is likely to be stolen if there's a healthy grey aftermarket for said old busted stuff parts.

the cheaper the stuff, the healthier the aftermarket, if it's a mass produced item. people who buy cheap stuff want to buy even cheaper stuff parts when the stuff breaks.

Re: BMW, Audi and Toyota cars can be unlocked and started with hacked radios

#49
post #30

I've never used this type of key, and I don't known if I would have noticed the flaw. But, um, nineteen different manufacturers gave drivers devices that try their best to unlock the car every minute of every day, and not one engineer asked what could possibly go wrong?

Multiple OEMs using systems from 4 or so suppliers[1]. If you carefully examine the list of vehicles affected you will see at least a couple duplicates: Toyota and Lexus, as well as Audi and Volkswagen.

This article isn't very good.

1. http://www.syssec.ethz.ch/content/dam/ethz/special-interest/... See page 13: Part Providers

Re: BMW, Audi and Toyota cars can be unlocked and started with hacked radios

#50

Earlier quoted context omitted.

That doesn't fix this exploit at all: This is merely an analog device amplifying other radio waves. The only way to secure against the described exploit is to measure round-trip-time from the car -> key -> car and ensure it's under, say 5 light-meters: aka 16 nanoseconds, plus the carefully calibrated time it takes the key to compute its response. 16 nanos is a very short amount of time, and it'll be tricky to measur…

My car seems to be able to tell if the key is inside or outside pretty accurately so I think it can already figure out the distance to the key (though might be using something like RFID for that, which is not very secure).

The whole point is the the car is using signal strength as a proxy for proximity, which is unreliable when you can use an transceiver and/or amplifier to boost the signal strength from a remote key.
Post reply on HN