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-26214

CVE-2026-26214: Galaxy FDS SDK Information Disclosure Flaw

CVE-2026-26214 is an information disclosure vulnerability in Xiaomi Galaxy FDS Android SDK that disables TLS hostname verification, enabling man-in-the-middle attacks. This article covers technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2026-26214 Overview

CVE-2026-26214 is a critical TLS hostname verification bypass vulnerability in the Galaxy FDS Android SDK (XiaoMi/galaxy-fds-sdk-android) version 3.0.8 and prior. The SDK disables TLS hostname verification when HTTPS is enabled, which is the default configuration. This implementation flaw allows man-in-the-middle attackers to intercept and modify communications between Android applications and Xiaomi FDS cloud storage endpoints.

Critical Impact

Applications using the Galaxy FDS Android SDK with default HTTPS settings are vulnerable to man-in-the-middle attacks, potentially exposing authentication credentials, file contents, and API responses to attackers who can intercept network traffic.

Affected Products

  • Galaxy FDS Android SDK (XiaoMi/galaxy-fds-sdk-android) version 3.0.8
  • Galaxy FDS Android SDK (XiaoMi/galaxy-fds-sdk-android) all versions prior to 3.0.8
  • Android applications integrating the affected SDK versions with default HTTPS configuration

Discovery Timeline

  • 2026-02-12 - CVE-2026-26214 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2026-26214

Vulnerability Analysis

This vulnerability stems from improper certificate validation (CWE-297) in the Galaxy FDS Android SDK. The core issue exists in the GalaxyFDSClientImpl.createHttpClient() method, where the SDK configures Apache HttpClient with SSLSocketFactory.ALLOW_ALL_HOSTNAME_VERIFIER. This configuration accepts any valid TLS certificate regardless of whether the hostname matches, effectively nullifying a critical security control in the TLS handshake process.

Since HTTPS is enabled by default in FDSClientConfiguration, all applications using the SDK with default settings are affected without any explicit developer action. The XiaoMi/galaxy-fds-sdk-android open source project has reached end-of-life status, meaning no official patches will be released.

Root Cause

The root cause is the use of SSLSocketFactory.ALLOW_ALL_HOSTNAME_VERIFIER in the HTTP client configuration. Hostname verification is a critical component of TLS security that ensures the certificate presented by the server matches the hostname being connected to. By allowing all hostnames to pass verification, the SDK accepts certificates that belong to entirely different domains, enabling attackers with any valid certificate to impersonate Xiaomi FDS cloud storage servers.

This is a common anti-pattern seen in Android development, often introduced during development for testing purposes against self-signed certificates but mistakenly left in production code.

Attack Vector

The attack requires network-level access to intercept traffic between the vulnerable application and Xiaomi FDS cloud endpoints. An attacker positioned as a man-in-the-middle (such as on a compromised Wi-Fi network, through ARP spoofing, or via DNS hijacking) can present their own valid TLS certificate to the client application.

Since hostname verification is disabled, the SDK accepts the attacker's certificate even though it doesn't match the legitimate FDS endpoint hostname. The attacker can then decrypt, inspect, and modify all traffic between the application and the cloud storage service. This includes authentication credentials, uploaded or downloaded file contents, and API responses that could be manipulated to alter application behavior.

Detection Methods for CVE-2026-26214

Indicators of Compromise

  • Unexpected network connections from Android applications to IP addresses not belonging to Xiaomi FDS infrastructure
  • Certificate warnings or errors in network monitoring tools indicating hostname mismatches for FDS-related traffic
  • Anomalous data patterns or unexpected modifications in files retrieved from FDS cloud storage
  • Authentication failures or unexpected session invalidations that may indicate credential theft

Detection Strategies

  • Perform static analysis of Android application dependencies to identify usage of galaxy-fds-sdk-android version 3.0.8 or earlier
  • Monitor network traffic for TLS connections to FDS endpoints that show certificate chain anomalies
  • Implement certificate transparency log monitoring to detect unauthorized certificates being issued for Xiaomi domains
  • Review application source code for direct usage of ALLOW_ALL_HOSTNAME_VERIFIER or similar insecure hostname verification configurations

Monitoring Recommendations

  • Deploy network intrusion detection systems configured to alert on suspicious TLS handshake patterns for cloud storage endpoints
  • Implement application-level logging to track all SDK communications with FDS endpoints including certificate details
  • Establish baseline network behavior for applications using the FDS SDK to identify deviation patterns
  • Monitor for any signs of data exfiltration or unusual data access patterns from cloud storage

How to Mitigate CVE-2026-26214

Immediate Actions Required

  • Identify all applications in your environment using the Galaxy FDS Android SDK version 3.0.8 or earlier
  • Assess the criticality and data sensitivity of affected applications to prioritize remediation efforts
  • Consider temporarily restricting network access for highly sensitive applications until remediation is complete
  • Implement network-level protections such as VPN or TLS inspection where feasible

Patch Information

The XiaoMi/galaxy-fds-sdk-android open source project has reached end-of-life status, and no official patch is available. Organizations must implement alternative mitigations or migrate to supported solutions. For more information, refer to the GitHub Repository for Galaxy FDS SDK and the VulnCheck Advisory on Xiaomi SDK.

Workarounds

  • Fork the SDK repository and modify GalaxyFDSClientImpl.createHttpClient() to use proper hostname verification instead of ALLOW_ALL_HOSTNAME_VERIFIER
  • Migrate to an actively maintained alternative SDK or implement direct API integration with proper TLS configuration
  • Implement certificate pinning at the application level to restrict connections to known legitimate certificates
  • Use network segmentation to isolate applications using the vulnerable SDK from untrusted network segments
bash
# Example: Checking Android project dependencies for vulnerable SDK
# Search for galaxy-fds-sdk-android in Gradle dependencies
grep -r "galaxy-fds-sdk-android" build.gradle*
grep -r "com.xiaomi" build.gradle*

# Check for vulnerable version in dependency tree
./gradlew dependencies | grep -i "galaxy-fds"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechXiaomi

  • SeverityCRITICAL

  • CVSS Score9.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-297
  • Technical References
  • GitHub Repository for Galaxy FDS SDK

  • VulnCheck Advisory on Xiaomi SDK
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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