Team82 Research
OPC UA is the standard unified communication protocol in industrial environments
Proprietary field devices and ICS/SCADA systems that previously could not exchange data on the OT network now do so over OPC UA, which is now supported by dozens of vendors across industries
Team82 has compiled a comprehensive guide to OPC UA, examining its history, security features, and attack surface
Part 1, OPC UA Uncovered: History of the OPC UA Protocol is available today
In the coming weeks, we will publish additional installations of this guide, including disclosures of new vulnerabilities, details on some of the tools we use—including an OPC UA network fuzzer, and an exploitation framework
OPC UA (Open Protocol Communication Unified Architecture) is today the standard protocol for unified communications in industrial environments. As more vendors build new products that implement OPC UA—or retrofit older devices to support the protocol—it becomes one of the few mutually understood and adopted technologies in OT.
OPC UA solved critical interoperability issues between field devices and ICS/SCADA systems that previously could not exchange data. Developed by the OPC Foundation, OPC UA is the standard protocol over which engineers and operators can, from a single server, communicate with and manage physical processes on the OT network. The fact that OPC UA is platform independent allows devices from different vendors to seamlessly communicate.
To achieve this goal, a few components were introduced: the OPC server, OPC client, and the OPC gateway. The OPC server contains many protocol converters that are capable of communicating with devices, such as PLCs, using their proprietary protocols, including Modbus, EtherNet/IP, S7, and more. The OPC server will constantly query devices for specific predefined memory values that are known as tags or points, and store them in a special database. Later, an OPC client, such as an HMI, can communicate with the server using the generic OPC protocol to get the values of these tags/points.
Team82 has invested considerable time and resources to research the security of the OPC UA protocol. Since 2020, we’ve disclosed more than two dozen vulnerabilities in OPC UA products, or in the protocol stack itself. We’ve researched clients, servers, and other software that supports OPC UA, and our work has helped improve the security of the overall network protocol stack. In addition, we also made freely available a network fuzzer used to find a number of zero-day vulnerabilities in OPC UA products in preparation for the Pwn2Own Miami competition in 2022 and 2023.
Today, we’re publishing the first in a multipart series of blogs that we hope will be the ultimate resource for OT engineers, asset operators, and asset owners intimately involved in OT network security, and specifically, OPC UA.
Throughout the series we plan to share our research into the OPC UA attack surface, and provide extensive background on the following:
The inner workings of the protocol
Recap OPC UA history
Explain OPC UA’s security features
Cover the OPC-UA attack surface
Disclose some information about new vulnerabilities
Describe new attack techniques targeting OPC UA
Introduce a new OPC UA exploit framework and fuzzers.
Our goal is to publish and maintain a useful OPC UA security guide, one that can be referenced often in order to minimize the risk to OT networks, and reduce the potential for damaging remote code execution or denial-of-service attacks.
In part one of Team82’s series examining the OPC protocol, we look at its history and the different flavors of OPC that have been developed throughout the past two decades. This blog sets the table for the remainder of this series, which will examine the OPC attack surface, security features in the protocol, and attack vectors.
Part 1: History of the OPC UA protocol
Part two begins our exploration of the OPC UA protocol, how it's used, its data model, and encoding. This is an extensive technical dive under the hood of the protocol, which is the standardized, secure, and reliable communication channel for exchanging data between devices, machines, and control systems, irrespective of the manufacturer or platform.
Part 2: What is OPC UA?
In part three, we cover not only OPC UA's structure, but four messaging types: HEL, OPN, MSG, and CLO, and demonstrated how they come into play while communicating over OPC UA and creating new sessions. Finally, OPC UA’s security features are dissected. Its features enable users to be fully authenticated, authorized, and sign and/or encrypt traffic if they so choose.
Part 3: Exploring the OPC UA Protocol
In this part, we describe the risk of changing values via OPC UA and the threat associated with exploiting OPC-UA components like servers or gateways. We also delve into the supply chain of OPC-UA components including core libraries, protocols stacks, SDKs and products that are built on top of it.
Part 4: Targeting Core OPC UA Components
In part five, we explain our research methodology, how we set up our research environment, utilized fuzzers, and dove into the specification to find bugs and vulnerabilities in common protocol implementations. We will also discuss our results including the vulnerabilities we found, and the open-source tools we developed to uncover those issues.
Part 5: Inside Team82's Research Methodology
The centerpiece tool of our research is an advanced OPC UA Exploit Framework we built and used to execute many unique attacks against OPC UA implementations. It’s been immensely useful in finding close to 50 vulnerabilities in products using the protocol from OPC-UA client to servers to protocol gateways. In part six, we make it publicly available on our GitHub repository, and invite fellow researchers and vendors to use this framework to test their code bases and the security of your respective products.
Part 6: A One-of-a-Kind OPC UA Exploit Framework
Denial of service (DoS) attacks on industrial networks utilizing OPC UA are particularly perilous due to their potential to disrupt critical operations. OPC UA-based systems play a vital role in industrial automation, and a DoS attack can overload network resources or flood communication channels, rendering the system unavailable. In part seven, we explore three attack concepts that could disrupt automation services over OPC UA.
CWE-749 Exposed Dangerous Method or Function
When user authentication is not enabled the shell can execute commands with the highest privileges. Red Lion SixTRAK and VersaTRAK Series RTUs with authenticated users enabled (UDR-A) any Sixnet UDR message will meet an authentication challenge over UDP/IP. When the same message comes over TCP/IP the RTU will simply accept the message with no authentication challenge.
CVSS V3: 10
CWE-288: Authentication Bypass Using an Alternative Path or Channel
Red Lion SixTRAK and VersaTRAK Series RTUs with authenticated users enabled (UDR-A) any Sixnet UDR message will meet an authentication challenge over UDP/IP. When the same message is received over TCP/IP the RTU will simply accept the message with no authentication challenge.
CVSS V3: 10
The vulnerability is caused by the using deprecated deserialization functions and/or classes such as BinaryFormatter in the zenon internal graphic utility DLLs.
CVSS V3: 6.3
The vulnerability is caused by the default directory permissions for the Zenon Projects directory in the engineering studio default workspace. By allowing access to all the users on the system, the attacker may alter the zenon project itself to load arbitrary zenon projects in the zenon runtime.
CVSS V3: 5.9
Code Execution through overwriting service executable in utilities directory. The vulnerability is caused by the weakly configured default directory permission for the ABB Utilities directory.
CVSS V3: 7.0