GOOGLE engineers have proposed restricting local ADB (Android Debug Bridge) connections to address a security concern associated with vulnerability CVE-2026-0073. This change could impact tools like Shizuku and aShell, which rely on local ADB for functionalities without full root access. The proposal includes a suggestion to bind ADBD solely to the Wi-Fi interface (wlan0), blocking connections from the localhost.
While this aims to reduce potential risks from malicious apps exploiting ADB's elevated privileges, developers argue that it could hinder legitimate uses and workflows. They suggest a compromise, advocating for a persistent toggle that would allow advanced users to enable local ADB connections despite the new restrictions.