I find it very amusing that they use the name "Feng Shui" for placing the victim page. For those who don't understand: https://en.wikipedia.org/wiki/Feng_shui
RAMBleed Attack – Reading Bits in Memory Without Accessing Them
11–20 of 141 posts
Re: RAMBleed Attack – Reading Bits in Memory Without Accessing Them
#12Anyone else love how vulnerabilities these days have full on marketing-esque campaigns backing them? In any case, if it increases awareness, I'm mostly supportive. Allow me to save some time, from TFA: > Is there a CVE number? > Yes, see CVE-2019-0174 [1]. [1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0174 --- > What is RAMBleed? > Previous attacks exploited the Rowhammer effect to write (or flip) bits…
https://www.kalzumeus.com/2014/04/09/what-heartbleed-can-tea...
I think the marketing campaigns are awesome. Makes it much easier to get resources to fix.
Re: RAMBleed Attack – Reading Bits in Memory Without Accessing Them
#13Does this affect public cloud providers? Can it be used to obtain data from other VMs running on the same host?
Re: RAMBleed Attack – Reading Bits in Memory Without Accessing Them
#14Why does every new attack have a homepage these days?
Came here to ask the same. Then thought about it and was expecting to see a comment saying “it’s so that normal people understand the vulnerabilities.” And then I realized it’s probably also because of a desire to be seen. (It seems all participants are from academia?)
Re: RAMBleed Attack – Reading Bits in Memory Without Accessing Them
#15If I understood correctly, this is orders of magnitude worst that RowHammer, as it is kind of passive: you set some program to do the RowHammer side, within its own memory space, and then use RAMBleed to see changes from memory cells, not exactly the ones that were RowHammered. Is that it ?
Re: RAMBleed Attack – Reading Bits in Memory Without Accessing Them
#16Anyone else love how vulnerabilities these days have full on marketing-esque campaigns backing them? In any case, if it increases awareness, I'm mostly supportive. Allow me to save some time, from TFA: > Is there a CVE number? > Yes, see CVE-2019-0174 [1]. [1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0174 --- > What is RAMBleed? > Previous attacks exploited the Rowhammer effect to write (or flip) bits…
Re: RAMBleed Attack – Reading Bits in Memory Without Accessing Them
#17Re: RAMBleed Attack – Reading Bits in Memory Without Accessing Them
#18If I understood correctly, this is orders of magnitude worst that RowHammer, as it is kind of passive: you set some program to do the RowHammer side, within its own memory space, and then use RAMBleed to see changes from memory cells, not exactly the ones that were RowHammered. Is that it ?
The secret data has to be duplicated, column aligned, and have a single unallocated row between it. Controlling the alignment of the secret data seems like a major complication for realistic exploitation.
Edit: The strategy in the paper requires allocating a bunch of physical memory from all the small blocks so that memory allocation requests from a new process are allocated deterministically to a desired physical row.
Re: RAMBleed Attack – Reading Bits in Memory Without Accessing Them
#19The cost of mitigating these attacks both in terms of CPU performance and increased hardware costs may offset some of the economies of scale.