CVE-2026-26214
7.4Xiaomi · Galaxy FDS Android SDK
The Xiaomi Galaxy FDS Android SDK improperly disables TLS hostname verification in its default configuration, allowing man-in-the-middle attackers to intercept and modify secure communications.
Executive summary
A critical vulnerability in the Xiaomi Galaxy FDS Android SDK allows attackers to intercept sensitive communications due to disabled TLS hostname verification, putting cloud storage data at risk.
Vulnerability
The SDK utilizes Apache HttpClient with an insecure SSL configuration (ALLOW_ALL_HOSTNAME_VERIFIER) by default, failing to validate TLS certificates. This flaw allows an unauthenticated man-in-the-middle attacker to intercept SDK traffic to Xiaomi FDS cloud storage endpoints.
Business impact
Successful exploitation of this vulnerability can lead to the exposure of sensitive authentication credentials, API responses, and stored file contents. Given the CVSS score of 7.4, this represents a significant risk to data confidentiality and integrity. Because the project is at end-of-life, affected applications are permanently exposed unless they migrate to a different service or implement custom security wrappers.
Remediation
Immediate Action: Since the project is end-of-life, there is no official patch; administrators must migrate applications away from the Galaxy FDS Android SDK to an actively maintained alternative.
Proactive Monitoring: Review application network traffic for suspicious TLS certificate patterns or unexpected interception attempts targeting FDS endpoints.
Compensating Controls: Implement strict certificate pinning or network security configuration policies within the Android application to enforce proper hostname validation if immediate migration is not feasible.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as detailed in the technical write-up by XavLimSG.
Analyst recommendation
This vulnerability is highly concerning due to the lack of an official vendor fix and the nature of the flaw, which allows for silent interception of sensitive cloud data. Organizations currently utilizing the Xiaomi Galaxy FDS Android SDK must prioritize the deprecation and replacement of this component immediately to maintain the security of their mobile applications and backend cloud infrastructure.
Sources
Originally found and disclosed by XavLimSG, with VulnCheck (coordinator), per the CVE Program record.