Insufficient URL Validation
The class com.insecureshop.WebViewActivity
contains the following code. As per the code, the application registers a path web
and a query parameter url
.
The application does not implement URL validation which would allow remote users to load arbitrary content in webview by passing a deeplink or intent.
Last updated