The discovery of vulnerabilities within the standardized RUN AT command structure underscores a systemic failure to balance legacy functionality with modern cybersecurity principles in IoT hardware design. While the average user perceives a SIM card as a mere identifier for billing and network access, it is actually a sophisticated microcontroller capable of executing autonomous tasks. This capability stems from the Subscriber Identity Module Application Toolkit, which allows the chip to bypass the host device’s primary security protocols to manage network-level operations. In the context of the Internet of Things, where devices are often deployed in unmonitored environments, this inherent trust becomes a significant liability. As cellular connectivity becomes the backbone of critical infrastructure, the realization that a small piece of plastic can serve as a backdoor for code execution is forcing a radical reassessment of hardware-level trust models.
The Legacy Language: Understanding Modem Control
The root of this vulnerability lies in the RUN AT command, a mechanism that allows a SIM card to send instructions directly to the cellular modem using a control language from the early 1980s. This protocol was originally intended to simplify the communication between external modems and computers, but its inclusion in modern integrated circuits has created a dangerous bridge. Because modern devices often treat the SIM as a trusted component, these instructions are executed with very little verification or filtering. This protocol compliance creates a dangerous attack surface where a SIM card can act as a general-purpose console, effectively bypassing the security layers intended to protect the device’s main operating system. For many industrial IoT modules, the RUN AT interface remains active by default, providing an unintended doorway for malicious code to enter the system without triggering traditional network firewalls.
Building on this foundation, the technical execution involves the SIM card issuing proactive commands that the modem is programmed to follow without question. These commands can include requests to open data channels, send short messages, or provide local information about the device’s environment. However, the most critical risk arises when the SIM card uses the RUN AT command to interact with the underlying firmware of the cellular module. By sending specific strings of code, an attacker can manipulate the internal settings of the hardware, potentially redirecting traffic or disabling security features that prevent unauthorized remote access. This level of control is particularly problematic because it occurs at a layer below the application processor, making it nearly impossible for traditional mobile security software to detect. The industry is now grappling with the fact that a component meant for identity is being used to strip away the integrity of the hardware.
Architectural Weaknesses: Hardware and Software Integration
In many modern IoT modules, the boundary between the radio hardware and the application processor is surprisingly thin, leading to significant cross-contamination of security risks. When a modem receives a command from a SIM card, the instruction often travels deep into the system, reaching internal processors that run complex environments like Linux or Android. This architectural design means that a vulnerability in the SIM interface can quickly escalate into a full system takeover, granting an attacker access to sensitive data or control over the hardware’s primary functions. The integration of these disparate components into a single System-on-Chip has streamlined manufacturing but has also removed the physical and logical air gaps that previously isolated the radio stack from the main operating system. Consequently, a malicious instruction sent via the cellular interface can manipulate system-level variables, modify boot sequences, or install persistent malware.
Recent testing has shown a significant gap between consumer smartphones and industrial IoT modules, highlighting a major security oversight in the global supply chain for connectivity. While flagship phones from companies like Apple and Google have successfully mitigated these risks through custom modem firmware and strict application sandboxing, the same cannot be said for the industrial sector. A vast majority of tested cellular modules, particularly those used in critical infrastructure, were found to be susceptible to these malicious commands. This disparity exists because industrial modules prioritize long-term stability and compatibility over the rapid security iteration seen in the consumer market. Many of these modules utilize off-the-shelf chipsets that have not been updated to account for modern exploitation techniques targeting the RUN AT protocol. This creates a landscape where the devices powering our power grids are far more vulnerable than the mobile phones in our pockets.
Real-World Threats: Exploitation of Critical Systems
The practical implications of these findings are alarming, as demonstrated by successful attacks on electric vehicle charging stations and industrial routers. By exploiting flaws in how background processes handle commands, researchers were able to achieve remote code execution on the internal computer of a public charger. This allowed the simulated attackers to gain control over the charging logic, access customer payment data, and potentially pivot to the wider utility grid. This type of exploitation is not limited to physical manipulation; it can be triggered by a compromised SIM card or a malicious signal sent through the mobile network. The ability to execute code at the system level means that an adversary could effectively turn a fleet of charging stations into a distributed botnet, capable of launching synchronized attacks on the power infrastructure. Such scenarios underscore the urgent need for hardware-level defenses that do not rely on the cellular interface.
Other scenarios included 2G pinning, where a SIM command forces a device into an insecure, legacy network state that a user cannot fix, making it an easy target for eavesdropping. Unlike traditional hacking that requires a remote connection, this threat can also manifest through physical access in municipal settings where hardware is left unattended in public spaces. It is relatively easy for an adversary to swap a legitimate card for a hostile one or use a thin interposer to intercept traffic between the SIM and the modem. Furthermore, because these commands are part of the global cellular standard, an attacker can potentially compromise a SIM card remotely through a mobile network operator’s infrastructure. This multi-vector threat model makes the SIM card a unique security risk, as it can be exploited through physical tampering, network-side manipulation, or pre-installed malicious applets that lie dormant until a specific trigger is received from an attacker.
Strategic Remediation: Securing the IoT Ecosystem
Fixing these vulnerabilities proved to be a complex task because the RUN AT interface was a documented feature rather than a simple coding error. Major chipmakers like Qualcomm moved toward a hardened approach by disabling these interfaces by default in newer hardware releases during the current development cycle from 2026 to 2028. However, because the IoT market remained highly fragmented, providing a universal patch was nearly impossible, leaving many existing devices reliant on vendor-specific firmware updates that were not always delivered. The sheer volume of legacy devices in the field meant that many organizations had to weigh the cost of hardware replacement against the risk of continued exposure. Engineers found that even when patches were available, the process of deploying them to remote units was fraught with logistical challenges and potential downtime, further complicating the transition to a more secure and resilient industrial cellular architecture.
To defend against these hostile console attacks, organizations were forced to adopt a zero-trust approach to their internal hardware communication protocols. Fleet managers and security professionals began auditing their existing cellular hardware to identify if vulnerable interfaces were active and accessible. By utilizing specialized auditing tools and demanding hardened firmware from their technology suppliers, companies started to close the door on legacy protocols that had become modern liabilities. The industry transitioned toward a model where every command, regardless of its source, required strict validation before execution. Moving forward, the focus shifted toward implementing robust hardware security modules and integrated SIM technologies that offered better isolation and encrypted communication channels. These proactive measures ensured that the cellular connection remained a secure asset rather than a hidden entry point for sophisticated adversaries looking to disrupt infrastructure.

