zigbee evolution continues with wireless IoT security updates

By Victor Berrios

VP of Technology

Zigbee Alliance

February 10, 2017

zigbee evolution continues with wireless IoT security updates

  Since 2002, the zigbee alliance and its member companies have created standards, certification programs, and tools to develop interoperable products for the low-power wireless Internet of Things...

 

Since 2002, the zigbee alliance and its member companies have created standards, certification programs, and tools to develop interoperable products for the low-power wireless Internet of Things (IoT). With the release of the ZigBee 3.0 standard (now referred to simply as zigbee) in early 2016, an enhanced toolbox has been provided for product designers and ecosystem owners to implement robust networks and choose the right balance of security policies and ease of deployment.

Since its inception, the zigbee alliance has constantly monitored security trends in the industry and worked with researchers and white hats to continuously update offerings to stay ahead of emerging threats. In that tradition, the zigbee PRO mesh-networking protocol has added several important security capabilities designed for today’s evolving market and risks, incorporating features originally developed for zigbee Smart Energy in use in hundreds of millions of revenue-grade utility meters with no known security breaches. In development of these capabilities the zigbee alliance engaged with leading wireless security experts to provide state-of-the-art security tools and features that allow zigbee developers to create some of the most secure wireless devices available today, including:

  • Device-unique authentication at joining
  • Runtime key updates during operation
  • Secure over-the-air (OTA) firmware upgrades
  • Logical link-based encryption

Security models

To satisfy a wide range of applications and ensure the optimal balance of security, ease of use, cost, and battery life, zigbee offers two network architectures and corresponding security models: distributed and centralized. It should be noted, however, that these differ in how they address the basic requirements of IoT networks in terms of admitting new devices into the network and protecting messages on the network:

  1. For easier-to-configure systems, a distributed security model comprises two device types: routers and end devices (Figure 1). If a zigbee router does not detect an existing network when it powers up, it can form a distributed security network. In a distributed network, any router can issue network security keys. As more routers and end devices join the network, a router that is already on the network securely sends the network key. All devices on the network use the same network key to encrypt messages.
  2. For higher security, centralized systems include a third device type – the Trust Center (TC), which is typically also the network coordinator (see Figure 1). The TC forms a centralized network and allows routers and end devices to join the network if they have proper credentials. In a centralized network, only the TC can issue encryption keys. The TC also establishes a unique TC Link Key for each device on the network as they join and link keys for each pair of devices as requested.


[Figure 1 | zigbee supports two network architectures, distributed and centralized, each of which requires different security mechanisms.]

Layered security

The best security uses a layered approach, starting with physical security and progressing all the way to the application layer. While physical security is out-of-scope for zigbee standards, the alliance does facilitate the exchange of best practices in this area between our members. From a protocol/standards perspective, both the network and application layers provide security capabilities (in addition to the procedures associated with joining a network). At a network level, all devices in the network are under the same security environment.

Install codes

The TC may require that each new device use a unique install code to join a centralized security network. The install code must match a code previously entered into the TC out-of-band (i.e., not using a zigbee message). For example, the install code may be printed as a number or QR code in the packaging of the joining device so the user or installer may type or scan the code into a smartphone or tablet that is connected to the TC. All zigbee devices must contain a unique install code, which is a random 128-bit number protected by a 16-bit cyclic redundancy check (CRC). The joining device and the TC derive a unique 128-bit Trust Center Link Key from the install code using the Matyas-Meyer-Oseas (MMO) hash function.

Rolling keys

In centralized security networks, the Trust Center periodically creates, distributes, and then switches to a new network key. Thus, if an attacker acquires a network key, it will have a limited lifetime before expiring. Updated keys are sent encrypted with the TC-generated TC Link Key.

Application-layer encryption

Another key security tool is the ability to create an application-level secured link between a pair of devices in the network. This is managed by establishing a unique set of AES-128 encryption keys between a pair of devices. This allows logical, secured links between any two devices in the network, thus supporting “virtual private links” between a pair of devices in a network with many others. An example is a home area network where all devices (e.g., lights, thermostats, occupancy sensors, door locks, window sensors, and garage door openers) are in one functional network (properly secured at the network level with a common set of credentials), while an additional set of security credentials is established for devices that provide physical access to the home such as door locks and garage door openers. This limits the ability of an attacker that acquires the network key from intercepting or injecting messages that other devices would act upon.

OTA upgrades

OTA updates allow a manufacturer to add new features, fix defects in its product, and apply security patches as new threats are identified. However, OTA updates also represent a potential security vulnerability if the protocol does not provide ample protections, or the device manufacturer does not use all available safeguards.

zigbee devices and associated silicon platforms provide multi-layered security to update devices in the field and assure that updated code images have not been modified maliciously:

  • First, the zigbee standard provides a method to encrypt all image transfers over the air with a unique key.
  • Second, the standard provides a method to sign the OTA image with another unique key.
  • Third, the image may be encrypted during manufacturing so that only the end product contains the key to decrypt it.
  • Finally, the image may be stored in on-chip memory that is configured with the debug read-back feature disabled, preventing reverse engineering with standard debug tools, which is a common vulnerability of other solutions.

Once a device receives an encrypted image, its secure bootloader decrypts the image, validates the signature, and then updates the device. Further, the bootloader checks the validity of the active image each time the device boots. If the image is invalid, the bootloader prevents it from updating and returns to using the previous known good image. Thus, image corruption will be quickly detected and the system operator can take action.

Additional techniques

To stop replay attacks (in which an attacker could record and replay a command message to, for example, turn lights on or off), every zigbee command includes a frame counter. The receiving device checks the frame counter and ignores duplicate messages.

zigbee also supports frequency agility so that the network may be relocated to a different channel (frequency) if the current channel is impaired, for example, by a jamming attack.

Conclusion

The zigbee alliance and its member companies take IoT security very seriously, providing several technology and security solutions to meet a broad set of market requirements. Some of the technologies are proven in zigbee Smart Energy, which is considered the gold standard for advanced metering infrastructure (AMI) around the world. Many alliance member companies are specialists in security, and as a leading wireless standards organization the zigbee alliance will continue to engage with research and commercial security experts to contribute to zigbee solutions and audit finished standards and specifications.

To learn more about the zigbee alliance and how it is working to make the IoT more secure, please visit www.zigbee.org. To learn more about joining the alliance and becoming part of the solution, visit www.zigbee.org/zigbeealliance/join/.

Roy Harvey is SSL Electronics & Infrastructure Standards Manager at Osram Sylvania, Inc.

Victor Berrios is Vice President of Technology at the zigbee alliance.

zigbee alliance

www.zigbee.org

@zigbeealliance

LinkedIn: www.linkedin.com/company/zigbee-alliance

Facebook: www.facebook.com/thezigbeealliance

YouTube: www.youtube.com/channel/UCTu8lnBY3JWxhyzLo9r57ww

Notes:

The zigbee standard (formerly referred to as ZigBee 3.0) uses these proven security algorithms, among others:

• 128-bit AES-CCM* for message encryption, authentication, and integrity (per NIST FIPS Publication 197)

• Hash Message Authentication Code (per NIST FIPS Publication 198)

• Matyas-Meyer-Oseas hash function to derive pre-configured link keys from install codes (per Handbook of Applied Cryptography)

 

I'm an insightful business leader with a progressive career in product development, system engineering, and lifestyle management. I offer extensive knowledge regarding the Internet of Things, cloud technologies, and mobile telecommunications. One of my talents is translating technical concepts to non-technical audiences. This has led me to receive several requests to deliver briefings on smart technologies.

More from Victor

Categories
Security