top of page
Winter 2023 CS Comps
Exploiting Security Vulnerabilities
Android NMap
CVE-2014-2630
Nmap, short for Network Mapper, is a free and open source tool used for vulnerability checking, port scanning and, of course, network mapping.
When installed with high privilege levels NMap can create exploitable issues within linux kernel systems such as Android.
​
This was possible in the original release of Android in particular.
​
Once a low level shell has been obtained, attackers can use this exploit to escalate their privileges to those NMap has, often resulting in root access.
bottom of page