Close Menu
  • Home
  • Articles
    • Attacks
      • BEC
      • Data Breach
      • DDoS
      • Evasion Attacks
      • Injection
      • Malware
      • MITM
      • Phishing
      • Ransomware
      • RCE
      • Social Engineering
      • Spoofing
      • Spyware
    • Business and Policy
      • BCP and DRP
      • GRC
      • Regulations
    • Data Protection
      • DLP
      • DRM
      • Encryption
      • IAM
    • Future, Trends and Insight
      • AI
      • Events & Community
      • Emerging Tech
      • Expert Panel
      • Interviews With Experts
      • Insights
      • Study & Research
    • Resources
      • Guides
      • Tools
      • Training & Education
    • Security
      • API
      • Apps
      • Cloud
      • Critical Infrastructure
      • Endpoint
      • Hardware
      • IoT
      • Mobile
      • Network
      • OT
      • Port Security
      • Security Architecture
      • Software Development
      • Supply Chain
      • Zero Trust
    • Threats and Vulnerabilities
      • Emerging Threats
      • Insider Threats
      • Risk Management
      • Threat Intelligence
      • Zero Day
  • News and Exclusives
    • Latest News
    • ISB Exclusive
    • Positive News
  • Who We Are
    • About Us
    • Information Security Buzz Expert Panel​
    • Write for Us
    • Media Pack
  • Contact Us
  • Newsletter
Facebook X (Twitter) LinkedIn
Facebook X (Twitter) LinkedIn
Information Security BuzzInformation Security Buzz
  • Home
  • Articles
    • Attacks
      • BEC
      • Data Breach
      • DDoS
      • Evasion Attacks
      • Injection
      • Malware
      • MITM
      • Phishing
      • Ransomware
      • RCE
      • Social Engineering
      • Spoofing
      • Spyware
    • Business and Policy
      • BCP and DRP
      • GRC
      • Regulations
    • Data Protection
      • DLP
      • DRM
      • Encryption
      • IAM
    • Future, Trends and Insight
      • AI
      • Events & Community
      • Emerging Tech
      • Expert Panel
      • Interviews With Experts
      • Insights
      • Study & Research
    • Resources
      • Guides
      • Tools
      • Training & Education
    • Security
      • API
      • Apps
      • Cloud
      • Critical Infrastructure
      • Endpoint
      • Hardware
      • IoT
      • Mobile
      • Network
      • OT
      • Port Security
      • Security Architecture
      • Software Development
      • Supply Chain
      • Zero Trust
    • Threats and Vulnerabilities
      • Emerging Threats
      • Insider Threats
      • Risk Management
      • Threat Intelligence
      • Zero Day
  • News and Exclusives
    • Latest News
    • ISB Exclusive
    • Positive News
  • Who We Are
    • About Us
    • Information Security Buzz Expert Panel​
    • Write for Us
    • Media Pack
  • Contact Us
  • Newsletter
Subscribe
Information Security BuzzInformation Security Buzz
Home - Articles - Accelerated Public Safety Concerns Of Connected Cars Need To Be Addressed
Articles

Accelerated Public Safety Concerns Of Connected Cars Need To Be Addressed

ISBuzz TeamBy ISBuzz TeamAugust 2, 2016Updated:July 4, 20246 Mins Read
Share LinkedIn Twitter Facebook Copy Link Email
Share
Facebook Twitter LinkedIn Email Copy Link
Quick AI Summary
ChatGPTClaudeGeminiGrokPerplexityDeepSeekCopilot

A phone on wheels

Buoyed by today’s smart cities and the need for the world’s 1.2 billion motor vehicles to be able to navigate the world’s streets more safely, there has been a substantial rise of what is commonly referred to as the ‘connected car’. In fact, some 12 percent of all cars on the roads are predicted to be connected to the Internet by the end of the year[1]. Internet-connected cars can enhance the driver’s experience by providing driver-assistance apps, as well as information and a plethora of entertainment services.

Connected cars are already one of the biggest exponents of the Internet of Things (IoT) revolution. In fact, with smartphone penetration hitting a saturation point in many western countries, mobile-industry consultants Chetan Sharma revealed that in the US there are now more cars being added to mobile networks than actual mobile phone handsets in the first quarter this year[2].

A breach of public safety

Whilst the market is firmly in fifth gear, the security that underpins connected car technology is still spluttering in second at best. There has already been a number of ‘stunt hacks’ such as a well-publicised one on Jeep last year where hackers took over the controls wirelessly and sent commands through the car’s entertainment system. This enabled access to its dashboard functions, steering, brakes, and transmission with the driver within unable to override them[3].

Until now, security and safety have been considered as two completely separate entities. Unlike the high profile breaches such as Home Depot and Sony that have been confined to legal ramification and a knock to consumer confidence, the potential breach of a connected car could lead to someone sustaining physical harm. This is – along with medical devices and critical infrastructure – the first time that computer security is intersecting with public safety, with serious ramifications.

A shift in focus

Automotive manufacturers have been focusing so much on adding functionality and usability that they haven’t been properly considering the threats. A shift in focus is needed. Manufacturers have to start placing security front and centre, and take the potential human safety impact much more seriously.

One of the things that automotive manufacturers seem to have been relying on is that physically getting hold of a car to deconstruct it and find the vulnerabilities is expensive, so bad guys haven’t yet been targeting them. Whilst this may reduce the potential for curious teenage hackers, it certainly won’t prevent black-hat security researchers, organised crime syndicates or state sponsored attacks. However, even this is a short sighted view. Now, many of the systems being put into connected cars can be downloaded from the internet, so are accessible to all, including those with nefarious intentions.

A changing landscape

The information security landscape has changed. Back in the mid-90s, firewalls were all that was really needed to keep nasties out of your systems. That worked well until software became the target and the perimeter came down. Now the root problem is in the design and implementation at the software level, where the vulnerabilities typically manifest themselves from within the code when it is written.

A more proactive way of undertaking security in 2016 is to identify where the vulnerabilities are within the code and then recommend changes to remove the issue. This proactive approach means the vulnerability can be fixed before the product – whether it is a connected car, mobile phone or fridge – goes onto the market.

Source of the problem

Whilst the attacks on connected cars have been limited to stunt hacks. It is no stretch of the imagination that criminals could use a similar technique to the Jeep hack to gain access and take control of a car innocently parked on your driveway. To minimise the risk, it is imperative that quality assurance and security is embedded across the development lifecycle, especially as requirements and architecture is being designed, to ensure that robust security protection is baked in from the very beginning.

Whilst a potential bug in the code is generally an unintentional failing of the testing process that could be exploited at a later date, there are fears that it could be placed intentionally from within the supply chain. Because of a connected car using a number of relatively small components, there is great temptation for manufacturers to rely on open source libraries. However, this open source code – which by its very definition could be reused again and again – could have been written by anonymous coders (amongst a cast of 100 legitimate ones). These coders could be playing the long game by allowing bad guys in the future to infiltrate through a back door they may have placed into the system years before. It may sound a far sighted way to do it, but it unfortunately does happen.

Testing the system for security vulnerabilities can take on various forms. It could be by undertaking a port scan to see which ports are open, which services are running on them, and then looking for known vulnerabilities. It could be using fuzzing to find weaknesses, where coding errors and security loopholes are discovered by firing large amounts of random data at a system in an attempt to make it crash. Sometimes, though, it can be as straightforward as connecting to the car and sniffing the data in order to reverse engineer it to find flaws.

A constant battle

The truth is that security is an ongoing process. In the commercial space, we are all used to routinely patching our systems. This is because new vulnerabilities and new methods of attacks are always being developed and discovered. Yet, until now automotive manufacturers have been complacent in their attitude to security. It was, more often than not, a token gesture tacked on at the end – not taken seriously and baked-in from the start.

Security is not a complete solution and a system can never be truly 100% secure. However, by placing security alongside human safety when it comes to automotive manufacturing, there will need to be both an immediate risk reduction and a process in place. This means they can respond in the future if something happens. After all, the cost of testing is a drop in the ocean compared to the total cost of getting a new car to market – so it is a small price to pay for increased public safety.

ISBuzz Team
  • ISBuzz Team
    Air Canada Data Breach: BianLian Extortion Group Claims A Massive Heist Contrary To Airline’s Earlier Statement
  • ISBuzz Team
    Unprecedented DDoS Attack Rocks The Web: Tech Giants Reveal A Digital Tsunami
  • ISBuzz Team
    CISA Flags High-Severity Adobe Acrobat Reader Flaw Amid Active Exploits
  • ISBuzz Team
    Curl Security Alert: Patching A Critical Bug Averting Potential Cyber Catastrophe

The opinions expressed in this post belong to the individual contributors and do not necessarily reflect the views of Information Security Buzz.

Share. Facebook Twitter LinkedIn Email Copy Link

Related Posts

The Real Cost of Inconsistent Third-Party Access

December 18, 20255 Mins Read

What Happens When Devices Cross Borders? The Role of Geofencing in Global IT

August 7, 20256 Mins Read

The Evolving Importance of Identity Governance in FinTech

July 10, 20258 Mins Read
ISB-Bora-Side-Bar

 
ISB-Bora-Side-Bar
Black ISB Logo

Information Security Buzz is an independent resource that provides the experts’ comments, analysis, and opinion on the latest Cybersecurity news and topics

X (Twitter) LinkedIn Facebook RSS

Working With Us

  • About Us
  • Advertise With Us
  • Contact Us

Write For Us

  • How To Contribute

The Pages

  • Privacy Policy
  • Cookie Policy
  • AI Policy
  • Terms & Conditions
  • Copyright Notice

Information Security Buzz and all its contents are copyright © 2014-2025. All rights reserved. All third-party trademarks are recognized.

Type above and press Enter to search. Press Esc to cancel.

Manage Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
  • Manage options
  • Manage services
  • Manage {vendor_count} vendors
  • Read more about these purposes
View preferences
  • {title}
  • {title}
  • {title}