Critical Intent Redirection Vulnerability Patched in EngageLab SDK: Millions of Crypto Wallet Users at Risk
A now-patched intent redirection vulnerability in the **EngageLab SDK**, a widely used third-party Android software development kit, has been uncovered. The flaw could have potentially exposed sensitive data for over 30 million cryptocurrency wallet users and 50 million total app installations, highlighting the risks associated with third-party SDKs.

### EngageLab SDK Vulnerability Details
Details have emerged regarding a security vulnerability affecting the **EngageLab SDK**. This SDK is a third-party Android software development kit, popular among developers, offering push notification services. The vulnerability could have exposed millions of cryptocurrency wallet users to potential risks.
According to the **Microsoft** Defender Security Research Team, "This flaw allows apps on the same device to bypass Android security sandbox and gain unauthorized access to private data."
### Push Notifications and User Tracking
The **EngageLab SDK** provides a push notification service designed to deliver timely notifications based on user behavior already tracked by developers. Once integrated into an app, the SDK facilitates personalized notifications and real-time engagement.
### Impact on Cryptocurrency Wallets
**Microsoft** reported that a significant number of apps utilizing the SDK are within the cryptocurrency and digital wallet ecosystem. Affected wallet apps account for over 30 million installations. Including non-wallet apps built on the same SDK, the installation count exceeds 50 million.
While **Microsoft** has not disclosed the specific app names, they confirmed that all detected apps using vulnerable SDK versions have been removed from the **Google Play Store**. Following responsible disclosure in April 2025, **EngageLab** released version 5.2.1 in November 2025 to address the vulnerability.
### Intent Redirection Explained
The vulnerability, identified in version 4.5.4, is classified as an intent redirection vulnerability. Intents in Android are messaging objects used to request an action from another app component.
Intent redirection occurs when the contents of an intent sent by a vulnerable app are manipulated. This exploits the app's trusted context (i.e., permissions) to gain unauthorized access to protected components, expose sensitive data, or escalate privileges within the Android environment.
### Potential Attack Scenario
An attacker could exploit this vulnerability via a malicious app installed on the device. This malicious app could then access internal directories associated with an app that has the SDK integrated, leading to unauthorized access to sensitive data.
### Mitigation and Recommendations
Currently, there is no evidence of the vulnerability being exploited maliciously. However, developers using the SDK are strongly advised to update to the latest version (5.2.1) immediately. Even seemingly trivial flaws in upstream libraries can have significant cascading effects, impacting millions of devices.
**Microsoft** emphasized, "This case shows how weaknesses in thirdβparty SDKs can have largeβscale security implications, especially in highβvalue sectors like digital asset management. Apps increasingly rely on thirdβparty SDKs, creating large and often opaque supplyβchain dependencies. These risks increase when integrations expose exported components or rely on trust assumptions that arenβt validated across app boundaries."