Millions of Mobile App Users Exposed to Risks from Hardcoded Credentials • The Register

Published:

Security Breach Alert: Hardcoded Cloud Credentials in Popular Mobile Apps

In an alarming revelation, a recent analysis of widely used mobile applications available on Google Play and the Apple App Store has uncovered a significant security vulnerability: hardcoded and unencrypted cloud service credentials. This oversight exposes millions of users to potential security threats, raising urgent concerns about the integrity of mobile app development practices.

The Root of the Problem: Lazy Coding

According to Yuanjing Guo and Tommy Dong, software engineers at Symantec’s Security Technology and Response, the issue stems from what they describe as "lazy coding." When developers leave sensitive credentials embedded directly in the app’s binary or source code, they inadvertently create a pathway for malicious actors. Anyone with access to the app can potentially exploit these vulnerabilities to gain unauthorized access to backend infrastructure, leading to the exfiltration of user data.

Symantec’s researchers have issued a stark warning: "This practice exposes critical infrastructure to potential attacks, endangering user data and backend services." The widespread nature of these vulnerabilities across both iOS and Android platforms underscores the urgent need for a paradigm shift towards more secure development practices.

Apps Under Scrutiny

The analysis identified several popular apps that contain hardcoded credentials, highlighting the severity of the issue. Here are some of the most concerning examples:

1. Pic Stitch

This collage-editing app for Android has garnered over five million ratings but harbors hardcoded AWS credentials. An attacker could exploit these credentials to access production data, including a linked Amazon S3 bucket name, read and write access keys, and secret keys.

2. Crumbl

The iOS app that helps users find sweet treats also exposes AWS plain-text credentials, including an access key and secret key. Additionally, the presence of a WebSocket Secure (WSS) endpoint within the code indicates a significant security oversight.

3. Eureka

With nearly 500,000 users across Apple and Android platforms, this survey-taking app has hardcoded AWS credentials directly in its code, including access and secret keys stored in plain text.

4. Videoshop

This video editing app, rated by nearly 400,000 users, contains unencrypted AWS credentials that could allow an attacker to steal data and access backend infrastructure, potentially leading to service disruptions.

5. Meru Cabs

The Indian taxi-hailing app, used by around five million people, has hardcoded Azure credentials that could grant access to cloud storage setups.

6. Sulekha Business

This networking and lead-generating app, with around half a million users, boasts security on its website but has multiple hardcoded Azure credentials and plain-text connection strings for Azure Blob Storage containers.

7. ReSound Tinnitus Relief

This sound therapy app, with around 500,000 users, embeds Azure Blob Storage credentials in a manner that is easily accessible. The Beltone Tinnitus Calmer app on Android, which has around 100,000 users, faces similar vulnerabilities.

8. EatSleepRIDE Motorcycle GPS

This forum app contains hardcoded Twilio credentials, putting its estimated 100,000 users at risk.

Recommendations for Users and Developers

In light of these findings, Symantec recommends that users take proactive measures to protect themselves. Installing a third-party security system can help mitigate the risks associated with these coding errors. Users should also be cautious about the permissions requested by apps and only download applications from trusted sources.

For developers, the solution is clear: improve coding practices. Utilizing services like AWS Secrets Manager or Azure Key Vault can help securely store sensitive information. Additionally, encrypting all credentials and conducting regular code reviews and security scans are essential steps in safeguarding user data and maintaining the integrity of backend services.

Conclusion

The discovery of hardcoded and unencrypted cloud service credentials in popular mobile apps serves as a wake-up call for both users and developers. As mobile applications continue to play an integral role in our daily lives, the importance of secure coding practices cannot be overstated. By prioritizing security and adopting best practices, we can protect user data and ensure a safer digital environment for everyone.

Related articles

Recent articles