One of the activities in the application manifest is configured with launchMode=singleTask, this configuration is insecure because it opens the possibility that the application is vulnerable to Task Hijacking.
- Mislead the user with a malicious application that impersonates the applications functionalities.
- Install malicious application on the application users device.
Configure the launchMode with the singleInstance option.
Unauthorized user with access to the application.
⌚ 60 minutes.
Default score using CVSS 3.1. It may change depending on the context of the src.
Default score using CVSS 4.0. It may change depending on the context of the src.
The application manifest correctly configures launchMode to singleInstance
...
...
The application manifest allows launchMode with the singletask Option
...
...