ridhinva/CVE-2026-0073-ADBD-Bypass

GitHub: ridhinva/android-adb-bypass-scanner

Stars: 0 | Forks: 0

# CVE-2026-0073 — Android Debug Bridge (ADB) Auth Bypass RCE

## Overview **Logic error in adbd_tls_verify_cert allows bypass of wireless ADB mutual authentication. Remote code execution as shell user.** | Field | Value | |-------|-------| | CVE | CVE-2026-0073 | | Severity | CRITICAL | | Product | Android Debug Bridge (ADB) | | CISA KEV | 2026-05-04 | | Attack Type | Auth Bypass RCE | | Auth Required | None | ### Affected Versions | Status | Versions | |--------|----------| | ❌ Vulnerable | Android devices with wireless ADB enabled | | ✅ Fixed | Patched in Android Security Bulletin May 2026 | ## Installation # Clone git clone https://github.com/ridhinva/CVE-2026-0073-ADBD-Bypass.git cd CVE-2026-0073-ADBD-Bypass # Install deps (if any) pip install requests ## Usage ### Scan Single Target python3 adb_bypass_scanner.py example.com python3 adb_bypass_scanner.py https://192.168.1.1 ### Mass Scan from File echo "target1.com" > targets.txt echo "target2.com" >> targets.txt python3 adb_bypass_scanner.py targets.txt ### Show Vulnerability Info python3 adb_bypass_scanner.py --info ## How It Works The scanner checks for exposed endpoints associated with this vulnerability and reports potential targets for manual verification. ## References | Source | Link | |--------|------| | CISA KEV | https://www.cisa.gov/known-exploited-vulnerabilities-catalog | | NVD Entry | https://nvd.nist.gov/vuln/detail/CVE-2026-0073 | | Vendor Advisory | https://security.paloaltonetworks.com/CVE20260073 | ## Disclaimer For authorized security testing and educational purposes only. Unauthorized access is illegal. ## Author **@c_y_p_h3r** — Bug bounty hunter & security researcher