ZOOM SDK integrated apps for android gets warning on google play

Description
Our apps which are integrated with zoom available on google play shows warning below

Your app contains an unsafe unzipping pattern that may lead to a Path Traversal vulnerability. Please see this Google Help Center article to learn how to fix the issue. (the link goes to this url https://support.google.com/faqs/answer/9294009)

Vulnerable locations:

us.zoom.androidlib.util.FileUtils.unzipFile

Affects APK version (app version xx).

Which version?
4.3.47200.0322

Additional context
Do you have the latest SDK available? or When will it be fixed?

Hi,
Thanks for the reply and the information. Yes, we have aware of this alert from Google PlayStore as well and we are working on it. This issue should be fixed and include in the next release along with the 64-bit support. Pardon the inconvenience.

Thanks!

Hi,

Do you have the updated SDK for this issue? Please email me jackson@therasoftonline.com

Hi sv001,

Our latest SDK has already fixed this issue and provided 64-bit support, you may find the latest version here:https://github.com/zoom/zoom-sdk-android/releases/tag/v4.4.55130.0712

Thanks!

1 Like

Thanks. Your code works. But I need to convert all my projects to androidX to use this zoom update. Am I right?

Hi sv001,

That’s correct. We have upgraded our Android SDK to AndroidX per Google’s suggestion. So the SDK in the master branch requires AndroidX: https://github.com/zoom/zoom-sdk-android

However, we understand that upgrading existing projects to AndroidX take time, thus we have also offered temporary a SDK version that does not require AndroidX(EOL: 01/01/2020), you may find it here: https://github.com/zoom/zoom-sdk-android/releases/download/v4.4.55968.0904/android-mobilertc_support_4.4.55968.0904.zip

Hope this helps. Thanks!

Hi Carson
After updating the zoom sdk version [v4.4.55130.0712] when i call the video call it showing audio call please check it

Hi aasaikeyan08,

Thanks for the reply. Are you referring that the video is muted by default when you join/start a meeting? This is a known issue in v4.4.55130.0712 and it has been fixed in https://github.com/zoom/zoom-sdk-android/releases/tag/v4.4.55968.0904.

Hope this helps. Thanks!