Project

General

Profile

ModemIsolationResearch » History » Revision 6

Revision 5 (Denis 'GNUtoo' Carikli, 03/07/2018 11:34 PM) → Revision 6/67 (Denis 'GNUtoo' Carikli, 03/07/2018 11:36 PM)

h1. ModemSharedMemory 

 This page documents in more details the architecture of system on a chip and devices that have shared memory between the modem and the processor running Android. Since the modem runs (only) proprietary software, devices that doesn't have any mechanism that prevent the modem from taking control of the processor running Android are a grave concern for users freedom ans security. 

 This page focuses on that issue. Some Qualcomm System On a Chip that are affected by this issue also have other issues that aren't mentioned here but in [[Qualcomm_SOCs|the Qualcomm System On a Chip page]]. 

 Documenting the issue more in depth might allow us to understand if some devices with shared memory between the modem and the processor running Android might be able to be used safely. 

 

 h2. System on a chip 

 This lists Various system on a chip that also Include a modem and have shared memory between the modem and the processor running Android, and the way the modem and the processor running Android are isolated or not. 

 |_. Vendor |_. System on a chip | Isolation | References | 
 | Qualcomm | Mobile Station Modem (MSM) Snapdragon 7x30 | Bad: 
 * The modem is in charge of loading the bootloader of the processor running Android. Because of that it can temper with that bootloader and take control of the processor running Android. 
 * The modem can access the memory of the processor running Android, and can take control of it through that way. 
 * The modem has access to the storage of the processor running Android, so it can take control of it through that. 
 | "boot process":http://tjworld.net/wiki/Android/HTC/Vision/BootProcess |