@Icelandair I am unhappy with your recent obfuscation of pricing and reduction of economy baggage allowance. Your wifi usually does not work. And if you think I'll pay $5-9k for your premium economy style Saga class seats, you must be out of your minds. I'm a Saga gold member.
@TorstenBlum@bsdunix4ever @dersharky Sorry I've been away from twitter so very late answer... I think I tried to use same flags as used by rcp on systems I used... might be BSD at that time, not sure.
@io_r_us My current understanding is that the Meltdown attack is due to speculative execution affecting caches even when access is not permitted. HW flaw. Spectre is trickier, speculative execution affecting caches on branch prediction miss. I'm not yet sure how to universally solve it.
@io_r_us It's been 15-20 years since I last wrote DMA device drivers, but my understanding is that the OS will usually map the (user/kernel) buffer to physical addresses before passing them to the DMA controller. (I'm not up to date on this)
@io_r_us My understanding is that DMA usually works with real addresses (not virtual addresses) and can access all memory anyway. There are well-known attacks via PCI bus, firewire etc that utilize DMA. They can read & write kernel data&code, unlock screen saver, and take full control.
It looks like the Intel attacks seriously affect end user systems as well and are remotely exploitable (Javascript, flash/client-side Java?). Can be injected to any unencrypted HTTP connection on the network or by corrupt server. Browser dependent. Email? https://t.co/TQD6SrxLFs
@MalinaKirn Looks like you are right. This will be bad. Apparently the Javascript exploit might be used to read memory of the entire process. This could potentially be used to read passwords, secret keys, cookies, and other sensitive data for other sites (if all tabs in same process).
@philchungny I'm not quite sure what you mean by bare metal cloud server without hypervisor. Presumably there is a provisioning system that accepts connections and commands (e.g., migrate, shutdown, configure). It authenticates the connection. Usually there is a credential or key to read.
@CyberPlayGround If the attack works as I (and some other people) speculate, I think it is difficult to exploit from Java (or Javascript) VMs. I could be wrong. In any case, client-side Java (or flash) in browsers is getting rare/deprecated. Javascript exploit would be unpleasant.
@io_r_us I hope the Russian specialist is right and its not affecting cloud hypervisors... I'm rather concerned it might be used to, e.g., read SSH keys from kernel I/O buffers from VMs, and therefore gain access to other VMs and possibly even the hypervisor. But details are scarce.
The Intel speculative execution flaw appears serious and multiuser systems (especially public cloud hypervisors) MUST be patched quickly. End user systems and appliances appear largely unaffected (single user). Not remotely exploitable. Performance penalty from fix 5-30% or so.