dropping CCs at request
Anyway, all said I agree with you. But the concerns you mention here are also true of Android devices. I would rather have physically replaceable radio modules and then work on reveng or memory isolating the drivers.
twitter.com/DanielMicay/st
Conversation
Replying to
Big difference between a device with components that are strongly hardened, highly audited and have good ongoing security support vs. the complete opposite. Also, portraying it backwards by misinterpreting how DMA / IOMMUs work is just wrong.
1
Replying to
You can't claim hardware is secure you can't see the firmware for. Tomorrow's update could be hostile.
You present a fair argument though.
We either design to distrust the radios, or we might as well blindly trust their updates.
I am convinced here.
2
2
Replying to
Devices you're talking about have entirely closed source hardware and firmware. If you choose components that are known to be insecure and also don't apply fixes to known security vulnerabilities, backdoors are a non-issue, because you have the front door wide open to attackers.
2
You're also once again misrepresenting closed source software as a black box. It isn't, and in fact, if you're looking for malicious, hidden backdoors, I do not really see how you're any better off trying to find them hidden in source code vs. from the final assembly code.
2
Replying to
I want a future where I don't need to any closed code, and then rip out unauditable open code until the OS is something super lean and capable of being reviewed/trusted by the community.
Maybe this takes a decade.
Long term I feel we are screwed without this option existing.
1
Replying to
Auditing doesn't magically uncover all vulnerabilities, and you're talking about a vulnerability that was intentionally inserted and designed to be hidden, which means whoever did it had the opportunity to use all available tools to keep it concealed. They might actually be quite
2
happy if everyone uses reproducible builds since then they only have to target not just a specific compiler version or toolchain but a specific build environment. If you're auditing the source code for a backdoor, all of that stuff is attack surface for hiding a vulnerability.
The complexity of the language, runtime, toolchain, etc. is all part of the toolkit for this adversary making a hidden backdoor. There are plenty of vulnerabilities IN PLAIN SIGHT that are not caught by repeated audits and code review. If you use code that I wrote, you trust me.
1
Replying to
I am forced to trust you today but someone could threaten your family and force you to backdoor a critical target tomorrow.
I want to build towards a future where boundaries are well enough defined and code small enough that independent auditing can bring true confidence.
2
Show replies

