LIVE · cybersecurity feed
vulnerabilitycriticalCVE-2025-54957

A 0-click exploit chain for the Pixel 9 Part 3: Where do we go from here?

zeroday.news·175d ago

The Android ecosystem faces significant challenges in mitigating zero-click exploit chains, particularly concerning audio processing components and device drivers, according to recent research. While specific vulnerabilities in the Dolby UDC (Universal Decode Component) and a BigWave driver were identified and exploited, the broader implications highlight systemic issues in attack surface management, bug discovery, exploitability, and patch deployment across Android devices.

A key area of concern is the audio attack surface, exemplified by the Dolby UDC's integration into Google Messages on Pixel devices. Incoming audio messages are transcribed before user interaction, and on Pixel 9, a secondary process, com.google.android.tts, also decodes audio, seemingly for searchability. Both processes utilize device-wide decoders, including the UDC. While most incoming messages use common audio formats, the UDC is often employed for less frequent formats, typically found in commercial media. Researchers suggest that removing less commonly used decoders like the UDC from the zero-click attack surface could significantly enhance user security. The increasing prevalence of AI-powered features on mobile devices is also noted as a potential driver for expanding the zero-click attack surface, necessitating ongoing security reviews by mobile vendors to understand and manage the impact of new functionalities.

The speed at which vulnerabilities were discovered during this research was surprising. A Dolby UDC vulnerability was found in under two days during a one-week team hackathon, and a BigWave driver vulnerability was identified in less than a day. While significant preparation and tooling development preceded these discoveries, the time investment was considered small relative to the potential impact of a zero-click exploit. Researchers estimate that a well-resourced attacker could find the necessary vulnerabilities for such an exploit chain in a matter of person-weeks. Despite Android's investments in media codec security through bug bounty programs and fuzzing, gaps remain, as fuzzing efforts may not cover all components like the UDC. A comprehensive analysis of the zero-click attack surface and rigorous fuzzing and review processes are recommended for Android and its original equipment manufacturers (OEMs).

Device drivers, however, continue to be a persistent weak point in Android security. Despite efforts by Android and its upstream vendors to improve driver security, attackers have demonstrated a significant ability to find and exploit these vulnerabilities. Google's Threat Intelligence Group has documented numerous Android driver vulnerabilities exploited in the wild. Addressing this issue may require a multi-pronged approach, including rewriting vulnerable drivers in memory-safe languages like Rust, conducting consistent security reviews, limiting driver access from unprivileged contexts, and improving the updatability of driver code.

The ease with which these vulnerabilities could be exploited is also a concern. Exploiting the Dolby UDC vulnerability was estimated to take eight person-weeks, and the BigWave driver vulnerability took three person-weeks for a basic proof-of-concept. This is considered a relatively short timeframe given the capabilities of such exploit chains. The research also identified two specific security mitigations that did not function as expected. The Dolby UDC decoder process on Pixel 9 lacked a seccomp policy, which is present in the Android Open Source Project (AOSP) and other tested devices. The absence of this policy likely added significant development time to the exploit. Regular verification of security features across all releases is crucial to prevent such regressions.

Furthermore, kernel address space layout randomization (kASLR) was found to be ineffective on Pixel devices due to a long-standing issue. This decision to deprioritize kASLR's effectiveness made exploiting the BigWave vulnerability easier, potentially saving attackers weeks of effort. The research also noted that the Dolby UDC vulnerability was not exploitable on macOS or iPhones, partly due to the use of the `-fbounds-safety` compiler flag, which adds memory bounds checking. Dolby is encouraged to extend such compiler-based protections across all platforms. While Apple has implemented hardware-based memory protection technologies like MIE, which could probabilistically hinder exploits similar to the BigWave driver bug, its effectiveness is limited by the absence of compiler-level protections in some cases. Pixel devices have Memory Tagging Extension (MTE) support, but it is only enabled for users in Advanced Protection mode, limiting its benefit to the broader user base.

The exploit chain's efficiency, requiring only two software defects to gain kernel privileges from a zero-click context, is also noteworthy. This suggests that more robust sandboxing and privilege limitation features on Android, particularly for media decoding processes, could increase the complexity for attackers and necessitate longer exploit chains.

Finally, the timeframe for patching these vulnerabilities raises significant concerns. The UDC vulnerability was reported to Dolby in June 2025, with initial fixes appearing in ChromeOS in September 2025. Pixel devices did not receive these fixes until October 2025, and a public patch was not available until January 2026. This 139-day delay for a zero-click exploitable vulnerability to be patched on any Android device, and an additional 54 days for Pixel, is described as alarming. The vulnerability remained public for 82 days before Pixel shipped a patch.

vulnerabilitypatchnation-stateai
← Back to latest

More News

view all →
zeroday.news · 4h ago·critical

Ubiquiti Patches Critical UniFi Flaws Across Connect, Talk, Access, Protect, and OS

Ubiquiti has released security updates to address several critical vulnerabilities affecting its UniFi product line, including UniFi Connect, Talk, Access, Protect, and OS. These flaws could allow attackers to escalate privileges or execute arbitrary commands on affected devices. While no active exploitation has been reported for these specific vulnerabilities, the company has previously seen its UniFi OS and Edge OS products targeted by threat actors.

zeroday.news · 4h ago·critical

Attackers using Langflow flaw for credential harvesting (CVE-2026-55255)

CISA has issued a warning regarding a critical vulnerability (CVE-2026-55255) in the Langflow AI framework, which is being actively exploited by attackers. The flaw allows authenticated users to execute arbitrary flows belonging to other users, potentially leading to the theft of sensitive credentials and data exposure, especially in multi-tenant environments. US federal agencies have been mandated to patch this vulnerability by July 10th.

zeroday.news · 3h ago·high

China-Linked APT Expands Arsenal With New ‘Leash’ Backdoors

A China-linked advanced persistent threat (APT) group, identified as LapDogs, has reportedly enhanced its malicious toolkit. Security researchers have observed the deployment of three new backdoors: LongLeash, DogLeash, and JarLeash, which are designed to compromise small office/home office (SOHO) routers.

zeroday.news · 3h ago·high

RedWing Android Spyware Sold as a Service on Telegram

A new Android spyware called RedWing is being offered as a service on Telegram, allowing less sophisticated attackers to compromise phones and steal banking information. Researchers have identified it as a polished malware-as-a-service operation with extensive documentation and a subscription model, potentially linked to Russian threat actors. RedWing employs fake login overlays, SMS interception, call forwarding, and even screen control to harvest credentials and conduct further malicious activities.

zeroday.news · 3h ago·high

Operationalizing Day Minus Seven: The Cloud-Native ROC

The article introduces the concept of a Risk Operations Center (ROC) as a necessary evolution for cybersecurity teams facing AI-driven threats. It argues that traditional risk management models are insufficient due to the speed at which AI can discover and exploit vulnerabilities, especially in cloud environments. A ROC, powered by platforms like Qualys Enterprise TruRisk Management (ETM), aims to unify disparate security findings, hyper-prioritize risks based on exploitability and business impact, and enable autonomous remediation to keep pace with attackers.

zeroday.news · 4h ago·high

Armored Likho Hits Government, Energy Sectors With BusySnake Stealer

Cybersecurity researchers have identified a new threat actor, dubbed Armored Likho, targeting government and energy sectors in Russia, Kazakhstan, and Brazil with a sophisticated phishing campaign. The operation utilizes a custom-built Python infostealer named BusySnake, designed to steal credentials, sensitive documents, and other high-value data. The attackers employ AI-generated payloads to obscure their activities and maintain persistence through various methods, including reverse SSH tunneling.