Oh, god. At this point I no longer trust ANY computer for mission-critical business at my company. We're going back to pen and paper. The extra safety makes the hassle worth it.
What makes you think pen and paper is secure?
AMD PSP: Firmware TPM Remote Code Execution via Crafted EK Certificate
61–70 of 99 posts
Re: AMD PSP: Firmware TPM Remote Code Execution via Crafted EK Certificate
#62Oh, god. At this point I no longer trust ANY computer for mission-critical business at my company. We're going back to pen and paper. The extra safety makes the hassle worth it.
> We're going back to pen and paper. The extra safety makes the hassle worth it. I've read that, several years ago, parts of the Russian security establishment switched to mechanical typewriters.
https://www.theguardian.com/world/2013/jul/11/russia-reverts...
Even in Germany high officials hinted at using mechanical typewriters:
https://www.theguardian.com/world/2014/jul/15/germany-typewr...
Luckily, the politicians in Germany and Europe wake up. They want to build up European chip and hardware facilities to have the full chain in Europe. Also they plan to demand certification and customer visible labels. Finally!
https://www.heise.de/newsticker/meldung/Prozessor-Luecken-Me...
Re: AMD PSP: Firmware TPM Remote Code Execution via Crafted EK Certificate
#63Earlier quoted context omitted.
Yes, AMD's PSP runs a full OS which was made by Trustonic.
It must feel weird to create an operating system that runs on a CPU inside a bigger CPU.
Re: AMD PSP: Firmware TPM Remote Code Execution via Crafted EK Certificate
#64Earlier quoted context omitted.
> JavaScript and WebAssembly Isn't WebAssembly a huge step forward in the ability to distribute portable, high-performance, sandboxed code?
Code, that is unreviewed, unaccounted and executed automatically. Now it shall be high-performance, too? Does the sandbox work? Does it really work? Are there no side channels? Are you sure? How do you make sure you don't take part in a DDoS attack or mine cryptocurrencies for somebody else? These are just points I can come up with spontaneously. Besides that, the appification of the web is bad because it leads ultim…
Re: AMD PSP: Firmware TPM Remote Code Execution via Crafted EK Certificate
#65Earlier quoted context omitted.
Computer security has been ridiculous for quite some time. Your only chance is tons of layers and early detection that something's not OK. I'm really happy that everything that's happening is happening. Sad that things like Cloudbleed got so little attention outside HN-like circles. I'm happy because it's gonna have to change. Whole stack revisited. Eventually. These things speed it up. On the long run, the thing tha…
> I'm happy because it's gonna have to change. Whole stack revisited. Eventually. I used to believe this kind of thing, but now I think you greatly underestimate human indifference and interest in effort conservation (uncharitably called "laziness"). Look at Intel's response to Spectre/Meltdown. Are they going back and redesigning their microarchitecture with new hardware-enforced safety rings [that actually enforce,…
Are you referring to Chromebooks or Google's cloud server hardware? Are the TPMs being replaced with a proprietary hardware enclave?
Re: AMD PSP: Firmware TPM Remote Code Execution via Crafted EK Certificate
#66For a while, I was pretty excited about secure enclaves, as a tool before homomorphic encryption reaches practicality. If remote code execution on the PSP means broken remote attestation, that hope goes down the drain, quickly. Maybe, the keys in the PSP are still protected by secure computing technology, like ARM TrustZone…
Re: AMD PSP: Firmware TPM Remote Code Execution via Crafted EK Certificate
#67Earlier quoted context omitted.
Code, that is unreviewed, unaccounted and executed automatically. Now it shall be high-performance, too? Does the sandbox work? Does it really work? Are there no side channels? Are you sure? How do you make sure you don't take part in a DDoS attack or mine cryptocurrencies for somebody else? These are just points I can come up with spontaneously. Besides that, the appification of the web is bad because it leads ultim…
This is all already true for Javascript, wasm doesn't change that much here.
These are two reasons why developing and supporting WebAssembly is finally against the interest of the users.
Re: AMD PSP: Firmware TPM Remote Code Execution via Crafted EK Certificate
#68The PSP is an ARM core
Re: AMD PSP: Firmware TPM Remote Code Execution via Crafted EK Certificate
#69Earlier quoted context omitted.
What makes you think pen and paper is secure?
Because you can't easily get away with several million documents in your trenchcoat. A data breach would be catastrophic for us. We lose less money this way.
Re: AMD PSP: Firmware TPM Remote Code Execution via Crafted EK Certificate
#70Oh, god. At this point I no longer trust ANY computer for mission-critical business at my company. We're going back to pen and paper. The extra safety makes the hassle worth it.
Computer security has been ridiculous for quite some time. Your only chance is tons of layers and early detection that something's not OK. I'm really happy that everything that's happening is happening. Sad that things like Cloudbleed got so little attention outside HN-like circles. I'm happy because it's gonna have to change. Whole stack revisited. Eventually. These things speed it up. On the long run, the thing tha…
We've done more or less that several times in computing: At first the code just ran on the computer and had full access to everything. Soon we got memory protection, privileged instructions, and operating systems. Then we got rings of security, virtual memory, virtual machines, etc.
We can do it again.