Trending: On-device modelsSearch
iHeartGeek
iTECH

Google patches a Pixel modem zero-day under active attack

Google's September Pixel bulletin fixes 110 flaws. One of them, a permission bypass in the cellular modem, is already being exploited in targeted attacks.

A single unbranded dark smartphone angled across a deep navy background, its screen glowing with an amber and teal gradient and a thin cyan fault line running across the display.

Google published its Pixel Update Bulletin for September 2026 on 15 September, and one line in it matters more than the other 109 entries. The company warns that a flaw in the Pixel's cellular modem may already be under limited, targeted exploitation.

Google's wording is careful, and worth reading twice: “There are indications that CVE-2026-58704 may be under limited, targeted exploitation.” That is a long way from “we patched something theoretical”. It means Google believes somebody, somewhere, has already used this bug against a specific target.

What is CVE-2026-58704?

It is listed in the bulletin as an elevation of privilege issue rated High in the Modem component, under bug ID A-484011314. Google's advisory describes a possible permission bypass in the Cellular Modem caused by a logic error in the code. The result, in Google's own words, is remote escalation of privilege from a proximal or adjacent position, with no additional execution privileges needed and no user interaction required.

In plainer terms, this is a broken permission check rather than a corrupted memory buffer. An attacker who is already close enough to reach the device over an adjacent network, and who holds basic privileges on it, can talk their way past a control that should have stopped them. That is a narrower door than a remote code execution bug, but it is a door, and Google's severity rating plus the exploitation note explain why it is the headline entry in this month's bulletin.

What Google has not done is name a threat actor, describe the target or explain how the flaw was found. The bulletin gives no exploitation detail beyond that single sentence, and no vendor has published technical analysis of the flaw itself. Treat the “limited, targeted” framing as the whole of what is known.

How do you get the fix?

All supported Google devices receive the 2026-09-05 security patch level, and Google says patch levels at or above that address every issue in the Pixel bulletin, including this one. In practice that means opening Settings, then Security & privacy, then System & updates, then Security update, installing, and restarting the phone to finish. Google's standing advice is to accept that update.

What else is in the September Pixel bulletin?

Quite a lot. The September Pixel bulletin carries 110 unique CVEs, of which 12 are remote code execution issues and 89 are privilege escalation issues rated critical or high. Pixel phones get their own bulletin separate from the wider Android Security Bulletin because Google controls that hardware platform directly, which means Pixel owners are waiting on Google rather than on a third-party manufacturer's update schedule.

Why a modem flaw is worth more attention than most

The modem is the part of the phone that talks to a network you do not control, and its firmware sits below Android rather than inside it. A permission bypass there is a different class of problem from a misbehaving app: it is a defect in the code that decides who is allowed to do what at the radio layer. Historically, baseband flaws have also been awkward to fix, because radio firmware has its own stack and its own update path.

This is also not Google's first in-the-wild modem-adjacent emergency this year. In June the company patched an Android Framework zero-day, CVE-2025-48595, that was also being exploited in targeted attacks. The pattern is consistent: a small number of flaws each year are used deliberately against specific people, and they are the ones the exploitation note flags.

Our opinion

Nobody reads a 110-entry security bulletin, and Google knows it. The reason CVE-2026-58704 deserves a minute of your attention is not its severity score, which is only High, or its CVSS-style difficulty, which sounds low. It is the phrase “limited, targeted exploitation”. Google uses that wording sparingly, and it is a signal that this bug was pointed at somebody rather than sprayed at everybody. If your threat model includes a well-resourced adversary who can get within radio range of your phone, this is a today problem and you should already have installed the patch. For everyone else the calculus is duller but still real: your radio firmware had a permission check that did not hold, somebody outside your phone found it, and the fix costs about forty seconds and one restart. That is a bargain next to sitting on a known hole in the one component of the handset that talks to a network you do not own.

What we know
  • Google's Pixel Update Bulletin for September 2026 lists 110 vulnerabilities
  • CVE-2026-58704 is a permission bypass in the Cellular Modem, rated High severity
  • Google says the flaw may already be under limited, targeted exploitation
  • Exploiting it needs access to an adjacent network plus basic privileges on the device
  • Google says no user interaction is needed and no extra execution privileges are required
  • All supported Pixel devices move to the 2026-09-05 security patch level
  • Google has not named a threat actor, a target set or any exploitation detail