Researchers Find Easy To Exploit Bugs In Traffic Control Systems
Trailrunner7 (1100399) writes "It has been a running joke in the tech industry for years that the hacking scenes in movies are, well, a joke. Hackers in hoodies pushing a few keys and taking down the power grid or causing massive traffic pileups by turning all the stoplights green at once. While those scenes provide endless entertainment for security folks, it turns out some of those attacks aren't so far-fetched. Cesar Cerrudo, a researcher and CTO at IOActive, decided to take a look at the security of some of the devices that control traffic lights and electronic signs in many cites around the world, and found that not only were the devices vulnerable to a number of attacks, but they could be exploited quite easily and perhaps could be used to spread malware from device to device. Cerrudo said that the vulnerabilities he identified can be exploited from up to a mile or two away with the right equipment."
Yah, and LAX had probs today. Coincidence?
rewriting history since 2109
Easy but regulated by federal law.
See:
http://en.wikipedia.org/wiki/T...
http://www.themirt.com/
http://boingboing.net/2006/04/...
http://www.advancedtraffic.com...
There are several standards in use - ~10Hz, ~12Hz, and ~15KHz
The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
Things that can be hacked:
Your front door: battering ram, sledgehammer, or even less for most doors. How often is nobody home and your home vulnerable to this simple attack?
All glass windows, especially those thin ones on residential homes.
Banks, bring a gun and a note.
Why aren't these things a problem? Because: a) most people aren't schmucks, and b) for those who are, there are police who enforce laws and generally keep order - find people who cause mayhem, arrest them and remand them for judgement.
Incase anybody thinks they are invisible when using a computer and thus immune to capture and prosecution, put yourself in category b) above, try making big mayhem as described in TFA and see how long you get away with it.
Signed: AC
tonight's referee is ignorance.
Anybody who saw the Hackers movie would've noticed that...
HACK THE PLANET!!
Comment removed based on user account deletion
Back in the mid 80s I ran a BBS (Demented Data Systems) We used to to crap like run scans looking for modems. Anyhow, one of the users found something interesting: an electronic sign on top of a downtown office building here was accessible by modem with no password or anything. Just a banner with the company name, sign location and menu.
He set up a scroll for sometime late one particular evening saying "CALL DEMENTED DATA SYSTEMS - 555-5555 (insert real phone number). So that evening after many beers, the band of drunken ~18 year old geeks went out to the street corner across the road and watched. Sure enough, after what seemed like ages of waiting, there it was scrolling across the screen.
So, yeah, in the olden days some crap was pretty easy to play with.
Trolling is a art,
My grandfather died waiting for the light to turn green, you insensitive clod!
rewriting history since 2109
The issue with movies isn't what gets hacked, it's how fast the hacking happens. The hacker sits down at a computer, types some code for 10 seconds, doesn't compile it, and hacks a system they've never encountered before. There's no months of research to find a vulnerability, no scans of the target to find a known hole, just a bit of quick typing and then havoc ensues.
Real havoc takes work. It takes hours of looking through the output of a debugger and disassembler, running a fuzzer, etc, etc.
Not a sentence!
Sneakers movie was good with how stuff really worked
It is unlikely that the controller is able to set multiple cross signal lights to green at the same time. I did some work on one these systems about 20 years ago, and it contained circuitry (and physical switches to set the system) to lock out that kind of thing from happening (due to either a bug in the code, a failed code update, or in this case a hack). I assume newer units would have a small supervisory microcontroller to detect other anomalies, but either way if something went wrong the circuitry forced all light stacks to flash orange.
This doesn't mean there aren't safety critical systems out there that have been designed by cowboy or non-embedded coders (like the current crop of ATMs that are far slower and unresponsive than previous models and probably have never felt the touch of an embedded systems expert).
But, it is unlikely that a hack can cause accidents, beyond frustrating motorists by setting the lights red, or forcing one set continuously green.
We have here a post with a summary linked to a summary that is linked to the actual article. Imagine the number of Facebook and Twitter shares Of this /. piece that will end up being summaries linking to a summary linking to a summary linking to the article. Silliness.
Although the design of newer signals in 1970 took great pains to avoid green lights on all sides of a signal it actually happened in Ft.Lauderdale about 1970 and the consequences were dramatic and involved injuries. Payment to victims was avoided as the company that installed the light pointed at the company that built the equipment who pointed at the company that shipped the light and then they pointed at the city as the city owned the light. They turned it into a game of being unable to point to the responsible party. It is astounding to see businesses do a cover up that was probably organized by all involved except for the people who were mutilated.
Most folks pay attention to more than just what the light says
Lots of people don't pay any attention at all. That's why defensive driving is so important; someone must be paying attention, and assuming the other person isn't.
"You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
I can see a hack that messed up the timing of traffic lights to create a traffic jam, but unless things have changed in the last decade or two, traffic lights in my country have "both way green light detectors" safeties.
If a light detects that it is green and a "conflicting" light is also green, the whole system will reset to a "safe mode" such as a 4-way flashing-red-light.
So, yeah, I think scenarios where a hacker or evil-computer-that-takes-over-the-city that turns the lights to green-in-all-directions is a bit far-fetched.
If I'm wrong, either the traffic engineer who didn't order the safeties put in, the installer who put the wrong thing in, or the manufacturer who didn't build the safeties safe enough needs to be called on the carpet.
Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
Yeah, it would be pretty easy to program a GAL or an FPGA to output an "all-red" signal if there are conflicting signal conditions output by the microcontroller. (A traffic-light controller built with only such parts is a common 200- or 300-level Electrical Engineering class project). I would be surprised if real traffic light controllers did not have such a safety module.
Most traffic light controllers used to be relatively immune to hacking; if they weren't the dumb relay versions, they had at most a 4-bit microcontroller. Some of the newer systems can do a lot more, coordinating timing and the like, but with the older ones, the most you could do was emulate the emergency vehicle "make the lights green in my direction" feature.
But signs? Yeah, they've got potential. I've never been tempted to change them significantly, but some days I've really wanted to shorten 3-panel messages down to 1 or 2, so that you could figure out what they're trying to say while driving by at whatever speed the highway is doing.
Bill Stewart
New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
I worked in this area 5 year ago. The switches have been replaced by a 2nd CPU which handles safety, and cannot be overridden from the main CPU.
So, all-green cannot happen. But the systems are far from safe. System I worked on was based on Linux, had pretty much an open-telnet server running. But is intended to run on a private network, not connected to the internet. However, connecting to this network you could own all the lights in seconds.
But, as you say, the value of this would be low. You could disrupt traffic flow for a while. But that's it.
He JUST died. It was a long light.
rewriting history since 2109
I remember a couple of years ago there was a sign like those that was "hacked" to show a message about a zombie outbreak. That is a pretty good one.
-- ssoorrrryy,, dduupplleexx sswwiittcchh oonn.. -Quote found on actual fortune cookie.
I would be surprised if real traffic light controllers did not have such a safety module.
They do. I worked for a company in 2005 that designed and manufactured traffic light controllers. We bought a standard module from a different company that just watched for conflicting signals, and switched the intersection to all flashing red if it ever saw one. Of course, it was a micro-computer, not an Electrical Engineering class project, but it wasn't connected to the internet and it didn't have any wireless communications ability, so it couldn't be hacked by anything short of physical presence and hand tools.
~Loyal
I aim to misbehave.
I mainly mentioned the class project to point out that it can be done at the hardware level without too high a grade of difficulty.