Pixel modem zero-day: check the patch level, not the OS
Google shipped the September Pixel update on September 16 with CVE-2026-58704, a modem flaw under limited targeted exploitation. The fix is patch level 2026-09-05.
Google pushed the September security update to Pixel devices today, and buried in it is CVE-2026-58704, a flaw in the cellular modem that Google says "may be under limited, targeted exploitation." If your team runs Android phones — company-owned or the far more common bring-your-own — the thing to check is not the Android version. It is the security patch level string, and the one you need is 2026-09-05.
What actually happened
The Pixel Update Bulletin rates CVE-2026-58704 High and puts it in the Modem component. That placement matters more than the severity label. A modem bug is not a bad app you can uninstall — it sits below the OS, in the baseband, and it answers to whatever is on the radio side.
BleepingComputer counted 110 fixes in the Pixel update: 12 remote code execution and 89 privilege escalation, all rated critical or high. Exploiting the modem flaw needs adjacent network access and low privileges, with no user interaction — nobody has to tap anything.
Upstream, the Android Security Bulletin for September published on September 8 and defines two patch levels, 2026-09-01 and 2026-09-05. The split is the part people get wrong. A device reporting 2026-09-01 is patched for the first batch and not for the second — which is where the modem fix lives. Partly patched reads as patched on a dashboard.
Why it matters for your business
Your Android fleet is the least-governed computer touching your systems. It holds the MFA push, the Slack session, the mail client with every customer thread in it, and it updates on a carrier's schedule rather than yours.
Query the patch level, not the OS version. On any MDM, the field you want is ro.build.version.security_patch. If you have no MDM, adb shell getprop ro.build.version.security_patch gets it off one device, and Settings → About phone → Android version shows it to a human. Anything reporting earlier than 2026-09-05 is exposed to the modem bug.
Non-Pixel Android is a different timeline. Samsung, Motorola and the rest ship the AOSP fixes when they ship them, and the modem blob depends on the silicon vendor. Sort your inventory by manufacturer and treat "waiting on OEM" as a known open risk with a name, not as a gap in the spreadsheet.
Assume the phone is hostile and design around it. The durable fix is not faster patching — it is making a compromised handset less useful. Phishing-resistant MFA instead of SMS and push, short session lifetimes on anything that reaches billing or the admin panel, and no long-lived API tokens sitting in a mobile mail client.
Key takeaways
- CVE-2026-58704 is a High-severity Modem flaw Google says may be under limited, targeted exploitation
- The fix is security patch level 2026-09-05 —
2026-09-01is not enough - Exploitation needs adjacent network access and low privileges, with no user interaction
- BleepingComputer counted 110 fixes in the Pixel update: 12 RCE, 89 privilege escalation
- Audit
ro.build.version.security_patchacross the fleet, not the Android version number - Non-Pixel devices wait on the OEM and the silicon vendor — track those separately
- Reduce what a compromised phone can reach: phishing-resistant MFA, short sessions, no long-lived tokens on mobile
No idea what patch level your team's phones are on? We build the boring inventory layer — device posture, session lifetimes, token scopes — so a modem zero-day is a report you pull, not a week you lose. See what we build, or tell us what's in your fleet.
Sources: Pixel Update Bulletin — September 2026, Android Security Bulletin — September 2026, BleepingComputer.
- #android
- #mobile-security
- #zero-day
- #byod
- #patching
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
A 2023 Docker build arg gave GitHub admin in 25 minutes
A GitHub token baked into a public Docker image in March 2023 still had admin on three repos in July 2026. Audit your image build history today.
Read itVite dev servers CVE-2026-39364: scanned for cloud keys
F5 Labs logged 807 attacks on exposed Vite dev servers in August. CVE-2026-39364 reads .env files, AWS credentials, and Terraform state. Bind to localhost.
Read it