CVE-2026-26208
Awaiting Analysis
Awaiting Analysis - Queue
Insecure Deserialization in ADB Explorer Enables Remote Code Execution
Publication date: 2026-02-13
Last updated on: 2026-02-13
Assigner: GitHub, Inc.
Description
Description
ADB Explorer is a fluent UI for ADB on Windows. Prior to Beta 0.9.26020, ADB Explorer is vulnerable to Insecure Deserialization leading to Remote Code Execution. The application attempts to deserialize the App.txt settings file using Newtonsoft.Json with TypeNameHandling set to Objects. This allows an attacker to supply a crafted JSON file containing a gadget chain (e.g., ObjectDataProvider) to execute arbitrary code when the application launches and subsequently saves its settings. This vulnerability is fixed in Beta 0.9.26020.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| adb_explorer | adb_explorer | to 0.9.26020 (exc) |
| newtonsoft | json | * |
| alex4ssb | adb_explorer | to 0.9.26020 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-502 | The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid. |