<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Vehicle hacking, it was inevitable.]]></title><description><![CDATA[<p dir="auto">So, networking and computer folks: would this sort of vulnerability to hacking be avoided if automakers didn't use CAN bus networks for their electronics systems?</p>
<p dir="auto"><a href="http://video.wired.com/watch/hackers-wireless-jeep-attack-stranded-me-on-a-highway" rel="nofollow ugc">http://video.wired.com/watch/hackers-wireless-jeep-attack-stranded-me-on-a-highway</a></p>
<p dir="auto"><a href="http://money.cnn.com/2015/07/21/technology/chrysler-hack/index.html" rel="nofollow ugc">http://money.cnn.com/2015/07/21/technology/chrysler-hack/index.html</a></p>
<p dir="auto"><a href="http://www.wired.com/2015/07/hackers-remotely-kill-jeep-highway/" rel="nofollow ugc">http://www.wired.com/2015/07/hackers-remotely-kill-jeep-highway/</a></p>
<p dir="auto">Old cars ftw</p>
]]></description><link>https://wibimmers.com/topic/3875/vehicle-hacking-it-was-inevitable.</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 04:03:12 GMT</lastBuildDate><atom:link href="https://wibimmers.com/topic/3875.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 22 Jul 2015 15:14:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Vehicle hacking, it was inevitable. on Fri, 24 Jul 2015 01:33:56 GMT]]></title><description><![CDATA[<p dir="auto">it's difficult to separate all the channels in a car that way. ECUs require a good amount of protection from vibration, shock, heat, and cold. If you ever look at an ECU box it isn't exactly tiny. There's no getting around that. So simply installing more boxes isn't exactly an option. It's not like an iphone that you just carry around in your pocket so it won't get damaged unless you drop it like a bumbling baboon.</p>
<p dir="auto">There's only so much wiring that can plug into an ECU, and it has to be able to interface with OBD-II on a hard connection for emissions testing still, although there are companies nowadays like BMW that have the ability to remotely connect to a car's ECU for diagnostics and coding and I'm sure one day soon emissions centers will have similar tech available for modern cars equipped with technology packages. But right now it's all proprietary. Either way, separating it all out is a lot of logistics, wiring, and circuitry. And at the end of the day, it can all still be hacked. Even if a manufacturer were to create (conceptually) separate "ports" for different channels of input, and locked certain ones down so only proprietary technology that the manufacturer owns could get in, someone will eventually be able to hack it. </p>
<p dir="auto">There is also a logistical challenge there of what exactly to separate. IF you separate out media/speakers connectivity, what happens when you crash and BMW emergency calls your car? Today you get a call instantly from BMW to provide assistance or 911 calls, etc. But how does the car know it's been in an impact like that? Is it tied to airbags going off somehow? And if it is, how do you bridge that gap if you've separated vehicle communication features from airbag communication? What about any emergency shutoff switches in the car? If my car has iDrive which has integrated systems in the navigation head unit, how do you separate the features that impact driving, safety notifications, safety controls, etc. from media and nav?  </p>
<p dir="auto">These things aren't insurmountable but they require a lot of engineering. It's infinitely easier to have a single control unit that can tie everything together in the same spot, and then just secure it. Reliability/consistency of today's automated systems in cars is pretty critical and need rigorous testing. The quality assurance that has to be built into a process to develop that kind of isolation of features would be...staggering.</p>
]]></description><link>https://wibimmers.com/post/60444</link><guid isPermaLink="true">https://wibimmers.com/post/60444</guid><dc:creator><![CDATA[i_love_cars]]></dc:creator><pubDate>Fri, 24 Jul 2015 01:33:56 GMT</pubDate></item><item><title><![CDATA[Reply to Vehicle hacking, it was inevitable. on Thu, 23 Jul 2015 03:10:11 GMT]]></title><description><![CDATA[<p dir="auto">Yeah I was kind of shocked that the steering/braking could be affected. I don't understand why these aren't isolated systems from engine computers. The only data infotainment needs to get is if the car is moving or not to block some features while driving. I think digital climate control through infotainment should be banned for that reason too.</p>
]]></description><link>https://wibimmers.com/post/60404</link><guid isPermaLink="true">https://wibimmers.com/post/60404</guid><dc:creator><![CDATA[YoungCR]]></dc:creator><pubDate>Thu, 23 Jul 2015 03:10:11 GMT</pubDate></item><item><title><![CDATA[Reply to Vehicle hacking, it was inevitable. on Thu, 23 Jul 2015 02:27:34 GMT]]></title><description><![CDATA[<p dir="auto">why can't they separate the wifi entertainment system stuff for the cars main ecu/control computer?</p>
<p dir="auto">also any car that the computer has control over driver inputs like braking and steering should be avoided like the plague.</p>
]]></description><link>https://wibimmers.com/post/60400</link><guid isPermaLink="true">https://wibimmers.com/post/60400</guid><dc:creator><![CDATA[straight6pwr]]></dc:creator><pubDate>Thu, 23 Jul 2015 02:27:34 GMT</pubDate></item><item><title><![CDATA[Reply to Vehicle hacking, it was inevitable. on Thu, 23 Jul 2015 02:05:18 GMT]]></title><description><![CDATA[<p dir="auto">Great info, Jordan! While I highly doubt it would ever happen, id like to see if a megasquirt powered car using the add-on GPS data unit could ever be compromised</p>
]]></description><link>https://wibimmers.com/post/60397</link><guid isPermaLink="true">https://wibimmers.com/post/60397</guid><dc:creator><![CDATA[B C]]></dc:creator><pubDate>Thu, 23 Jul 2015 02:05:18 GMT</pubDate></item><item><title><![CDATA[Reply to Vehicle hacking, it was inevitable. on Wed, 22 Jul 2015 20:16:34 GMT]]></title><description><![CDATA[<p dir="auto">every alternative to CAN bus uses some sort of messaging protocol to control devices in the car. CAN bus is 20+ years old so it still operates on some low level command processing, which is what these guys were using to control the vehicle. The only reason it hasn't been done until recently was due lack of networking into cars from satellites and wifi and shit. Now that there is a gateway in to the car, companies need to secure their messaging systems. Most technology today revolves around APIs that just provide an abstraction layer for accessing data and operations on the device. But that layer needs to be secured. Think of it simply like a car's basic operations as a web API would look like:</p>
<p dir="auto"><a href="http://shittyGMproducts/ChevyVolt/drive/accelerate" rel="nofollow ugc">http://shittyGMproducts/ChevyVolt/drive/accelerate</a></p>
<p dir="auto"><a href="http://shittyGMproducts/ChevyVolt/drive/brake" rel="nofollow ugc">http://shittyGMproducts/ChevyVolt/drive/brake</a></p>
<p dir="auto"><a href="http://shittyGMproducts/ChevyVolt/power/startBatteryOnFire" rel="nofollow ugc">http://shittyGMproducts/ChevyVolt/power/startBatteryOnFire</a></p>
<p dir="auto">This is how most software developers are going to interact with ECU systems because the code that actually runs the electronics in the car is all super low-level machine code. That's why re-flashing an ECU with a Cobb takes so long. </p>
<p dir="auto">I work with a guy who did some work at GM years ago and he took over control of an employee's Chevy Volt with his laptop in a matter of hours. </p>
<p dir="auto">Most of these systems are like "once you're in, you're in" so if you can get into the car, you can do anything. Car manufacturers need to up their game to secure things at a more granular level rather than making assumptions. It's no different than bush-league security on any other type of product. Except for the fact that potential ramifications are much more lethal. </p>
<p dir="auto">This is why information security people are getting paid, like, ridiculous amounts of money in 2015 if they are good. Ridiculous amounts of money.</p>
]]></description><link>https://wibimmers.com/post/60382</link><guid isPermaLink="true">https://wibimmers.com/post/60382</guid><dc:creator><![CDATA[i_love_cars]]></dc:creator><pubDate>Wed, 22 Jul 2015 20:16:34 GMT</pubDate></item><item><title><![CDATA[Reply to Vehicle hacking, it was inevitable. on Wed, 22 Jul 2015 18:07:16 GMT]]></title><description><![CDATA[<p dir="auto">*crashes car while drifting* </p>
<p dir="auto">'sorry officer, someone hacked my car and I had no control.'</p>
]]></description><link>https://wibimmers.com/post/60374</link><guid isPermaLink="true">https://wibimmers.com/post/60374</guid><dc:creator><![CDATA[straight6pwr]]></dc:creator><pubDate>Wed, 22 Jul 2015 18:07:16 GMT</pubDate></item><item><title><![CDATA[Reply to Vehicle hacking, it was inevitable. on Wed, 22 Jul 2015 17:16:56 GMT]]></title><description><![CDATA[<p dir="auto">That's why I'll stick to older cars <img src="/assets/uploads/files/emoticons_default_biggrin.png" alt=":D" class=" img-fluid img-markdown" width="20" height="20" /></p>
]]></description><link>https://wibimmers.com/post/60369</link><guid isPermaLink="true">https://wibimmers.com/post/60369</guid><dc:creator><![CDATA[brandonbio]]></dc:creator><pubDate>Wed, 22 Jul 2015 17:16:56 GMT</pubDate></item><item><title><![CDATA[Reply to Vehicle hacking, it was inevitable. on Wed, 22 Jul 2015 15:31:06 GMT]]></title><description><![CDATA[<p dir="auto">These dudes can do that. But my laptop can't recognize my phone.</p>
<p dir="auto">Neat</p>
]]></description><link>https://wibimmers.com/post/60364</link><guid isPermaLink="true">https://wibimmers.com/post/60364</guid><dc:creator><![CDATA[KaiserRolls]]></dc:creator><pubDate>Wed, 22 Jul 2015 15:31:06 GMT</pubDate></item></channel></rss>