Google has published the September 2026 Android Security Bulletin, delivering security fixes for 34 vulnerabilities impacting smartphones, tablets, and enterprise mobile management endpoints. The release is spearheaded by critical zero-click vulnerabilities that allow adversaries to execute arbitrary code within core operating system processes without user intervention.
As standard in Android releases, Google partitioned the updates into two progressive security patch tiers: the 2026-09-01 patch level, addressing core operating system and AOSP framework defects, and the 2026-09-05 patch level, incorporating proprietary vendor-specific driver patches for Qualcomm, MediaTek, and Arm components.
Spotlight on CVE-2026-38290: System Framework Zero-Click RCE
The headline fix in the bulletin is CVE-2026-38290, a critical remote code execution vulnerability residing in the Android System layer. According to the advisory, the flaw is caused by integer truncation and buffer overflow vulnerabilities during the processing of contextual wireless proximity packets.
An attacker positioned within proximity or broadcasting across local networking segments can transmit crafted Wi-Fi Direct or Bluetooth discovery frames that trigger unconstrained memory corruption inside the system server:
- Zero Interaction Required: The target user does not need to click a link, open an application, or accept a pairing request.
- Elevated Execution: Successful exploitation yields code execution within the privileged
system_servercontext, effectively granting the attacker device takeover capabilities, microphone/camera tap privileges, and data exfiltration routes.
Overview of Patched Vulnerabilities by Subsystem
| Subsystem | Key CVEs | Severity Rating | Vulnerability Impact |
|---|---|---|---|
| Android System Framework | CVE-2026-38290, CVE-2026-38291 | Critical | Zero-click Remote Code Execution (RCE) |
| Android Runtime & Media Framework | CVE-2026-38295, CVE-2026-38298 | High | Local Privilege Escalation (LPE) to Root |
| Qualcomm Closed-Source Drivers | CVE-2026-29143, CVE-2026-29144 | Critical | WLAN modem firmware memory corruption |
| Arm Mali GPU Kernel Driver | CVE-2026-34012 | High | Kernel memory disclosure & sandbox escape |
Deployment Timelines & Enterprise Fleet Guidance
Google Pixel devices (Pixel 7, 8, 9, and Fold series) receive the update immediately via over-the-air (OTA) rollouts. For third-party handset manufacturers (Samsung, Xiaomi, Motorola, OnePlus), deployment depends on individual OEM carrier certification cycles, typically spanning two to four weeks.
Enterprise Mobility Management (EMM) administrators should verify device compliance using Mobile Device Management policies:
# Query device patch level via Android Debug Bridge (ADB)
adb shell getprop ro.build.version.security_patch
# Expected compliant output for current bulletin:
# 2026-09-01 or 2026-09-05
Recommended Mobile Defense Measures
- Enforce Minimum Security Patch Level: In Google Workspace, Microsoft Intune, or VMware Workspace ONE, configure conditional access compliance policies requiring devices to run at least security patch level
2026-09-01to access corporate mail and internal networks. - Disable Automatic Wi-Fi Direct / Nearby Share: Temporarily restrict automatic acceptance of wireless discovery services in high-risk physical environments until firmware patches are applied.
- Audit Untrusted Sideloading: Ensure Android Enterprise work profiles enforce strict blocks against sideloaded APKs and unverified app sources.



