Google Patches Actively Exploited Android Zero-Day (CVE-2025-48595) in June Security Update

Android Zero-Day Under Attack: Google Issues Urgent Patch for Privilege Escalation Flaw

HIGH
June 2, 2026
5m read
VulnerabilityMobile SecurityPatch Management

Related Entities

Organizations

Google Qualcomm

Products & Tech

CVE Identifiers

CVE-2025-48595
HIGH
CVE-2025-65018
CRITICAL
CVE-2026-0043
CRITICAL
CVE-2026-0097
CRITICAL
CVE-2026-21352
CRITICAL
CVE-2026-21353
CRITICAL
CVE-2025-47392
CRITICAL
CVE-2026-25276
CRITICAL
CVE-2026-25277
CRITICAL

Full Report

Executive Summary

Google has released its June 2026 security update for the Android operating system, patching a total of 124 vulnerabilities. The most critical fix addresses CVE-2025-48595, a high-severity Elevation of Privilege (EoP) vulnerability in the Android Framework that is being actively exploited in the wild. Google has confirmed the flaw is subject to "limited, targeted exploitation." A successful attack could allow a malicious application to gain system-level privileges, completely compromising the security of the device. The update also includes patches for 18 other critical vulnerabilities. Due to the active exploitation, users are strongly advised to apply the June 2026 security patch as soon as their device manufacturer makes it available.


Vulnerability Details

The primary vulnerability of concern is:

  • CVE-2025-48595: An Elevation of Privilege (EoP) vulnerability in the Android Framework. This is a high-severity flaw that requires a local attacker (e.g., a malicious app installed by the user) to exploit. Successful exploitation allows the attacker to escalate their privileges, potentially to the level of the operating system (SYSTEM), enabling them to bypass Android's security model, access sensitive data, and execute arbitrary code.

Google has not disclosed technical details about the vulnerability or the nature of the in-the-wild attacks to prevent wider exploitation. Such zero-day flaws are frequently used by commercial spyware vendors and nation-state actors for targeted surveillance.

Other Critical Vulnerabilities

The June 2026 bulletin also addresses several other critical flaws, including:

  • CVE-2025-65018: A critical remote privilege escalation flaw, also in the Framework component, which could be exploited without user interaction.
  • Multiple critical flaws in the System component and Qualcomm closed-source components that could lead to privilege escalation or remote code execution.

Affected Systems

  • Actively Exploited Flaw (CVE-2025-48595): Affects Android versions 14, 15, and 16.
  • Other Vulnerabilities: Affect a wide range of Android OS versions and components.

The update is being delivered in two patch levels:

  • 2026-06-01: Addresses vulnerabilities in core Android components.
  • 2026-06-05: A comprehensive patch level that includes the 2026-06-01 fixes plus patches for third-party and kernel components.

Google Pixel devices are typically the first to receive these updates, with other manufacturers like Samsung, OnePlus, and others following over the subsequent weeks and months.


Exploitation Status

Active Exploitation Confirmed. Google's bulletin explicitly states there are "indications that CVE-2025-48595 may be under limited, targeted exploitation." This elevates the urgency of patching significantly. While the scope is described as "limited," any actively exploited zero-day poses a serious threat.

MITRE ATT&CK Techniques


Impact Assessment

A successful exploit of CVE-2025-48595 could have severe consequences for an affected user. An attacker with system-level privileges can:

  • Access all data on the device, including emails, messages, photos, and banking app data.
  • Bypass all application sandboxing and permissions.
  • Install persistent malware or spyware that survives a reboot.
  • Activate the microphone and camera to spy on the user.
  • Steal credentials stored on the device.

Given that the exploitation is targeted, the immediate risk to the general population is lower than a widespread attack. However, the existence of the exploit means it could be incorporated into more widely distributed malware in the future.


Cyber Observables — Hunting Hints

Detection on an individual mobile device is difficult for end-users. For enterprise mobile device management (MDM) platforms, the following patterns could indicate a compromise:

Type
process_name
Value
Unexpected processes running as system or root
Description & Context
Monitor for processes that are not part of the standard Android OS running with elevated privileges.
Type
network_traffic_pattern
Value
Unexplained data exfiltration
Description & Context
An app with no reason to upload large amounts of data suddenly sending traffic to an unknown server.
Type
log_source
Value
Android System Logs (logcat)
Description & Context
Look for crash reports or security exceptions related to the Android Framework that coincide with the installation of a new app.
Type
other
Value
Device running an outdated security patch level
Description & Context
The most reliable indicator of risk is an unpatched device. Use MDM to enforce patch compliance.

Detection Methods

For most users, detection is not feasible. The focus should be on prevention and remediation.

  • Mobile Device Management (MDM): Enterprises should use MDM solutions to query the security patch level of all managed Android devices. Create policies to alert on or restrict access for devices that have not been patched within a defined timeframe.
  • Mobile Threat Defense (MTD): MTD solutions can provide more advanced detection by monitoring device behavior, network traffic, and application integrity to identify signs of compromise that may result from exploiting this vulnerability.
  • App Vetting: Only install applications from the official Google Play Store. While not a perfect defense, it significantly reduces the risk of installing malicious apps that could exploit this flaw.

Remediation Steps

  1. Update Immediately: The only effective remediation is to install the June 2026 Android security update. Users should navigate to Settings > System > System update (or similar path depending on the manufacturer) to check for and apply the update.
  2. Reboot Device: After the update is installed, reboot the device to ensure all patched components are loaded correctly.
  3. Practice App Hygiene: Regularly review installed applications and remove any that are not needed or from untrusted sources. Be cautious about granting permissions to applications.

Timeline of Events

1
June 2, 2026
Google releases the June 2026 Android Security Bulletin, acknowledging active exploitation of CVE-2025-48595.
2
June 2, 2026
This article was published

MITRE ATT&CK Mitigations

The only effective mitigation is to apply the June 2026 security patch provided by Google and device manufacturers.

Use mobile threat defense solutions and ensure Google Play Protect is enabled to detect potentially harmful applications that might carry the exploit.

Train users to only install applications from trusted sources like the official Google Play Store to reduce the attack surface for local exploits.

D3FEND Defensive Countermeasures

The primary and most crucial countermeasure against CVE-2025-48595 is prompt software updates. Since this is a zero-day vulnerability being actively exploited, delaying the patch application poses a significant risk. For enterprises, Mobile Device Management (MDM) systems must be configured to enforce the installation of the June 2026 security patch across all managed Android devices. Set compliance policies to flag, quarantine, or block network access for devices that remain unpatched after a short grace period. For individual users, enable automatic updates and manually check for the update in the device settings. This is the only way to fix the underlying flaw in the Android Framework.

In the context of Android, Executable Denylisting translates to strict application control. Since exploiting CVE-2025-48595 requires a malicious app on the device, preventing that app from being installed is a key preventative measure. Configure MDM policies to block the installation of apps from 'Unknown Sources' (sideloading). For corporate-owned devices, consider using a managed Google Play Store to create an allowlist of approved applications that users are permitted to install. This severely restricts the attacker's ability to get their malicious payload onto the target device, rendering the zero-day exploit useless. This technique acts as a critical compensating control that hardens the device against the initial stage of the attack chain.

For devices with Mobile Threat Defense (MTD) solutions, leverage process and behavioral analysis to detect post-exploitation activity. An app successfully exploiting CVE-2025-48595 would elevate its privileges from a standard application user to the system user. An MTD agent can monitor for this anomalous privilege escalation. It can also detect subsequent malicious behaviors, such as a weather app attempting to read contacts, a game trying to access system logs, or any app attempting to gain root access. Configure MTD policies to automatically alert administrators and quarantine the device if such behaviors are detected. This provides a layer of detection for when preventative measures fail.

Timeline of Events

1
June 2, 2026

Google releases the June 2026 Android Security Bulletin, acknowledging active exploitation of CVE-2025-48595.

Sources & References

Google fixes one actively exploited Android zero-day, 124 flaws
BleepingComputer (bleepingcomputer.com) June 2, 2026
Android June 2026 update patches actively exploited zero-day
Cyber Insider (cyberinsider.com) June 2, 2026
Android Security Bulletin—June 2026
Android Open Source Project (android.com) June 1, 2026

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Tags

AndroidZero-DayCVE-2025-48595GooglePrivilege EscalationMobile SecurityPatch Tuesday

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.