Google Play security warning

7318
12
Jump to solution
06-16-2016 10:45 AM
BrianHovis
Occasional Contributor II

I received the following message today from Google Play.  I assume that the file to which they refer is part of the template.  I know you are making updates, so perhaps this is already included.

Hello Google Play Developer,

We detected that your app(s) listed at the end of this email are using an unsafe version of the libpng library. Apps with vulnerabilities like this can expose users to risk of compromise and may be considered in violation of our Malicious Behavior policy.

What’s happening

Beginning September 17, 2016, Google Play will block publishing of any new apps or updates that use vulnerable versions of libpng. Your published APK version will not be affected, however any updates to the app will be blocked unless you address this vulnerability.

Action required: Migrate your app(s) to use libpng v1.0.66, v.1.2.56, v.1.4.19, v1.5.26 or higher as soon as possible and increment the version number of the upgraded APK.

Next steps

  1. Download the latest version of libpng from the libpng website.
  2. Sign in to your Developer Console and submit the updated version of your app.
  3. Check back after five hours - we’ll show a warning message if the app hasn’t been updated correctly.

The vulnerability stems from an out of bounds memory access that could potentially lead to code execution. Versions 1.0.x before 1.0.66, 1.1.x and 1.2.x before 1.2.56, 1.3.x and 1.4.x before 1.4.19, and 1.5.x before 1.5.26 are affected.

You can read more about the vulnerability in CVE-2015-8540. For other technical questions about the vulnerability, you can post to Stack Overflow and use the tag “android-security.”

While these specific issues may not affect every app that uses libpng, it’s best to stay up to date on all security patches.

We’re here to help

If you feel we have sent this warning in error, you can contact our developer support team.

Regards,

The Google Play Team

Affected app(s) and version(s) are listed below. If you have more than 20 affected apps in your account, please check the Developer Console for a full list.

com.esri.appdede77e19d354ae09a093d94937a760e   1000006

1 Solution

Accepted Solutions
MarikaVertzonis
Esri Regular Contributor

The runtime fix has now been applied to the AppStudio cloud Make service. You do not need to install a new version of AppStudio to make use of this fix - just build your app again with cloud Make.

View solution in original post

12 Replies
JasonKiesel
New Contributor II

When will this be addressed? This is a showstopper issue for us. Please advise. Thank you.

0 Kudos
BrianHovis
Occasional Contributor II

Hi, I am sure ESRI advisers will let us know.  I am just reporting what happened to me as a user.  Sathya Prasad

0 Kudos
SathyaPrasad
Esri Contributor

AppStudio team and the ArcGIS Runtime team are looking into this issue. We will update soon.

Just to clarify:

Only new apps and update to existing apps submitted on Google Play (after Sept 2016) will be affected by this announcement. Current apps will continue to be available and users can search and download. They have given us sufficient time to handle the issue.

SalihYalcin
New Contributor III

I got this notification too. How did you detect that esri library use libpng library ? Google play developer console only says that your app affected due to the previous version of libpng. I ask this question because I use many libraries in my project.

Thanks in advance

0 Kudos
BrianHovis
Occasional Contributor II

Hello, I use the AppStudio template and only have one app.  I guessed that the libpng warning was related to the template, and therefore out of my control.  I was glad to see that the AppStudio and ArcGis Runtime teams are on top of this and will have it all handled by September.

AkhilSharma
New Contributor

I used the following command in Terminal on my Mac

unzip -p arcgis-android-v10.2.8.aar | strings | grep "libpng"

This will show you the version of libpng used in the aar/jar/apk file

0 Kudos
AkhilSharma
New Contributor

i am also having the same issue
Hopefully it gets fixed soon

0 Kudos
nakulmanocha
Esri Regular Contributor

FYI- An official defect with Support has been logged for this issue # BUG-000097435 : Vulnerability with libpng for Google Play Android .

0 Kudos
DominicBestler
New Contributor

Nakul Manocha Where can I find this Bugreport?

0 Kudos