Intent Redirection (Access to Protected Components)
The com.insecureshop.WebView2Activity
class contains the following code. The code shows that the activity takes intent as extra and passes it to StartActivity.
This insecure implementation allows an attacker to bypass Android’s built-in protection and launch any protected components used in the android application.
Last updated