I recently got this warning from Google Play saying:
"“Google Play Warning: SSL Error Handler Vulnerability”.[“unsafe implementation of the WebViewClient.onReceivedSslError handler”
I don’t even use the WebView class/library anywhere in my app. So can it be possible I’ve implemented something with Backendless SDK wrong? It’s the only thing in my code I can imagine causing this since it’s only Backendless making connection to the outside world in my app.
I’m working on it. I’ve never had this issue before, but I would guess we would need to find where in our code we are using the SocialAsyncCallback. Personally I don’t use it directly , but perhaps some other class from Backendless extends or implements that class.
It is used internally for social logins. I’d like to repeat - the problem is not in SocialAsyncCallback, but in the webview class used by it (android.webkit.WebView).
I temporary disabled backendless on my project and published app without it.
Hope you will find solution or it will be resolved on google side.
message from google:
Security alert
Your application has an unsafe implementation of the WebViewClient.onReceivedSslError handler. Specifically, the implementation ignores all SSL certificate validation errors, making your app vulnerable to man-in-the-middle attacks. An attacker could change the affected WebView’s content, read transmitted data (such as login credentials), and execute code inside the app using JavaScript.
To properly handle SSL certificate validation, change your code to invoke SslErrorHandler.proceed() whenever the certificate presented by the server meets your expectations, and invoke SslErrorHandler.cancel() otherwise. An email alert containing the affected app(s) and class(es) has been sent to your developer account address.
Please address this vulnerability as soon as possible and increment the version number of the upgraded APK. For more information about the SSL error handler, please see our documentation in the Developer Help Center. For other technical questions, you can post to https://www.stackoverflow.com/questions and use the tags “android-security” and “SslErrorHandler.” If you are using a 3rd party library that’s responsible for this, please notify the 3rd party and work with them to address the issue.
To confirm that you’ve upgraded correctly, upload the updated version to the Developer Console and check back after five hours. If the app hasn’t been correctly upgraded, we will display a warning.
Please note, while these specific issues may not affect every app that uses WebView SSL, it’s best to stay up to date on all security patches. Apps with vulnerabilities that expose users to risk of compromise may be considered dangerous products in violation of the Content Policy and section 4.4 of the Developer Distribution Agreement.
Please ensure all apps published are compliant with the Developer Distribution Agreement and Content Policy. If you have questions or concerns, please contact our support team through the Google Play Developer Help Center.
Affects APK version 75.