Earlier quoted context omitted.
From spectre.pdf: > In addition to violating process isolation boundaries using native code, Spectre attacks can also be used to violate browser sandboxing, by mounting them via portable JavaScript code. We wrote a JavaScript program that successfully reads data from the address space of the browser process running it. (granted I think site isolation, if enabled, mitigates crossing domain boundaries) It goes on to sh…
And we can't even read TFA with javascript disabled, you have to be less secure just to read the google security blog. Edit - mixing it up with this other article ( https://security.googleblog.com/2018/01/todays-cpu-vulnerabi... )
Reading privileged memory with a side-channel
141–150 of 639 posts
Re: Reading privileged memory with a side-channel
#142I believe most crypto exchanges are running in the cloud. What could possibly go wrong ?
I just sold all my altcoins for BTC on Binance as soon as I saw this and transferred them to gdax. Hopefully I can sell them for USD on gdax and transfer to a real bank before they get hacked.
Re: Reading privileged memory with a side-channel
#143Earlier quoted context omitted.
"We reported this issue to Intel, AMD and ARM on 2017-06-01" What!
How much in advance do the intel managers have to register a stock sell?
https://www.fool.com/investing/2017/12/19/intels-ceo-just-so...
Re: Reading privileged memory with a side-channel
#144"Testing also showed that an attack running on one virtual machine was able to access the physical memory of the host machine, and through that, gain read-access to the memory of a different virtual machine on the same host." Holy shit.
This basically kills cloud computing for anything sensitive using shared hardware. In the short term this will actually be good for cloud providers because the demand for dedicated instances will shoot up as there is no short-term alternative.
Re: Reading privileged memory with a side-channel
#145https://twitter.com/pwnallthethings/status/94869396135866777...
Re: Reading privileged memory with a side-channel
#146Earlier quoted context omitted.
Speculative execution isn't supposed to leak information; if the speculative instructions aren't supposed to execute, all traces of them should be rolled back. I'd be curious to see what the details of this bug really are. I'm not sure how much will be disclosed in the interests of keeping exploits from popping up.
"all traces" includes timing differences in execution of non-privileged code, which it turns out are not rolled back.
Re: Reading privileged memory with a side-channel
#147Earlier quoted context omitted.
"We reported this issue to Intel, AMD and ARM on 2017-06-01" What!
You know it's a bad one when Project Zero allows more than its usual 90-day deadline...
Re: Reading privileged memory with a side-channel
#148I'm not that savvy with security so I need a little help understanding this. According to the google security blog: > Google Chrome > Some user or customer action needed. More information here ( https://support.google.com/faqs/answer/7622138#chrome ). And the "here" link says: >Google Chrome Browser >Current stable versions of Chrome include an optional feature called Site Isolation which can be enabled to provide mi…
Re: Reading privileged memory with a side-channel
#149"Testing also showed that an attack running on one virtual machine was able to access the physical memory of the host machine, and through that, gain read-access to the memory of a different virtual machine on the same host." Holy shit.
> The infrastructure that runs Compute Engine and isolates customer workloads from each other is protected against known attacks. This also means that customer VMs are protected against known, infrastructure-based attacks from other malicious VMs. Doesn't Google say that they are protected...?
However, if the OS inside the VM is unpatched, then code inside the VM can attack other code inside the VM. If for example you install some malware on your VM, it could use this attack.
(I am not a security expert, this is just my understanding and not a official Google statement)
Re: Reading privileged memory with a side-channel
#150Earlier quoted context omitted.
I just sold all my altcoins for BTC on Binance as soon as I saw this and transferred them to gdax. Hopefully I can sell them for USD on gdax and transfer to a real bank before they get hacked.
Why would you do that? If you are concerned for the security of your coins, you should have moved them to a wallet you own that is not hosted on an exchange. The bank you transfer your dollars to is just as likely to get hit by the exact same vurnerability. In addition you have to pay a fee to move your coins, then to wire the dollars to your bank account. Moving from crypto to fiat is also liable to taxation. If the…
Also, real money transactions are much more likely than blockchain transactions to be reversible if fraudulent.