Feature Story


More feature stories by year:

2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011
2010
2009
2008
2007
2006
2005
2004
2003
2002
2001
2000
1999
1998

Return to: 2015 Feature Stories

CLIENT: PRPL FOUNDATION

Oct. 27, 2015: Infosecurity

How to Fix the Internet of Broken Things

by Art Swift

The Internet of Things requires attention to security to avoid vulnerabilities. The solution may be to create open security framework

The Internet of Things is already permeating every part of our lives—from healthcare to aviation, automobiles to telecoms. But its security is fundamentally broken. In my previous two posts — A Matter of Life and Death: Why We Must Take IoT Flaws Seriously and The Security Challenges Threatening to Tear the Internet of Things Apart — I've looked at how vulnerabilities found by security researchers could have catastrophic consequences for end users.

This isn't just about data breaches and reputational damage anymore—lives are quite literally on the line. The challenges are many: most vendors operate under the misapprehension that security-by-obscurity will do—and lobby for laws preventing the disclosure of vulnerabilities; a lack of security subject matter expertise creates major vulnerabilities; firmware can too easily be modified; and a lack of separation on the device opens up further avenues for attackers.

But there is something we as an industry can do about it—if we take a new hardware-led approach. This is all about creating an open security framework built on interoperable standards; one which will enable a "root of trust" thanks to secure boot capabilities, and restrict lateral movement with hardware-based virtualization.

Open security

Microsoft Windows, Adobe Flash, Oracle Java—what do these software products have in common? They're all proprietary closed source. And they're all among the most vulnerable and exploited on the planet. Many mainstream browsers don't even run Java; Flash is such a security concern that modern browsers offer the option to activate plugins on a per-page basis, while system administrators will be well aware that Windows receives numerous security updates every single month—the CVE database reports 120 Windows 7 vulnerabilities in 2015 alone, as of October 2015. The problem is that the security-by-obscurity mantra that many firms and IoT makers hold so dear is simply not effective any more. Security researchers, and those with more malicious intent, can quite easily extract binary code from devices via JTAG, or find it online in the form of updates, and reverse engineer via one of the many tools readily available.

Tools like IDA and Binwalk, just to name a few, have reached amazing levels of intelligence and sophistication. Security by obscurity simply doesn't exist anymore—if ever. Instead we need to look to open source and open security. With thousands of eyeballs on a piece of code rather than tens we've got a much better chance of engineering something more robust. Just think about the unnecessary complexity of mainstream proprietary software—where 'new' products are built on the foundations of legacy versions—versus the clean, clear Darwinism of open source. The open source community is 100% focused on quality and usability. There are no internal decisions made on feature sets for commercial reasons, politics or other corporate dynamics. In open source it's all about doing what's best for the software itself and for the end-user community.

What's more, thanks to the strength, dedication and sheer size of the open source community, security flaws are routinely fixed within hours of discovery. It's not uncommon to have a rolling process producing and making available near-real-time updates—e.g. the Linux Debian security model. This is certainly not the case with proprietary code—Google just recently announced its commitment to monthly updates for Android.

We also need to think of the impact of running proprietary software in terms of nation state actors, their vast Military-Industrial-Intelligence complexes and their virtually unlimited secretive budgets—for example the US $50B+ budget partly exposed by the revelation of the former NSA contractor Edward Snowden. There have been reports over the years of the US government colluding with high-tech companies to engineer deliberate backdoors into products. They came to a head a couple of years ago when RSA Security's relationship with the NSA was questioned in a Reuters report. One thing's for sure, no such concerns have ever been raised about the open source community at large.

As a footnote, I'd argue that open standards are also a key requirement if we're to improve IoT security—particularly when it comes to the defining aspect of these devices: network connectivity. The TCP/IP protocol is one of the most complex and tricky to implement you'll ever come across. So when engineers unused to designing a kit with a network component come to do just that, they're out of their depth. With global, interoperable open standards you reduce that complexity by encapsulating the intricacies of these network protocols, effectively outsourcing the trickiest work to the subject matter experts. They then create and maintain the most secure standards and frameworks possible for your hardware or firmware developers to follow.

Security by separation

Too many embedded systems allow for lateral movement within the hardware, allowing researchers—or more worryingly, attackers—to jump around inside until they find a way to exploit what they're really after. It's understandable that manufacturers are trying to rationalize, collapsing as many functions as possible within one single piece of hardware—i.e., board or SoC. But from a software perspective there's no reason why these separate functional domains should be visible to each other.

The answer lies in hardware-assisted virtualization to containerize each software entity, keeping critical components safe, secure and isolated from the rest. It requires a secure hypervisor—a lightweight, compact piece of software with relatively few lines of code—to provide a virtual environment for each software element to run in parallel. From a risk management perspective, no software is 100% safe from exploitation, so having this secure separation means if one piece is compromised, at least the attackers will not be able to use it as a stepping stone into other areas of the system. Secure separation like this would have meant Miller and Valasek were able to interfere with the Jeep's in-car entertainment system, but crucially not then move to the vital system which controlled steering and brakes.

Of course, these individual services may need to speak to each other. Inside a vehicle there may need to be communication between entertainment system and engine system so the volume of the radio turns up automatically as the car accelerates and outside noise increases, for example. The answer here is secure inter-process communication which allows instructions to travel across this secure separation in a strictly controlled mode. Incidentally, this architecture is a perfect fit for companies whose very business models are based on copyrighted content, like Netflix. If there's no secure separation between a video stream and, say, a rogue Android app in a modern smart TV, that content could leak with disastrous financial implications.

The security journey

The model I've described above is obviously an ideal—the "promised land" of hardware security. But in practical terms, not everyone is going to be able to get there straightaway. Chip support for the hardware-assisted virtualization mentioned is not yet widespread. But a good intermediate step would be to use Linux containers, which will enable you to run multiple isolated applications from the one kernel. Secure elements and root of trust might not be available in most hardware today, but this should not prevent security conscious manufacturers from encrypting and signing their firmware and from making security patches available in a timely manner.

Let's not be in doubt though—it's a journey we must take as an industry if we're going to manage the potentially fatal security issues in the Internet of Things.

Return to: 2015 Feature Stories