Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-27615

CVE-2026-27615: ADB Explorer RCE Vulnerability

CVE-2026-27615 is a remote code execution flaw in ADB Explorer allowing attackers to execute malicious code via UNC path manipulation. This article covers technical details, affected versions, impact, and mitigation.

Published: February 27, 2026

CVE-2026-27615 Overview

ADB Explorer, a fluent UI application for Android Debug Bridge (ADB) on Windows, contains a critical vulnerability that allows remote code execution through UNC path injection. In versions prior to Beta 0.9.26022, the application allows the ManualAdbPath settings variable to be configured with a Universal Naming Convention (UNC) path in the application's settings file (App.txt). This design flaw enables attackers to redirect the ADB binary execution path to a remote network resource under their control, effectively granting them full control over the binary executed by the application.

Critical Impact

An attacker can achieve remote code execution on a victim's machine by convincing them to run a crafted shortcut pointing to a malicious settings file, executing arbitrary code with the privileges of the user running the application.

Affected Products

  • ADB Explorer versions prior to Beta 0.9.26022
  • Windows systems running vulnerable ADB Explorer versions
  • Systems where users can be socially engineered to execute malicious shortcuts

Discovery Timeline

  • 2026-02-25 - CVE CVE-2026-27615 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-27615

Vulnerability Analysis

This vulnerability stems from improper validation of file paths in the ADB Explorer application's configuration handling. The ManualAdbPath setting, which specifies the location of the ADB binary to be executed, accepts UNC paths without proper validation or sanitization. UNC paths follow the format \\server\share\path and allow Windows applications to access files on remote network shares.

When ADB Explorer loads its configuration from App.txt, it does not verify whether the specified binary path is local or remote. This oversight allows an attacker to craft a malicious settings file that points ManualAdbPath to an attacker-controlled SMB share containing a malicious executable masquerading as the ADB binary.

The attack scenario involves distributing an archive file containing both a shortcut to ADB Explorer and a crafted App.txt configuration file. When the victim extracts and executes the shortcut, the application loads the malicious configuration and subsequently executes the attacker's binary from the remote share instead of the legitimate ADB tool.

Root Cause

The root cause is classified under CWE-40 (Path Traversal: '\UNC\share\name' - Windows UNC Share). The application fails to validate that the ManualAdbPath configuration value points to a local file system path. By accepting UNC paths without restriction, the application inadvertently allows external network resources to be specified as executable targets. This lack of input validation on critical path configuration enables the exploitation chain.

Attack Vector

The attack vector is local, requiring user interaction to execute. The exploitation flow involves:

  1. Preparation: The attacker creates a malicious executable and hosts it on an SMB network share they control
  2. Configuration Crafting: A malicious App.txt settings file is created with ManualAdbPath pointing to the UNC path of the attacker's binary (e.g., \\attacker-server\share\adb.exe)
  3. Delivery: The attacker packages the malicious settings file with a shortcut to ADB Explorer in an archive and distributes it to potential victims
  4. Execution: When the victim extracts the archive and runs the shortcut, ADB Explorer loads the malicious configuration
  5. Code Execution: The application attempts to run what it believes is the ADB binary, but instead executes the attacker's malicious code with the victim's user privileges

The vulnerability enables remote code execution despite requiring local user interaction for the initial trigger.

Detection Methods for CVE-2026-27615

Indicators of Compromise

  • Presence of App.txt configuration files containing UNC paths in the ManualAdbPath setting
  • Network connections to unexpected SMB shares when ADB Explorer is executed
  • Suspicious shortcut files (.lnk) pointing to ADB Explorer with custom configuration paths
  • Unexpected executable downloads from remote network shares during ADB Explorer operation

Detection Strategies

  • Monitor for ADB Explorer processes spawning network connections to external SMB shares
  • Implement file integrity monitoring on ADB Explorer configuration files to detect unauthorized modifications
  • Alert on the creation or modification of App.txt files containing UNC path patterns (\\*\*)
  • Deploy endpoint detection rules to identify shortcut files that reference custom configuration directories

Monitoring Recommendations

  • Enable Windows Security Event logging for SMB connections (Event ID 5140, 5145)
  • Configure SIEM rules to correlate ADB Explorer process execution with subsequent SMB traffic
  • Implement application whitelisting to prevent execution of binaries from network shares
  • Monitor for archive files containing both .lnk shortcuts and App.txt configuration files

How to Mitigate CVE-2026-27615

Immediate Actions Required

  • Upgrade ADB Explorer to version Beta 0.9.26022 or later immediately
  • Review existing App.txt configuration files for any UNC path entries in the ManualAdbPath setting
  • Educate users about the risks of running shortcuts from untrusted archive files
  • Implement group policy restrictions to block execution of binaries from UNC paths where feasible

Patch Information

The vulnerability has been addressed in ADB Explorer version Beta 0.9.26022. The fix implements proper validation of the ManualAdbPath configuration setting to reject UNC paths, ensuring only local file system paths are accepted for the ADB binary location.

For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-3f27-jp2g-hwhr.

Workarounds

  • Avoid running ADB Explorer from shortcuts received in archive files from untrusted sources
  • Manually verify the contents of App.txt configuration files before launching the application
  • Configure Windows Firewall to block outbound SMB connections to untrusted networks
  • Use application control policies to restrict ADB Explorer from loading external configuration files

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAdb Explorer

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-40
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-26959: ADB Explorer RCE Vulnerability

  • CVE-2026-26208: ADB Explorer RCE Vulnerability

  • CVE-2026-27115: ADB Explorer Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English