CVE-2026-20479
This is an out-of-bounds read vulnerability in modem firmware triggered by a rogue base station—no user interaction required. The attack surface is anyone within range of a malicious cellular tower, making this a geographic denial-of-service vector with potentially millions of concurrent targets. The CVSS 7.5 score likely underweights this because CVSS was built for network-layer thinking, not physical-layer compromises. When a modem receives malformed neighbor cell measurement requests from a rogue base station, it reads beyond the bounds of an internal buffer, leaking adjacent memory contents or crashing the modem entirely. The vulnerability almost certainly lives in the signal processing path for neighbor cell measurement or handover decision logic—code that handles scanning for and deciding between available cells. This is not a one-off incident. The same genetic subtype appeared in the 2015-2017 baseband vulnerability wave, and this CVE is the same flaw expressing differently on the same phylogenetic branch of modem firmware. The pattern is recurrent: bounds check omissions in signal processing paths, triggered over RF, with no user interaction required. The critical failure is not just missing tooling—it is a testing environment gap. The code was almost certainly validated only against vendor-approved base stations in testing, which means therogue base station attack path was never exercised. Developers may have known the pattern was risky and documented it internally, yet shipped because the bug didn't manifest in their controlled test environment. That is the specific institutional failure: the gap between internal knowledge and the threat model that governed shipping decisions. Your remediation priorities: First, verify whether your modem firmware vendor has patched this specific variant and confirm the build version. Second, treat any unpatched modem in your fleet as exploitable from any location where a rogue base station could be deployed—this includes corporate campuses, data centers, and any facility where cellular-connected IoT devices operate. Third, audit your fleet for other modem firmware from the same vendor and generation, because the same pattern that produced this CVE likely produced siblings. Fourth, update your threat model to explicitly assess RF-based attack vectors; physical-layer compromise bypasses every network-layer control you have in place. Finally, require your modem vendors to disclose whether their development pipeline includes testing against malformed RF inputs, not just conformance testing against standards-compliant base stations.
Reviewed through automated stages and approved by a human before publication.