Categories: All

Thousands of Apps Will Crash When Android M Goes Live, Here’s Why

Thousands of Apps Will Crash When Android M Goes Live, Here’s Why


SPR: A flaw has been reported in thousands of Android apps that will crash them when Android M goes live. The problem lies in Google’s shift from OpenSSL to BoringSSL and the ignorance of app developers towards the linking guidelines.
Google’s Android M is currently in preview stage and developers are busy testing this mobile OS. The latest Android version is expected to roll out this September. The third developer preview of Android, a nearly completed preview, was set to come few days ago but Google delayed it. Apart from this development, SourceDNA, a code transparency and analytics service provider has found a flaw in thousands of Android apps that will possibly crash these apps in Android M.
SourceDNA has scanned the Google Play Store and looked for the apps that need fixing. The root cause of this problem points towards Google’s recent move from OpenSSL to BoringSSL. The BoringSSL library provided a cleanup ofOpenSSL by removing lots of complicated functionality and flaws like Heartbleed. So, the future release will cause the app to crash if it links against the platform libraries.
Google has never included OpenSSL in its official Android NDK, so Google can perform this SSL change anytime without affecting apps. It should be noted that some app developers have linked their app code against a private Android API, and it’s a recipe for disaster.
So, an app will crash if it links to your phone’s libcrypto.so or libssl.so libraries. This crash will be at the dynamic linker level and it’s possible that crash reporters like ACRA or Crashlytics can detect the problem.

How to fix the OpenSSL/BoringSSL flaw in apps for Android M?

SourceDNA mentions two methods to take care of the flaw:
1. Include the libcrypto and/or libssl.so libraries in your app APK. You can do this directly or statically link your native code with OpenSSL or any other library.
2. Use JNI from your app code to call into the Java crypto API.
Apart from the reporting of the flaw, SourceDNA has written about its own product named Searchlight. It aims to provide alerts for flaws by analysing the apps. If you develop Android or iOS apps, you can register for Searchlight to get notifications if your apps have flaws like this.
Did you find this story helpful? Tell us in comments below.
For more updates and interesting stories, subscribe to SPRtech newsletter.
spatsariya

Recent Posts

Threads Rolls Out Reply Approvals as Daily Users Surge Past 150 Million

Meta’s X rival Threads is expanding its moderation toolkit with new features that give users…

3 hours ago

Meta Stock Drops 12% After Q3 Earnings Reveal Rising AI Costs

Shares of Meta Platforms, Inc. dropped by roughly 12% after the company reported its third-quarter…

5 hours ago

Animal Crossing New Horizons makes a Strategic Comeback on Switch 2

Nintendo is reviving its popular island life simulator with major upgrades. The company announced that…

5 hours ago

Nvidia, AMD, and Intel Stock Forecast

Nvidia, Intel, and AMD began Thursday’s session with modest declines after weeks of strong gains,…

6 hours ago

Alphabet Stock Surges After Q3 Revenue Tops $100 Billion

Alphabet Inc., the parent company of Google and YouTube, reported third-quarter results that exceeded analysts’…

7 hours ago

OpenAI Prepares for $1 Trillion IPO

OpenAI is preparing for what could become one of the largest initial public offerings (stock…

7 hours ago