Conversation

Auditor can only support OSes leaving the security model for attestation and verified boot intact. If there's a way to grant root access to the application layer, that's not compatible with the security model. Verified boot accomplishes little if persistence as root is supported.
1
Granting the ability to tamper with the core operating system and other applications breaks the security model for verified boot. There has to be a verified core OS not trusting the persistent state (including applications and their permissions) for the security model to work.
1
The hardware-based attestation provides basic information on verified boot state, patch level, etc. The hardware-based attestation feature supports chaining trust through the OS to the app and for that to be meaningful it has to protect Auditor from tampering by other apps, etc.
1
The foundation of Auditor is that an attacker can't fake the hardware-based attestation information without exploiting the bootloader or secure element (or the TEE on lesser devices). OS level checks are given meaning by the hardware-based portion providing the patch level.
1
An attacker can fake OS level checks by temporarily exploiting the OS, but they need to exploit it on each boot and they can't just hold back OS updates without risking detection via patch level from hardware. Auditor is a supplement to verified boot addressing some weaknesses.
1
Mobile OS security is drastically stronger, assuming that you're talking about up-to-date iOS or AOSP without the security model and mitigations screwed up. There's not even much of a comparison to make with traditional desktop operating systems which barely have security at all.
1
I see different things mate. Mobile is full of remote, zero clicks, attacks. PCs usually require interaction. Mobile may be a bit harder but the expanded attack vectors compensate for it. And BTW: Secure boot on iOS will show "yes" even when the boot was tampered with ✌️
1
> Mobile is full of remote, zero clicks, attacks. PCs usually require interaction. Mobile may be a bit harder but the expanded attack vectors compensate for it. You're making some very extraordinary claims without backing them up with any evidence and it doesn't match reality.
1
1
Modern Android and iOS security is quite comparable but iOS has much stronger restrictions on what apps can request from users which makes it much more difficult for attackers to accomplish their goals without exploitation. Desktops essentially don't have this security model.
1
And about verified boot, of course exploiting the implementation is possible as with anything else. It's not the usual security snake oil based entirely on obscurity and annoyances where exploitation is not required to bypass it. Same goes for proper pairing-based attestation.
1
Show replies