Project

General

Profile

ModemIsolationResearch » History » Version 5

Denis 'GNUtoo' Carikli, 03/07/2018 11:34 PM

1 1 Denis 'GNUtoo' Carikli
h1. ModemSharedMemory
2
3 4 Denis 'GNUtoo' Carikli
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.
4
5
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]].
6
7 5 Denis 'GNUtoo' Carikli
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.
8
9 1 Denis 'GNUtoo' Carikli
h2. Various system on a chip
10
11
|_. Vendor |_. System on a chip | Isolation | References |
12 2 Denis 'GNUtoo' Carikli
| Qualcomm | Mobile Station Modem (MSM) Snapdragon 7x30 | Bad:
13 3 Denis 'GNUtoo' Carikli
* 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.
14
* The modem can access the memory of the processor running Android, and can take control of it through that way.
15
* The modem has access to the storage of the processor running Android, so it can take control of it through that.
16
| "boot process":http://tjworld.net/wiki/Android/HTC/Vision/BootProcess |