CVE Catalog

CVE-2026-26214

HighCVSS 7.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.18%

8th percentile - higher than 8% of all known CVEs

Summary

Galaxy FDS Android SDK version 3.0.8 and prior disables TLS hostname verification when HTTPS is enabled (the default configuration). The SDK configures Apache HttpClient with SSLSocketFactory.ALLOW_ALL_HOSTNAME_VERIFIER, which accepts any valid TLS certificate regardless of hostname mismatch. Since HTTPS is enabled by default in FDSClientConfiguration, all applications using the SDK with default settings are affected.

Risk Assessment

A man-in-the-middle attacker can intercept and modify SDK communications to Xiaomi FDS cloud storage endpoints, potentially exposing authentication credentials, file contents, and API responses.

Recommendation

Immediately update the Galaxy FDS Android SDK to the latest available version or, if not possible, replace it with an alternative solution, as the project has reached end-of-life status.

Related vulnerabilities

Original NVD description (English source)

Galaxy FDS Android SDK (XiaoMi/galaxy-fds-sdk-android) version 3.0.8 and prior disable TLS hostname verification when HTTPS is enabled (the default configuration). In GalaxyFDSClientImpl.createHttpClient(), the SDK configures Apache HttpClient with SSLSocketFactory.ALLOW_ALL_HOSTNAME_VERIFIER, which accepts any valid TLS certificate regardless of hostname mismatch. Because HTTPS is enabled by default in FDSClientConfiguration, all applications using the SDK with default settings are affected. This vulnerability allows a man-in-the-middle attacker to intercept and modify SDK communications to Xiaomi FDS cloud storage endpoints, potentially exposing authentication credentials, file contents, and API responses. The XiaoMi/galaxy-fds-sdk-android open source project has reached end-of-life status.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS