Morning Overview

Google patched an Android zero-day hackers are already exploiting, one of 124 fixes this month

Google patched a zero-day vulnerability in Android that attackers were already exploiting to seize elevated access on devices, with no user interaction required. The flaw, tracked as CVE-2025-48595, is an integer overflow that enables local privilege escalation, and it arrived alongside 124 other fixes in the company’s monthly security bulletin. CISA added the vulnerability to its Known Exploited Vulnerabilities catalog on June 2, 2026, confirming active exploitation in the wild and setting a tight remediation deadline for federal agencies and Android device owners alike.

Why CVE-2025-48595 forced a faster patch cycle

The timing of this fix tells a pointed story. CISA’s addition of CVE-2025-48595 to the KEV list on June 2, 2026, effectively coincided with the patch release, compressing what is normally a slower coordination process between Google and its hardware partners. Under standard monthly bulletin procedures, Android patches are shared with device manufacturers weeks ahead of public disclosure so they can prepare their own updates. The near-simultaneous KEV listing suggests that exploitation activity reached a severity level that demanded accelerated action across the entire Android ecosystem.

The vulnerability itself explains why speed mattered. According to the federal vulnerability catalog, CVE-2025-48595 requires no user interaction to trigger. An attacker who already has local access, through a malicious app or compromised process, can exploit the integer overflow to escalate privileges without the device owner tapping, approving, or even seeing a prompt. That zero-click characteristic turns any foothold on a device into a potential full compromise, which is precisely the kind of bug that threat actors prize for targeted surveillance campaigns and broader mobile malware operations.

The CISA-ADP CVSS 3.1 base score of 8.4, rated HIGH, reflects the combination of low attack complexity, no required privileges beyond local access, and the absence of any user-interaction barrier. Classified under CWE-190, the flaw belongs to a well-known category of integer overflow errors that have plagued software for decades, yet continue to surface in modern codebases when arithmetic operations on memory sizes or buffer lengths go unchecked. In Android’s case, an unchecked calculation in a privileged component can allow an attacker-controlled value to wrap around, bypassing safety checks and opening the door to arbitrary code execution with elevated rights.

What the federal records and KEV listing reveal about active exploitation

The strongest public evidence for real-world attacks comes from two federal sources. CISA’s Known Exploited Vulnerabilities catalog exists specifically to track flaws that have been confirmed as actively exploited, not merely theoretical risks. Its June 2 entry for CVE-2025-48595 carries a mandatory remediation deadline, which means every federal civilian agency running affected Android builds must apply the patch or implement mitigations within a defined window. That mandate also serves as a signal to private-sector organizations and individual users: this is not a hypothetical threat, and delaying updates materially increases the chance of compromise.

The technical backbone for this assessment is maintained by NIST’s vulnerability program, which records the integer overflow mechanism, the local privilege escalation outcome, the CWE-190 classification, and the 8.4 HIGH severity score. Together, these data points establish that the bug is both easy to exploit once local access is obtained and damaging enough to warrant the highest urgency tier short of critical. Because the attack requires no user interaction and only a local foothold, it neatly chains with common initial-access vectors such as sideloaded apps, abused accessibility services, or compromised third-party SDKs embedded in legitimate software.

Beyond the raw CVE record, NIST’s configuration guidance ties individual vulnerabilities like CVE-2025-48595 into broader risk-management controls. Those mappings help enterprises decide where to focus limited patching resources, linking Android privilege-escalation flaws to mobile device management policies, application whitelisting, and hardening baselines. In practice, this means organizations that already enforce strict app-installation rules and rapid mobile OS updates are better positioned to blunt the impact of a zero-day like this one, even before all devices receive the official fix.

What the public record does not yet include is equally telling. Google has not released detailed information about which specific Android builds or chipset combinations are vulnerable, nor has the company described the exploitation methods observed in the wild. That gap is typical for actively exploited zero-days, where full technical disclosure is often delayed to give device manufacturers time to push updates before attackers can reverse-engineer the patch and target unpatched phones. Still, the absence of build-level specifics leaves millions of Android users unable to confirm whether their particular device is exposed until their manufacturer issues its own security bulletin.

Unresolved questions about scope and device-level exposure

Several critical details remain unknown. No public telemetry or incident report has quantified how many devices were targeted or compromised before the patch shipped. The KEV listing confirms exploitation occurred, but it does not describe the scale, the geographic distribution, or the identity of the threat actors involved. Without that information, security teams and individual users are left to treat the vulnerability as a universal risk across all Android devices that have not yet received the June update, rather than a problem confined to a specific region or subset of high-value targets.

Device manufacturers have not publicly committed to patch rollout timelines for this specific fix. Android’s fragmented update ecosystem means that even after Google releases a bulletin, weeks or months can pass before Samsung, Motorola, OnePlus, and dozens of other brands push the corresponding update to their handsets. Older devices that have fallen out of active support may never receive the fix at all. That delay creates a window during which attackers who have studied the patch can craft exploits targeting the millions of phones still running vulnerable code, while users may incorrectly assume that installing app updates alone is sufficient protection.

The hypothesis that exploitation volume forced an accelerated disclosure cycle is consistent with the evidence but not confirmed by any public statement from Google or CISA. Both organizations followed their established processes, and the KEV addition date aligns with the monthly bulletin cadence rather than an out-of-band emergency release. It is possible that Google had already observed limited, targeted abuse of the bug and chose to fold the fix into the regular schedule while quietly coordinating with partners. It is equally plausible that CISA’s confirmation of active exploitation arrived just in time to be reflected in the KEV catalog on patch day, without requiring a separate advisory.

For now, the practical guidance is straightforward. Android users should apply the latest security update as soon as it becomes available for their device, enable automatic system updates where possible, and avoid sideloading apps or granting unnecessary permissions that could provide the local foothold this vulnerability needs. Organizations managing fleets of Android devices should track vendor bulletins closely, prioritize deployment of the June patches, and use mobile device management tools to enforce update compliance. Until more detail emerges about the scope of attacks, treating CVE-2025-48595 as a broadly exploitable, high-impact flaw is the safest course of action.

More from Morning Overview

*This article was researched with the help of AI, with human editors creating the final content.