|
|
|
|
|
by DaiPlusPlus
842 days ago
|
|
Baseband chipsets. * For example, see https://news.ycombinator.com/item?id=10905937 * Mobile-phone baseband chipsets are proprietary and secret a.f. and part of that is down to the carrier's insistence. * Baseband chipsets run software that the carrier ships OTA to the phone. * While baseband chipsets are ostensibly part of the wireless modem and meant to simply provide a service to the rest of the phone it looks like they generally have some form of access to the phone's main memory bus (just like any other PCIe device in a PC) and so could read the framebuffer (assuming it's backed in RAM at all) - or at least the back-buffers of the screens of running applications. * Even 6-7 years ago, there existed definite causes for concern in (at least) the 32-bit version of iOS - but I can't find any hard evidence that the baseband chip in Apple Silicon-era phones wouldn't have at least some access. See https://github.com/userlandkernel/baseband-research |
|
walled-off from the rest of the phone (somehow) from what I can tell it looks like
A useful search term here is IOMMU, the major phone platforms have readily available documentation describing the architecture and its security goals.