logo

Database

Description

An anonymous user from the Internet can extract the .apk of the Android application to decompile the binaries in order to have access to the source code and thus better understand the logic of the application.

Impact

- Extract the apk from the application. - Decompile the binaries found in the apk. - Understand the logic of the application and increases the attack surface.

Recommendation

Obfuscate all source code files in production.

Threat

Anonymous user from the Internet with access to the application logic being able to view the binaries and see the source code.

Expected Remediation Time

⏱️ 60 minutes.

Fixes