Slashdot Mirror


Hacking a Car With Music

itwbennett writes "Researchers at the University of California, San Diego, and the University of Washington have identified a handful of ways a hacker could break into a car, including attacks over the car's Bluetooth and cellular network systems, or through malicious software in the diagnostic tools used in automotive repair shops. But their most interesting attack focused on the car stereo. By adding extra code to a digital music file, they were able to turn a song burned to CD into a Trojan horse. When played on the car's stereo, this song could alter the firmware of the car's stereo system, giving attackers an entry point to change other components on the car. This type of attack could be spread on file-sharing networks without arousing suspicion, they believe. 'It's hard to think of something more innocuous than a song,' said Stefan Savage, a professor at the University of California."

94 of 133 comments (clear)

  1. Hackers can turn your home computer into a bomb! by mykos · · Score: 4, Funny
  2. Uh, what? by gman003 · · Score: 5, Interesting

    I can accept malicious data taking over the stereo system. That's believable. What I find impossible is going from there to the rest of the car. I installed my own stereo system - the only wires involved were power and output to the speakers. That's it. Unless they can find an exploit in a 12v battery, they literally cannot get to anything automotive.

    Maybe newer cars, where everything is "integrated", are different. In which case, I'm glad I bought a used '99 Talon rather than a brand-new anything.

    1. Re:Uh, what? by Anonymous Coward · · Score: 5, Informative

      Newer cars with integrated stereos hook them up to the car's CAN bus. From there all bets are off.

    2. Re:Uh, what? by drinkypoo · · Score: 3, Informative

      Maybe newer cars, where everything is "integrated", are different. In which case, I'm glad I bought a used '99 Talon rather than a brand-new anything.

      If your car uses the CAN-bus for stereo controls, and has only a single CAN-bus, then yeah, you can probably hack the security, which is integrated into the PCM, from the stereo.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    3. Re:Uh, what? by Osgeld · · Score: 4, Informative

      can bus

      http://en.wikipedia.org/wiki/Controller_area_network

      course it all depends on what your car has in it, my 06 kia not a big deal as my stereo is not connected to it, much like you mention above, my mom's 2011 jeep on the other hand, you cant even unlock a door without talking on it

    4. Re:Uh, what? by Anonymous Coward · · Score: 1

      Yeah, it's for the more integrated systems I suppose. I had a few cars over the years that the factory deck held at least part of the "brains" too, so I couldn't just mash in any ol' after market unit.

      Especially at risk would be something like the Ford Sync systems. But, this CD with magic code method would require the ne'r do weller to be *in* the car, presumably with the ignition at least in ACC, to pull off. The bluetooth hacks are more ominous. If someone could send a malformed BT packet storm and pop the locks on a car in a lot, there will be a lot more folks looking for pre '00 cars.

    5. Re:Uh, what? by jonwil · · Score: 1

      These days, car stereos are not car stereos, they are stereos + MP3 players + iPod docks + navigation systems + bluetooth car kits + emergency help systems and more.

      And a lot of this stuff needs to talk to the cars sensors and systems (e.g. these systems may require knowing how fast the car is going or the like)

    6. Re:Uh, what? by billcopc · · Score: 1

      It's not a big stretch to assume their electronics are designed by the lowest bidder.

      The fact that such a device would run arbitrary code from a music file, that tells me today's programmers really are as idiotic and useless as I assumed. It's music, decoded by some type of finite state machine. There is no dynamic execution, it should treat "trojan code" like any other bits in the input stream and play them as static noise, or skip them if the checksum fails. The decoder shouldn't even be capable of smashing the stack and then executing it.

      That's almost as dumb as granting this device bidirectional, unrestricted access to the car's management bus. If they're going to start building computers and networks inside our cars, they need to treat them like any other network: trust nothing, authenticate everything else.

      --
      -Billco, Fnarg.com
    7. Re:Uh, what? by MacGyver2210 · · Score: 2, Interesting

      Even from the CAN bus your largest attack would be messing with fuel economy. The communications on the CAN bus are usually quite secluded from any form of digital engine control.

      For example, the Oxygen and MAP sensors might broadcast on the CAN bus, and you may be able to spoof them so in the ECU it causes an engine light or bad fuel economy. Beyond that, the CAN bus is pretty much just information being sent about the status of things. There is usually no control taking place via those connections. All control based on those messages comes from the ECU directly.

      --
      If the only way you can accept an assertion is by faith, then you are conceding that it can't be taken on its own merits
    8. Re:Uh, what? by MacGyver2210 · · Score: 3, Interesting

      I've never seen a keyless entry system connected to a CAN bus.

      I have in no way worked on all cars out there, but that would be what we with common sense call 'poor system design'.

      --
      If the only way you can accept an assertion is by faith, then you are conceding that it can't be taken on its own merits
    9. Re:Uh, what? by Gordonjcp · · Score: 2

      The fact that such a device would run arbitrary code from a music file,

      It can't. There is *no possible way* that you can send a malicious audio track to mess about with the car's electronics. The article is totally on crack.

      What you can do on most cars with multiplexed (CANBus) electronics is put new firmware onto various systems from a CD. Rather than recall a batch of cars to do an update, you can just pop a CD in the post. It speeds things up at the workshop, too - when my van needed an update the guy from Mercedes was able to come out to me, but I dropped by the garage since I was working nearby. Pop in a disk, turn the ignition on with the right combination of buttons held down on the stereo, and it updates the various ECUs.

      My own car (1988 CitroÃn CX) has absolutely no electronics at all, except the clock on the dashboard - and that doesn't work anyway.

    10. Re:Uh, what? by jimicus · · Score: 1

      But, this CD with magic code method would require the ne'r do weller to be *in* the car, presumably with the ignition at least in ACC, to pull off.

      What TFA doesn't say is if the hacked music file was an MP3 (which many modern car stereos can play directly) or a plain audio CD. A hacked MP3 could be pushed out on a p2p network.

      Granted you'd need a bit of a perfect storm - someone who uses P2P to download the hacked MP3, to burn it direct to a CD for in-car listening and to have the exact model and revision of parts in their car necessary. I can't see it being terribly likely on its own.

    11. Re:Uh, what? by Anonymous Coward · · Score: 1

      You are very wrong. You should read the posted paper.

    12. Re:Uh, what? by drinkypoo · · Score: 1

      In virtually all cases the factory security is integrated into or at least closely with the PCM so that it can control starting (or not) at the source. This is especially true when the car has a special key required for starting. The PCM is on the CAN bus. QED.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    13. Re:Uh, what? by bhtooefr · · Score: 2

      Newer VWs have the following things all on a single CAN bus (and there actually is a justification for it):

      Engine control unit
      Transmission control unit
      Anti-lock brakes/traction/stability control (and these can actually command the ECU to accelerate or decelerate)
      Instrument cluster (this one can command the ECU to shut down, if it thinks the car is stolen)
      Radio
      Climate control
      Central convenience module (handles remote locks, power windows, and things like that)
      Airbags
      Electric power steering

      So, the reason for them all being connected... let's say you get into a crash.

      Airbags deploy. This sends a message to the ECU to shut down, the instrument cluster that there's an airbag issue, the radio to shut down, the central convenience module to turn on the flashers, roll down the windows, and unlock the doors.

      If you're not worried about malware, that makes sense, and the thought of malware attacking a radio is generally insane.

    14. Re:Uh, what? by Enleth · · Score: 1

      And they actually share the address space without any network segmentation and routing? You know, CAN has something between a NAT and a network bridge - can't remember the term used by the spec right now - which was designed to allow controlled routing between parallel networks precisely for such things as this. I can't believe they wouldn't use that. For example, new Citroen C5s use such routing to separate vital and non-vital networking while allowing certain devices to communicate cross-network for reasons very similar to those you cited. They will even try to use the Bluetooth-connected handset (which is handled by the stereo, so that the music volume goes down when you get a call and the caller is heard in the in-car speakers) to call emergency services after a crash.

      --
      This is Slashdot. Common sense is futile. You will be modded down.
    15. Re:Uh, what? by PseudonymousBraveguy · · Score: 2

      That's simply wrong. Lots of safety relevant systems, like ESP, communicate via CAN (or FlexRey in more modern cars). So, in theory, if you hijacked the whole bus you could pretty easily kill everyone inside the car. In praxis, however, it's not quite that simple. e.g. the bus driver of a FlexRay bus will electrically prevent sending any data outside of your designated timeslot, so you can't override data send by other ECUs. (Not to mention that the only place data from the entertainment system and from safety related systems will meet is probably the dashboard, and that's pretty much a dead end).

    16. Re:Uh, what? by Anonymous Coward · · Score: 1

      And they actually share the address space without any network segmentation and routing? You know, CAN has something between a NAT and a network bridge - can't remember the term used by the spec right now.

      What is employes in most cars are CAN Gateways, which are able to route Messages between different Networks or even different Bus systems (think CAN/LIN gateway).
      On a single bus, the Messages (read: Packets) go to every device on the bus, where local acceptance filters decide whether to accept it or not. These filters are usually defined in Software so if I can take control of the Stereos CAN Stack, I am able to listen to every device on the Bus, as well as to mimic every other device. Since CAN Messages have only the receivers address in them, this cannot be detected.
      Possible Attack Vectors:
      -jam the bus by message stuffing to disable the car or some systems
      -mimic the OBD Interface/Gateway and reconfigure other systems, e.g. how the remote locks work
      -mimic the Stability control /antilock brakes to make the ECU accelerate / decelerate this would probably make the system raise an error because you fould -interfer with the regular comm to that ECU but you could hav told the real SC/ALB to shut down beforehand
      -hijack the bluetooth handsfree connection and get data from the handset/call expensive numbers /etc (make it respond to *any* key, e.g.)
      -even better: scan for a specific Bluetooth Device ID (e.g. the hackers phone) and unlock the doors/ disable security when it comes in range

    17. Re:Uh, what? by gomiam · · Score: 2

      Too many variations? Erm... Audi/Volkswagen/Seat use basically the same control software, for example, even if different revisions of it. And i'ts not like you can't put several attack vectors inside a 3-4MB file, right?

    18. Re:Uh, what? by drinkypoo · · Score: 1

      And they actually share the address space without any network segmentation and routing?

      You mean like early computer networks? Network segmentation and routing isn't enough to keep you secure, so now we even have firewalling. A programmer who is CAN-savvy could probably make some money right now rolling a portable firewalling framework.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    19. Re:Uh, what? by Enleth · · Score: 1

      The thing is, that those "gateways" can be smart and only allow certain packet types between certain senders and receivers. It is a kind of a very simple firewall, actually. In a C5, it most likely restricts communications only to those packets that were intended to be used by design, so it should let the airbag controller send a 112 request to the stereo, but not let the stereo deploy airbags spontaneously, even if the controller actualy does support triggering over CAN (I have no idea wether it does). I did not poke too much in the "vital" network even through the gateway and I certainly did not try making anything perform some action, only passive queries and some traffic sniffing, so I can't be sure, though. BTW, a CAN gateway also protects from network failure - even if a device gets a short on the bus lines or goes bonkers and floods out all the communication with some crap, or even gets taken over and distrupts it deliberately, the network on the other side of a gateway will still operate properly. Gateways must be prepared for this by design. In a car, this becomes pretty important during a crash - physical damage might short out communication lines and disable whole networks. Thus, we have another good reason to use network separation, or at least signal-level repeaters immune to shorts and noise.

      --
      This is Slashdot. Common sense is futile. You will be modded down.
    20. Re:Uh, what? by Osgeld · · Score: 1

      agreed, I had a 94 talon turbo and a 2000 eclipse GS

    21. Re:Uh, what? by camg188 · · Score: 1
      From the article:

      They found lots of ways to break in. In fact, attacks over Bluetooth, the cellular network, malicious music files and via the diagnostic tools used in dealerships were all possible, if difficult to pull off, Savage said. "The easiest way remains what we did in our first paper: Plug into the car and do it," he said.

      and

      Car hacking is "unlikely to happen in the future," said Tadayoshi Kohno, an assistant professor with the University of Washington who worked on the project. "But I think the average customer will want to know whether the car they buy in five years ... will have these issues mitigated."

    22. Re:Uh, what? by drinkypoo · · Score: 1

      The thing is, that those "gateways" can be smart and only allow certain packet types between certain senders and receivers. It is a kind of a very simple firewall, actually.

      Sure, that's the idea, but I don't think those gateways are very smart yet.

      Thus, we have another good reason to use network separation, or at least signal-level repeaters immune to shorts and noise.

      To my mind, it makes zero sense to use such an approach, and it makes more sense to simply have multiple CAN (or other) buses, and either actually route messages (with firewalling) inside the relevant module, or not use CAN in such a way. Cars are not yet so complicated that this will lead to a significant increase in cost. I DO anticipate that eventually every sensor will be a computer (really a microcontroller and as little else as possible) and a bus will run around picking up those signals and providing power, which potentially reduces both weight and susceptibility to noise.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    23. Re:Uh, what? by X0563511 · · Score: 1

      My stereo is integrated with my navigation system. The nav system is (read only I hope, come on) able to get data from the EC, such as current speed. I suppose that is one path.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    24. Re:Uh, what? by kasperd · · Score: 1

      You should read the posted paper.

      It turns out that the links in the article don't actually take you to the paper. So, where is the paper? The article is too short on detail to find out what this is really about?

      --

      Do you care about the security of your wireless mouse?
    25. Re:Uh, what? by kasperd · · Score: 1

      But, this CD with magic code

      Nice way to put it. I find it hard to believe that there could be a flaw in handling of uncompressed audio data that could be used to take control over the CD player in the first place. If we are talking about the standard stereo 16 bits per sample audio, then it is unlikely to have a flaw in the code to handle it for too reasons. It is ******* simple. There are no possibility of the code to handle it having forgotten to check for invalid inputs, as every possible combination of the bits is a valid input.

      If the flaw is in how the metadata or ECC on the CD is handled, then you can't exploit it by somebody downloading the files from the internet and burning it on a CD. Because this metadata isn't downloaded from the internet in the first place. It is produced after whatever was downloaded has been turned into an uncompressed stream. You'd have to first exploit the computer in order to then exploit the CD burner to produce the malformed CD in the first place.

      If OTOH we are not talking about an audio CD, but rather about a data CD with mp3 files, and the CD player in the car can decode mp3s, then it is more likely that there is a vulnerability that could be used to exploit the CD player.

      --

      Do you care about the security of your wireless mouse?
    26. Re:Uh, what? by plover · · Score: 1

      From one point of view, it is isolated. The car is not connected to any other devices.

      From another, the components are not isolated from each other for all kinds of reasons. The CAN bus hosts all kinds of things that might care about each other. Door locks talk to lighting systems. The tire pressure sensors talk to the dashboard. The speedometer talks to the stability controls. The stability controls tie into the braking systems. The stereo shuts off when the doors open. The stereo could even increase audio volume as speed goes up to kind of "Dolby over" the vehicle's noise. Crash detection ties in the sensors, engine, signals and lighting, braking, passenger restraints, and even tells the audio system to call 911 on the owner's Bluetooth phone, using the navigation system to tell the operator where the accident occurred.

      Just about anything in a car might have a legitimate reason to communicate to another in certain situations: some for convenience, some for comfort, some for safety. And safety comes in various flavors: accident avoidance through traction control and suspension systems, crash response systems, and vehicle security (door locks) . Do you compromise one aspect of safety (crash response) by isolating some components you deem "more critical", such as anti-lock brakes? And in response to which threats? Is vehicle security really more important than crash response?

      We're dealing with unknowns and supposed threats with the hacking described in TFA. So far, no hacker has caused a car's left side brakes to lock up at 80 MPH, causing the vehicle to spin and crash. But we know the number of air-bags that go off daily, we know the survival rates for various kinds of crashes have gone down, and we know how many deaths those systems have prevented.

      What TFA provides is a really strong argument that security needs to be placed on every input. Just like web design, auto software engineers have to take nothing for granted, and have to distrust everything from MP3 files to tire pressure sensors.

      --
      John
    27. Re:Uh, what? by billcopc · · Score: 1

      OnStar, sure... but the stereo ? I'm a tech freak, and I still can't think of a use for unlocking my car doors by inserting a CD.

      --
      -Billco, Fnarg.com
  3. more innocuous than a song by countertrolling · · Score: 1

    until you bump into the RIAA..

    Just make sure not to play the stereo loud enough for anybody to hear it.

    --
    For justice, we must go to Don Corleone
    1. Re:more innocuous than a song by X0563511 · · Score: 1

      OT / sig reply:

      Hey, what's the story about that craft? Was it ever reported? I can't find a report anywhere to satisfy my curiosity :P (assuming the tail number is N717T)

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
  4. Predicted... by yoblin · · Score: 1

    The x-files has come true... does anyone remember the episode where some cars got hacked/unlocked by a 'genius' with a special CD played in the stereo? I remember thinking man, these writers are stupid! ...

    1. Re:Predicted... by Anonymous Coward · · Score: 1

      Actually it was a CD containing a "Kill Switch" (and the episode name) that was left the the laptop of a dead programmer. Of course Mulder loves 'stealing' evidence. The CD contained a virus designed to kill an AI; one that was built by said dead programmer. The song that was played was "Twilight Time". Though it basically just flashed the lights. Yes, I watched the 'X-Files' a FEW times.

    2. Re:Predicted... by ArcticBunny · · Score: 1

      silly, took these guys that long to watch the X-files episode? Lame!

  5. Attacks by import · · Score: 1

    This is a follow-up to http://www.autosec.org/pubs/cars-oakland2010.pdf where they demonstrate various attacks of varying levels of danger from relatively innocuous (turn the horn on permanently) to kind of scary (disable brakes and power steering). In a talk, Stefan claimed to have the ability to remotely drive as well, i.e., steer/accelerate/brake.

    1. Re:Attacks by StefanSavage · · Score: 5, Informative

      > In a talk, Stefan claimed to have the ability to remotely drive as well, i.e., steer/accelerate/brake.
      I'd be surprised if you're not misremembering... both because we hadn't spoken publicly about concrete remote vulnerabilities before our NAS briefing and because some of this is not true. In particular, steering is not electrically intermediated on most cars (new electric cars aside) and we've never demonstrated acceleration control (engine start/shutdown, yes... acceleration no... although I'd be surprised if it wasn't possible).

    2. Re:Attacks by ShakaUVM · · Score: 1

      I just wanted to chime in and say that my friends and I always found your talks and papers to be awesome. =) I attended your DOS backscatter talk (in the old AP&M building) when I was getting my Masters at UCSD. (I worked with Scott Baden, and Fran Berman a bit.)

    3. Re:Attacks by import · · Score: 1

      Thanks for clearing that up, it was indeed not claimed. I believe you said you would be surprised if it wasn't possible.

  6. Re:Hackers can turn your home computer into a bomb by tonyreadsnews · · Score: 2
    LOL, funniest part about that story:

    When the receiver downloads the attachment, the electrical current and molecular structure of the central processing unit is altered, causing it to blast apart like a large hand grenade

  7. Re:Bad Programmers by NotQuiteReal · · Score: 5, Insightful

    Why are the most ubiquitous products the most buggy?

    Maybe because they (products) need to be cheap and quick to market to become ubiquitous?

    Remember the old "joke"?
    * Cheap
    * Good
    * Fast
    Pick 2


    There are a lot of folks who just by the latest (fast) stuff they can afford (cheap). Quality (good) doesn't enter into the equation.

    --
    This issue is a bit more complicated than you think.
  8. Re:Bad Programmers by Imrik · · Score: 2

    Because they receive the most post-release testing to detect bugs.

  9. Re:Bad Programmers by cayenne8 · · Score: 2, Insightful
    Which cd's could help you steal a car more often?

    Rap

    Notice I didn't say music....'cause the terms 'rap' and 'music ' are pretty much exclusive terms....

    :)

    --
    Light travels faster than sound. This is why some people appear bright until you hear them speak.........
  10. That's it! by celle · · Score: 2, Insightful

    Back to the horse and buggy everyone.
    Or at least to pre '80s cars with a dumb ignition/electrical system instead of this newer butt-kissing junk.

    "The more they try to overtake the plumbing, the easier it is to stuff up the drain. "
    Scotty -- Star Trek III:The Search for Spock. (or was it "search for more money"?)

    1. Re:That's it! by billcopc · · Score: 2, Insightful

      If consumers had any say in automobile design, we wouldn't have all this bullshit in the first place. They charge us thousands for a factory stereo worth less than an hundred. They sell us all these proprietary navigation systems that get trounced by an iPhone or Android. They oh-so-cleverly forget to put in a drain plug so you have to pay the dealer $150 for an oil change.

      Yeah, the auto industry is taking its cues from Wall Street: more bullshit = more money.

      --
      -Billco, Fnarg.com
    2. Re:That's it! by ShakaUVM · · Score: 2

      If consumers had any say in automobile design, we wouldn't have all this bullshit in the first place. They charge us thousands for a factory stereo worth less than an hundred. They sell us all these proprietary navigation systems that get trounced by an iPhone or Android. They oh-so-cleverly forget to put in a drain plug so you have to pay the dealer $150 for an oil change.

      Pfft. You're stuck in the 80s.

      My Nissan and my wife's Honda dealership both charge ~$24 for an oil change. I actually bought a lifetime (for the ownership of the car) all-you-can-eat oil change plan (with Synthetic) for $400, which includes oil filters, air filters, etc. It cost me $18 to have my wheels rotated, which I guess is a bit more than Walmart. /shrug.

      I just put in an aftermarket stereo system (I drive 25k miles a year, and a good audio system with XM radio has become essential to me). Putting in four good speakers + head unit + XM radio + integration with steering wheel audio controls cost about $900. I quite like the result I got, but I'd have preferred getting the factory installed package. Better integration with XM radio, better reception, and a 9-speaker system. Most dealerships charge about $1000 for this, and it comes factory installed.

      But my car only had XM radio installed in a mega-package that included leather heated seats, moonroof, etc., so I just did it myself.

    3. Re:That's it! by h00manist · · Score: 1

      If consumers had any say in automobile design, we wouldn't have all this bullshit in the first place. They charge us thousands for a factory stereo worth less than an hundred. They sell us all these proprietary navigation systems that get trounced by an iPhone or Android. They oh-so-cleverly forget to put in a drain plug so you have to pay the dealer $150 for an oil change.

      Yeah, the auto industry is taking its cues from Wall Street: more bullshit = more money.

      Careful there, you're sounding a bit too anticapitalist. Perhaps rethink your values. Or perhaps various lawsuits, tax audits, rumors, and accidents might occur.

      --
      Build your own energy sources from scratch. http://otherpower.com/
    4. Re:That's it! by ShakaUVM · · Score: 2

      >>You actually think it's reasonable that a stereo should cost more than a computer? Snap out of it.

      The head unit costs a few hundred bucks, a XM radio costs more money, and good speakers cost even more.

      The point the GGP was trying to make was that dealerships screw you on car audio systems, but I found they were reasonably comparative with DIY.

      Though there are pros and cons on each side, I could see a reasonable person choosing to do it either way.

    5. Re:That's it! by SuperMonkeyCube · · Score: 1

      Instead of suggesting that 'billcopc' was being anticapitalist when I think all that was intended was an emotional outburst, perhaps we should suggest that he has discovered an unfilled market niche and he should build his own cars to fill said niche. That way, it would be quite hard to accuse him of anticapitalism.

    6. Re:That's it! by coinreturn · · Score: 1

      My Nissan and my wife's Honda dealership both charge ~$24 for an oil change. I actually bought a lifetime (for the ownership of the car) all-you-can-eat oil change plan (with Synthetic) for $400, which includes oil filters, air filters, etc.

      I think they dropped oil change prices as a loss leader to more costly stuff.

      But I've got you beat...My Subaru dealer gives me free every other oil changes (paid for ones are $25), and they recently sent me two $25 certificates for an "inconvenient" factory recall I had done while getting an oil change. While using one of these certificates for a $25 oil change, they handed me a promotional $35 gift card. I am MAKING money on oil changes.

    7. Re:That's it! by ShakaUVM · · Score: 1

      Heh, that's hilarious.

      You're right, of course, about them wanting to keep you coming into the dealership hoping to get more expensive repairs made / keep a good relationship for buying a new car in 5 years, but one very nice thing about getting oil changes at the dealership is that they have records of all your oil changes, which are required for car warranties these days. We got a pretty good price on a 7 year bumper to bumper on my wife's Honda, so it all works out pretty well.

    8. Re:That's it! by billcopc · · Score: 1

      When I bought my new car (ten years ago), the sales guy was trying to hype up the "premium" factory stereo, so I popped in my own CD, pointed out the distorted mess coming out of the speakers, and turned it off. A week later, I tore all that crap out of my doors and dashboard, and replaced it with about $700 worth of aftermarket equipment (no subwoofer yet). Even though it was "cheap" gear, the difference was night-and-day.

      Full disclosure: I am an audiophile, as you had probably guessed, but I am also a hobbyist mixing/mastering guy, so I am considerate of the average stereos and average hearing. Heck, my wife has trouble telling good sound from bad, unless I point out the details (or lack thereof). There's nothing wrong with that. What offends me is when car dealers itemize a thousand-dollar stereo when really it's a handful of 99 cent construction-paper cones and a head unit worse than Wal-mart's $49 offerings. It is yet another thinly-veiled fraud to cover up the fact that the american auto industry itself is unprofitable. If it were indeed a $1000-value stereo, I would at least expect it to perform comparably to my $700 aftermarket kit, and be marketed to the same kind of customer. My mother wouldn't blow $1000 on a stereo, so why should her car include one ?

      --
      -Billco, Fnarg.com
    9. Re:That's it! by billcopc · · Score: 1

      A "reasonable" stereo ? No. Here's what I think a modest, or bang-for-the-buck stereo would be:

      $129 head unit
      $69 front speakers
      $49 rear speakers
      $100 installation

      So under $350 installed, or $250 if you DIY (an hour or two with a screwdriver and socket wrench). I think that setup would satisfy about 95% of motorists out there. Where things get hairy is if you want a subwoofer. Even a $200 active sub is still pretty terrible, you generally have to set aside $500 or more for anything remotely decent.

      Ten years ago when I bought a new car, I considered my first setup quite decent at roughly $1100 for a bi-amplified setup with a 10" sub, all entry-level Clarion gear. A music lover without my audiophile disorder could stop there and be very happy, but this is far beyond reasonable for the average person.

      I later upgraded that thing to a ludicrous mobile PA/studio setup, but that's way off-topic. Point being, a "reasonable" system costs less than what most automakers charge for tinny garbage.

      --
      -Billco, Fnarg.com
    10. Re:That's it! by ShakaUVM · · Score: 1

      A "reasonable" stereo ? No. Here's what I think a modest, or bang-for-the-buck stereo would be:

      $129 head unit
      $69 front speakers
      $49 rear speakers
      $100 installation

      So under $350 installed, or $250 if you DIY (an hour or two with a screwdriver and socket wrench). I think that setup would satisfy about 95% of motorists out there. Where things get hairy is if you want a subwoofer. Even a $200 active sub is still pretty terrible, you generally have to set aside $500 or more for anything remotely decent.

      Ten years ago when I bought a new car, I considered my first setup quite decent at roughly $1100 for a bi-amplified setup with a 10" sub, all entry-level Clarion gear. A music lover without my audiophile disorder could stop there and be very happy, but this is far beyond reasonable for the average person.

      I later upgraded that thing to a ludicrous mobile PA/studio setup, but that's way off-topic. Point being, a "reasonable" system costs less than what most automakers charge for tinny garbage.

      A $1000 factory installed system will have XM audio, integration with car audio controls, and a 9 speaker system. I've only had it on one car (inherited from my grandfather), and the sound quality was actually really good. Spoiled me enough that I went crazy with the default audio system on my new Altima. The new system was so muddled I couldn't hear entire instruments when listening to classical.

      So with those requirements, I don't think you're going to get anywhere near $350 for an installed system.

      The integrated XM audio alone is going to be somewhere around $100-$200, with a more expensive head unit to handle it (call it $300). You also need a harness to integrate with the car audio controls.

      And if you're paying fifty bucks for two 4x6s, I can't imagine how bad the sound quality is going to sound. I think 3-way speakers are essential. My fosgates were something like $80/speaker, so with 4 speakers that's $320 alone.

    11. Re:That's it! by billcopc · · Score: 1

      There's not much I can tell you, other than "I was once like you". There is a whole world of audio beyond the five brands you'll find in most car-audio and big-box stores. They frown on 3-way speakers for the same reasons I do: off-axis positioning, space-constrained 2nd order crossovers and unfixable group delay. The result is muddy mid-bass and very uneven tweeter response. Some people don't notice or care, especially if they stick to popular music where those specific weaknesses may be harder to detect.

      Typical 3-way car speakers are built for practicality, not performance. A car is about the farthest thing from an ideal listening room: it's small and noisy, with lots of obstructions that wreak havoc with mid-high frequencies. There is nothing optimal about cramming three drivers in front of each other, in a metallic door that acts as a highly reactive, highly compliant half-baffle. Anyone with basic knowledge of speaker design can tell you that is one very compromised setup, and it can partly be explained with pure common sense: we have two ears and two channels of audio, so ideally we should have two speakers. In practice, it's impossible to build such a perfect speaker that will flawlessly reproduce the entire audible frequency range, so the nearest approximation is two drivers per side.

      All that to say: if you think 3-way speakers are so great, you should try a 2-way setup, preferably round 6.5" woofers with separate 1" tweeters. You mount these in custom kick panels so the drivers are farther away and aimed directly at the listeners, for greatly improved stereo balance and imaging. Infinity Kappa is a good option under $200, or Polk in the $600-800 range if your ears can justify the expense (shop around!). And if you don't want to spend $200 per pair, try Pioneer. They will trounce your 3-way speakers, sounding a lot more like a properly positioned and toed-in home stereo with great stereo detail and less reflections.

      Things like factory-installed 9 speaker systems work very hard to ignore all this acoustic science, instead taking the Bose approach: trash the soundstage so thoroughly that everything sounds "live". Some people like this effect, but to my ears it's absolute hogwash. I'd rather take what they spent on 9 speakers, and buy 2 really good ones instead.

      --
      -Billco, Fnarg.com
    12. Re:That's it! by ShakaUVM · · Score: 1

      I listen very closely to music, especially when listening to classical when there's a lot of different instruments playing at once.

      Between my 2.1 speaker setup on my computer, 9-speaker system in one car, and the new system I had put in, all of them are comparable though differences are indeed noticeable. I haven't noticed any of the specific complaints you made about the three-axis speakers, but I *have* heard lots of problems with two-axis speakers (I spent hours at a specialty audio store listening to my sample music) - if you don't have a crossovered woofer, their frequency response suffers either in the mids or lows.

      The speakers I bought actually sound very good in the mids and highs, but they get breathy in the lows. Some people like having big kicky lows, but I care more about sound quality, so I leave my bass unboosted in the EQ.

      All I can say is that I listened to all the speakers they had there, and picked the one that sounded the best across Dvorak, Metallica and Juno Reactor.

  11. Sony! by Jah-Wren+Ryel · · Score: 1

    Great, so now Sony doesn't have to stop with rooting your PC, they can also root your car. All in the name of copy protection, natch!

    --
    When information is power, privacy is freedom.
    1. Re:Sony! by SuperMonkeyCube · · Score: 1

      Came for 'Sony + root' comments, was not disappointed.

  12. Simple solution by Dee+Ann_1 · · Score: 1

    I drive a car that's over 20 years old. It has no computers in it that could be hacked to do anything more harmful than cause me to have poor gas mileage.
    I could leave the keys laying on the hood in the parking lot of Walmart and no one would bother with it.

    I don't care about luxury, I care about a simple old car that will get me 5 miles a month to the grocery store twice a month.
    I care that it's old and simple enough that I can find someone besides a NASA scientist to work on it if it breaks.

    You want to drive tomorrow's technology? Go for it..
    I'll stick with old faithful that no one wants to bother with. Best of all, it's long since paid for and I'm not in debt to ANYONE for ANYTHING.

    1. Re:Simple solution by c6gunner · · Score: 1

      So, how hard is it to access Slashdot on your Commodore 64?

    2. Re:Simple solution by Anonymous Coward · · Score: 1

      http://jinx.etv.cx/media/contiki-eyecandy-slashdot-contiki.png

  13. Re:A Bunny by sjames · · Score: 1, Funny

    Yeah, Jimmy Carter used to think that.

  14. Are car stereos so different now? by unitron · · Score: 1

    What kind of CD player is designed to do anything with what's on the cd other than run it through the D/A converters?

    Even if it's supposed to read CD-ROMs to get map/navigating info, wouldn't it treat it all as data rather than instructions?

    --

    I see even classic Slashdot is now pretty much unusable on dial up anymore.

    1. Re:Are car stereos so different now? by DMUTPeregrine · · Score: 1

      MP3 decoders are common in CD players.
      Buffer overflow attacks are just one way to get a system to treat data as executable code.

      --
      Not a sentence!
  15. used to work in Windows by dltaylor · · Score: 2, Interesting

    Microsoft Windows products have been known to scan media streams for executables, either deliberately (for installing gov't keyloggers, for example) or accidentally:

    http://www.iss.net/security_center/reference/vuln/RIFF_Codec_Overflow.htm

  16. Please Do by dmomo · · Score: 3, Funny

    If it will disable bass boomers in my neighborhood.

  17. But Cynics and other realists. by Chas · · Score: 1

    * Cheap
    * Good
    * Fast

    Pick ONE.

    --


    Chas - The one, the only.
    THANK GOD!!!
    1. Re:But Cynics and other realists. by amicusNYCL · · Score: 1

      Your customers are getting shafted.

      It's easy enough to build something quickly that works well, but it won't be cheap.
      It's easy enough to build something quickly that doesn't cost a lot, but it won't work well.
      It's easy enough to build something that works well and doesn't cost a lot, but it won't be done quickly.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
  18. Sounds like my AV receiver by tlhIngan · · Score: 3, Interesting

    After obtaining a service manual for my AV Receiver, firmware updates are done by using a CD player with digital out, and hooking it to the TOSlink input on the front.

    Put it in a special service mode, put a specially burned CD in the CD player, and hit play. The AV receiver grabs the firmware update information off the digital input.

    Presumably there's safeguards to ensure that the firmware is transferred correctly, as well as various sync signals to ensure that if you accidentally seeked at the beginning or the player skipped it would be detected.

    Probably not a simple modulated audio stream since that'll be quite slow.

    1. Re:Sounds like my AV receiver by MacGyver2210 · · Score: 1

      1. Terrible update design. Someone needs to be fired.

      2. Audio streams transmit (via normal CD) at 44.1kbps, with dual channel, for a total of about 88.2kbps. A healthy virus can take less than one kB to get started (about 1/5th of a second of audio)..

      --
      If the only way you can accept an assertion is by faith, then you are conceding that it can't be taken on its own merits
    2. Re:Sounds like my AV receiver by RobbieThe1st · · Score: 1

      Looks like you missed the part about "service mode". Provided you have to physically flip a swich or press a series of buttons, it's perfectly safe - Unless the user decides to update with a virus cd that just -happens- to be signed and encrypted correctly, nothing will happen.
      And, if it's not in service mode, it should just play as bad data.

    3. Re:Sounds like my AV receiver by slackito · · Score: 1

      CD quality audio is 44.1 KHz, not kbps. As each audio sample is 16 bit wide, the total bit rate in a CD audio stream is 1411.2kbps (44.1 * 2 channels * 16).

  19. Re:Pirated music. by 228e2 · · Score: 1

    Wow . . . just wow. And I thought headlight fluid was bad

    --
    Since when does being a Socialist mean 'someone who has a different opinion than me'?
  20. You wouldn't download a car by dutchwhizzman · · Score: 2

    Well, it appears closed source and copyrights have yet gotten me one step closer to being able to do just that.

    --
    I was promised a flying car. Where is my flying car?
  21. Re:Hackers can turn your home computer into a bomb by Sulphur · · Score: 1

    LOL, funniest part about that story:

    When the receiver downloads the attachment, the electrical current and molecular structure of the central processing unit is altered, causing it to blast apart like a large hand grenade

    And turn into a cloud.

  22. Re:Hackers can turn your home computer into a bomb by Mister+Transistor · · Score: 3, Funny

    Would that be Mushroom Cloud computing?

    --
    -- You are in a maze of little, twisty passages, all different... --
  23. Explain by Fizzl · · Score: 2

    ... car's stereo system, giving attackers an entry point to change other components on the car...

    Explain?
    Wtf? This is just silly.

  24. Re:Uh, what? Nonsense! by Anonymous Coward · · Score: 1

    My car - a toyota - has 2 can buses which are isolated. The stereo/satnav sits on one, vital systems sit on the other - never the twain shall meet. Sensationalist reporting as usual...

  25. Namshub for cars by egork · · Score: 1

    http://en.wikipedia.org/wiki/Namcub
    How long does it take before there is a hotkey combination for Emacs? And until it is applicable to humans?

  26. Re:Hackers can turn your home computer into a bomb by Tx-0 · · Score: 1

    Sometimes I'd wish it could be true: that would make people think twice before opening email attachments!

  27. i'd rather... by bball99 · · Score: 1

    hack a bicycle

    silly cagers

  28. Re:Bad Programmers by maxwell+demon · · Score: 2

    Well, I'd not be surprised that much about audio codec vulnerabilities than about the possibility to use the radio to attack other parts of the car. The radio should be a self-contained unit which apart from speaker cables and power supply has no connection to the rest of the car.

    --
    The Tao of math: The numbers you can count are not the real numbers.
  29. Cars are the new assassins? by h00manist · · Score: 1

    Via Bluetooth, CD, or maintenance port in the garage, the car is now a great weapon. What I take away from this is that car accidents are now potentially car "accidents", depending on the position of the victims. National intelligence agencies are in ideal positions to take advantage of things like this, and now are surely all working on it. Gaining actual access to the software maintenance ports on vehicles is not that hard for them. If Gaddafi's car were today to drive off the road suddenly and onto some strip of land covered in mines, nobody would know if it was an accident, the rebels, the driver, or the power steering that did it.

    --
    Build your own energy sources from scratch. http://otherpower.com/
  30. Re:Uh, what? Nonsense! by PseudonymousBraveguy · · Score: 1

    Your car will probably have a lot more then just two busses. It will probably even have ECUs that are conected to more then two busses. However, I'd guess that in theroy the network of ECUs and busses will be fully connected, e.g. most systems report data to the dashboard, so that will be a point where many busses will meet. (Not that this would help taking over the bus or safety relevant systems in any relevant way)

  31. Dig those sweet dulcet tones! by funkyjunkman · · Score: 1

    Yeah I love rocking out to the sounds of, what sounds to me like white noise and bursts of random screeching. Just because you COULD run this hack doesn't mean it is in any way plausible.

  32. Makes you wonder... by _0xd0ad · · Score: 1

    Why is everyone so easily convinced that Toyota's problems are "user error"?

    Well, it makes me wonder that, anyway.

    Slightly offtopic, I guess. Oh well.

  33. Re:Bad Programmers by netsharc · · Score: 2

    Unfortunately, that's not the case. Let's see how the radio (or to be exact, the stereo system) can be wired up to other systems:

    - it can be wired to the engine RPM-reader/speedometer to detect approximately how loud the environment will be, and turn its volume accordingly.
    - It might want to display the current song title in the one display available in the car
    - Wheel-mounted Volume/FF/Rewind/Play/Pause/Next/Prev Track controls anyone? And since that'll be a lot of buttons, they might replace it with a general 4-way joystick which do other things as well depending on the current task (car settings, navigation, stereo system)
    - If a phone is attached via Bluetooth, silence/pause the current track when a call comes in/when the user wants to make a call.

    Of course, all dangerous and non-essential extensions to what a car is supposed to do, but all high-end cars have them, because, well, the customer likes features!

    If I were designing a car, the audio codec would get its own CPU, so any exploits would just crash/reboot that mechanism. The only critical output would be the "display song title on screen", but does the CPU that control the display also control the whole car (alarm system, etc?).

    But then again, cars with navigation systems can talk, and they need another codec to decode the lady's "turn left" ogg file, and if it's "cost-savings!" they're interested in, they'd think, "oh since we already have an audio part here, let's bodge the stereo system into the equation.", and there you go, MP3 decoding being done on the system that controls the central locking.

    --
    What time is it/will be over there? Check with my iPhone app!
  34. so maybe ford wasn't lying to that kid. by steak · · Score: 1

    a few weeks back there was this story of a kid who was told by ford that he had infected his parent's car stereo with a virus by playing a pirated mp3 through his ipod.

    http://www.reddit.com/r/technology/comments/fj04r/reddit_the_dealership_told_me_that_pirated_music/

    apparently there was a kernel of truth in that mechanic's bullsht.

  35. Re:Bad Programmers by darkpixel2k · · Score: 1

    Well, I'd not be surprised that much about audio codec vulnerabilities than about the possibility to use the radio to attack other parts of the car. The radio should be a self-contained unit which apart from speaker cables and power supply has no connection to the rest of the car.

    See--this is why I run Linux^H^H^H^Hconvert all my downloaded to music to .wav files. It filters out the viruses from all that high-tech new-fangled high tech MP3 stuff.

    --
    There's no place like ::1 (I've completed my transition to IPv6)
  36. Re:Hackers can turn your home computer into a bomb by Sulphur · · Score: 1

    Would that be Mushroom Cloud computing?

    One more hot number and it goes up like Hiroshima.

  37. Re:Hackers can turn your home computer into a bomb by ZorroXXX · · Score: 1

    What a bizarre article. My first thought was "how old is this article?", because the computer have a 5.25" floppy drive and the screen is quite small, perhaps 13-14". So the computer is from the eighties, but then the article mentions amazon and ebay, so it cannot be that old.

    --
    When you are sure of something, you probably are wrong (search for "Unskilled and Unaware of It").
  38. Well I RTFA... by Vegeta99 · · Score: 1

    And I won't be trusting a word of it.

    "In fact, attacks over Bluetooth, the cellular network [...]"

    Shit, I can barely get my headphones to work properly with my phone in my pocket when I'm out jogging. How the hell do I get it to go 25km to the base station?

  39. Re:Hackers can turn your home computer into a bomb by wgoodman · · Score: 1

    Keep in mind the source.

  40. It's actually a Weekly World News article by Penguinisto · · Score: 1
    --
    Quo usque tandem abutere, Nimbus, patientia nostra?
  41. Re:Hackers can turn your home computer into a bomb by RockDoctor · · Score: 2
    I was still using a 5¼ floppy well into the '90s, and recently had to re-build a unit with one, to search some "archived" data (yes, I know, which is why the "archiver" was asking me to help him out of a bind). And 14"/640x480 monitors are still functional, if inconveniently small. It makes good sense to continue using them where they are still appropriate, until they die.

    Case in point : the development monkeys recently tested a product release on a 1280x1024 (or thereabouts) screen and passed it for release. On site, we "users" discovered that a critical dialog box was nearly impossible to use on the 640x480 laptop screen used for that server.
    Lesson : be strict that your testing suite really is run on the minimum specification machine for that system, which will normally not be a machine in the development monkey's office.

    --
    Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"