CVE-2026-0150: Android EdgeTPU Firmware Privilege Escalation Vulnerability
A flaw in Google Android's EdgeTPU firmware allows a local attacker with basic user privileges to overflow a buffer and gain root-level control of the device. The vulnerability stems from an integer overflow in the ExecuteGraph command handler that fails to properly validate array bounds before writing data. No special user interaction is required—an attacker with local access can trigger the issue directly.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.8 HIGH · CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-190, CWE-787
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-16 / 2026-06-17
NVD description (verbatim)
In ExecuteGraph command handler of EdgeTPU firmware, there is a possible out of bounds write due to an integer overflow. This could lead to local escalation of privilege with root privileges needed. User interaction is not needed for exploitation.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-0150 is an out-of-bounds write vulnerability in the EdgeTPU firmware's ExecuteGraph command handler, rooted in an integer overflow condition (CWE-190). The overflow allows an attacker to write beyond allocated buffer boundaries (CWE-787), potentially corrupting adjacent memory structures. The vulnerability is triggered through local command execution with standard user privileges, making it a post-authentication but low-friction attack surface. The lack of address space layout randomization or similar mitigations on the affected firmware component increases exploitability.
Business impact
This vulnerability creates a direct privilege escalation path on Android devices that expose EdgeTPU functionality. Any application installed by a user—or malicious app downloaded from third-party stores—can exploit this to gain root access, enabling complete device compromise, data exfiltration, persistent malware installation, and circumvention of Android's security model. For enterprises managing fleets of Android devices with EdgeTPU hardware, this represents a critical supply-chain and endpoint security risk.
Affected systems
Google Android devices equipped with EdgeTPU (Tensor Processing Unit) hardware are affected. This includes Pixel phones with Tensor chips and other Android handsets or IoT devices that integrate EdgeTPU for on-device machine learning acceleration. The vulnerability requires the affected firmware version to be present; verify your device's EdgeTPU firmware version against Google's advisories to confirm exposure.
Exploitability
The vulnerability is relatively straightforward to exploit given local access. An attacker requires only standard user-level privileges and can trigger the ExecuteGraph handler directly without requiring user interaction, social engineering, or additional vulnerabilities. The integer overflow is deterministic and not dependent on timing or randomness, making reliable exploitation feasible. However, exploitation is limited to local attackers who can execute code on the device.
Remediation
Patch your Android device and EdgeTPU firmware to the patched version released by Google. Check Settings > About phone > System update or visit your device manufacturer's support page for available firmware updates. Enterprise deployments should inventory devices with EdgeTPU hardware and prioritize updates for high-security environments. There is no known workaround; patching is the only mitigation.
Patch guidance
Google released security patches in June 2026 addressing this vulnerability. Apply the latest Android security patch immediately via over-the-air (OTA) updates or manual installation through your device manufacturer. For enterprise devices, use mobile device management (MDM) tools to enforce and monitor patch deployment. Verify patch application by checking the Android security patch level in device settings; it should be June 2026 or later. If patches are not yet available for your specific device model, consult your manufacturer's security advisory for timing and escalate if your device has reached end-of-life support.
Detection guidance
Monitor for unexpected root permission escalations originating from the EdgeTPU subsystem or applications with unusual access to the Tensor/ML acceleration hardware. Endpoint detection and response (EDR) tools should flag processes attempting to interact with EdgeTPU command interfaces (ExecuteGraph) outside normal application behavior. For network-level detection, correlate large or unusual outbound traffic spikes from devices immediately following privilege escalation events, which may indicate data exfiltration post-compromise. Forensic examination of affected devices should look for modified kernel modules or system binaries modified after device provisioning.
Why prioritize this
This vulnerability scores HIGH (7.8 CVSS) due to the combination of low attack complexity, low privilege requirement, and severe impact (complete confidentiality, integrity, and availability compromise). The absence of user interaction required and the deterministic nature of the exploit make it a material risk for any organization deploying Android devices with EdgeTPU hardware. The lack of public exploit code availability (KEV status: not listed) does not reduce the risk, as the technical details are straightforward enough to weaponize quickly.
Risk score, explained
CVSS 7.8 reflects a high-severity local privilege escalation. The vector CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H indicates: Attack Vector (Local) requires device access; Attack Complexity (Low) means no special conditions needed; Privileges Required (Low) allows standard users to trigger it; User Interaction (None) means no user clicking or consent required; Scope (Unchanged) limits impact to the affected device; and full Confidentiality, Integrity, and Availability impact. This is severe because any local user or installed app can become root.
Frequently asked questions
Can this be exploited remotely?
No. The vulnerability requires local access to the device (AV:L in the CVSS vector). A remote attacker would first need to gain code execution on the device through another vulnerability. However, once local access is achieved, no further interaction or privilege is needed, making it a valuable second-stage payload in multi-stage attacks.
Does this affect all Android devices?
No, only devices with EdgeTPU hardware are affected. This includes recent Pixel phones with Tensor chips and select enterprise or IoT Android devices. Check your device's hardware specifications and EdgeTPU firmware version to confirm exposure. Devices without EdgeTPU are not vulnerable.
What if I can't update my device?
If your device manufacturer has ended support or updates are unavailable, consider restricting the device to trusted networks and disabling untrusted app installation. However, this is not a reliable mitigation. Contact your device manufacturer to request extended security support or plan for hardware refresh.
Is there an exploit in the wild?
The vulnerability is not currently listed on CISA's Known Exploited Vulnerabilities (KEV) catalog, meaning public exploitation has not been confirmed. However, the technical simplicity of the flaw means it could be weaponized relatively quickly by skilled attackers. Assume it will be exploited and prioritize patching accordingly.
This analysis is based on publicly disclosed vulnerability information current as of June 2026. Patch versions, timelines, and device-specific impact may vary by manufacturer and region. Always verify patch availability and compatibility with your specific device model through official vendor channels before deploying updates. SEC.co makes no warranty regarding the completeness or accuracy of this analysis and recommends consulting Google's official security advisory and your device manufacturer's guidance for authoritative remediation steps. This vulnerability information is provided for defensive security purposes only. Source: NVD (public-domain), retrieved 2026-07-23. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-0148HIGHAndroid RTP Video Decoder Integer Overflow Remote Code Execution
- CVE-2026-0151HIGHAndroid Graphics Integer Overflow RCE Vulnerability
- CVE-2026-0161HIGHAndroid RTP Integer Overflow Remote Privilege Escalation
- CVE-2026-10999MEDIUMGoogle Chrome ANGLE Integer Overflow Information Disclosure
- CVE-2025-14098HIGHAvira Antivirus Engine Heap Buffer Overflow—Patch Guidance
- CVE-2026-46331HIGHLinux Kernel pedit Packet Editor Page Cache Corruption Vulnerability
- CVE-2026-48095HIGHCritical Heap Overflow in 7-Zip NTFS Handler Enables Code Execution
- CVE-2026-0095HIGHAndroid Bluetooth Integer Overflow Privilege Escalation