Share
## https://sploitus.com/exploit?id=5AA76C64-851E-53E7-B012-89CF34805B75
# 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
```bash
# 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
```bash
python3 adb_bypass_scanner.py example.com
python3 adb_bypass_scanner.py https://192.168.1.1
```
### Mass Scan from File
```bash
echo "target1.com" > targets.txt
echo "target2.com" >> targets.txt
python3 adb_bypass_scanner.py targets.txt
```
### Show Vulnerability Info
```bash
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