CAPEC-661: Root/Jailbreak Detection Evasion via Debugging

ID CAPEC-661
Typical Severity Very High
Likelihood Of Attack Medium
Status Stable

An adversary inserts a debugger into the program entry point of a mobile application to modify the application binary, with the goal of evading Root/Jailbreak detection. Mobile device users often Root/Jailbreak their devices in order to gain administrative control over the mobile operating system and/or to install third-party mobile applications that are not provided by authorized application stores (e.g. Google Play Store and Apple App Store). Rooting/Jailbreaking a mobile device also provides users with access to system debuggers and disassemblers, which can be leveraged to exploit applications by dumping the application's memory at runtime in order to remove or bypass signature verification methods. This further allows the adversary to evade Root/Jailbreak detection mechanisms, which can result in execution of administrative commands, obtaining confidential data, impersonating legitimate users of the application, and more.

https://capec.mitre.org/data/definitions/661.html

Weaknesses

# ID Name Type
CWE-489 Active Debug Code weakness
Loading...