Firmware: Gsm
The tragedy is that GSM firmware is almost never updated. Carriers treat it as immutable hardware firmware. Phones from 2015 still use baseband code from 2013, still listening for the same malformed L2 frames. Unlike your banking app, which updates weekly, the ghost in the cell tower is frozen in time. Yet the most unsettling aspect of GSM firmware is not its insecurity—it is its intimacy . The firmware knows, in real time, your Timing Advance (how far you are from the tower, accurate to ~550 meters), your Cell ID, your Location Area Code, and your Temporary Mobile Subscriber Identity (TMSI). It knows when you camp on a cell, when you perform a location update, when you go into idle mode.
This isn't theoretical. Projects like OsmocomBB have demonstrated running custom GSM firmware on legacy phones. Researchers have remotely jailbroken iPhones through baseband bugs. The infamous "Simjacker" attack exploited SIM card firmware, but the principle is the same: the deeper the layer, the more absolute the compromise.
The ghost is not in the machine. The ghost is the machine. gsm firmware
Consider the romance of this: a melody of state machines and interrupt handlers choreographing your "hello." Consider also the horror: the same firmware is a relic of the 1980s. GSM was designed when a "threat model" meant someone with a radio scanner, not a state actor with a software-defined radio. The encryption algorithms—A5/1, A5/2, and the slightly less broken A5/3—were intended to keep casual eavesdroppers out. Today, they are cryptographic gauze. Dedicated attackers can crack A5/1 in seconds on a laptop.
But the deeper lesson of GSM firmware is this: every layer of abstraction we add to communication—from analog to digital, from hardware to software—introduces new ghosts. The baseband processor is a dark mirror of our own vulnerability. We write code to connect us, but the code itself remains disconnected from trust, from time, from repair. The tragedy is that GSM firmware is almost never updated
We speak of "cellular networks" as if they were weather systems—natural, atmospheric, invisible. But beneath every call, every SMS, every 2G fallback when 5G flickers out, there is a layer of reality that is neither wave nor particle, but code. Specifically, the firmware that breathes life into the Global System for Mobile Communications (GSM).
To examine GSM firmware is to stare into the paradox of modern infrastructure: it is both obsolescent and foundational, vulnerable yet indispensable. When you speak into a phone, your voice does not travel through the air as a continuous stream. It is chopped, compressed, packetized, and encrypted—all by the baseband firmware. This code, often written in a hazardous blend of C and proprietary real-time OSes, runs on digital signal processors (DSPs) older than most modern coding bootcamps. It is firmware that must respond in milliseconds, handling handovers between towers, adjusting transmission power based on radio conditions, and negotiating ciphering keys with the network. Unlike your banking app, which updates weekly, the
What happens then to the firmware? It will sleep inside billions of discarded phones, in desk drawers and landfills, still listening. Still ready to parse a System Information Type 1. Still loyal to a network that no longer exists.