Well, this sounds really bad. Though on a positive note, I guess we could try a similar exploit in meatspace to figure out if we're living in a simulation or something. /sarc but also maybe not
That's actually a pretty cool thought. I've always scoffed at philosophies along the lines of, "what if it's all a dream/simulation" because if it's perfect, and you only escape it through death, what's the point of holding that view? But if there's a chink in the armor, it becomes suddenly very interesting. Not that I think that's likely to pan out since it so badly violates Occam's Razor, but it's an interesting po…
RAMBleed Attack – Reading Bits in Memory Without Accessing Them
51–60 of 141 posts
Re: RAMBleed Attack – Reading Bits in Memory Without Accessing Them
#52Earlier quoted context omitted.
> 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. Honest question, because I'm not a security expert: can you do this without having already pwned your target to such a degree that this would be unnecessary?
Probably not. However, historically, these sorts of attacks always get better, not worse. And while even that can sometimes be empty rhetoric, I will say in the last 5 years I'm seeing a lot of security attacks that are already well beyond what even my moderately-trained intuition would suggest are possible, so I have to admit I've sort of given up on trying to guess on whether or not an attack can be made practical.…
So many systems have unspecified, undocumented and undertested behaviors that have not been exploited only because no one has ever tried.
Re: RAMBleed Attack – Reading Bits in Memory Without Accessing Them
#53Anyone 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
#54Re: RAMBleed Attack – Reading Bits in Memory Without Accessing Them
#55This is a kind of obvious variant of Rowhammer, which hasn't generally been fixed AFAIK.
Hardware in the late 2010s seems a bit like Windows in the late 1990s - a house of cards waiting to collapse, but the dominant vendors know that very few customers are willing to pay more for security and reliability vs. performance/features/new and shiny.
(So if we're lucky then we'll end up with a "more secure" version of hardware that is analogous to... Windows Vista.)
Re: RAMBleed Attack – Reading Bits in Memory Without Accessing Them
#56> Can RAMBleed be detected by antivirus? > We believe that it is very unlikely that any antivirus software on the market currently detects RAMBleed.
Re: RAMBleed Attack – Reading Bits in Memory Without Accessing Them
#57Whenever you have sharing, you usually have side channels. We're going to see more and more of this until we have much better hardware isolation. This is a kind of obvious variant of Rowhammer, which hasn't generally been fixed AFAIK. Hardware in the late 2010s seems a bit like Windows in the late 1990s - a house of cards waiting to collapse, but the dominant vendors know that very few customers are willing to pay mo…
Re: RAMBleed Attack – Reading Bits in Memory Without Accessing Them
#58Earlier quoted context omitted.
It's also an idiom Alex Sotirov coined 10 years ago: https://en.wikipedia.org/wiki/Heap_feng_shui
Imagine if human beings could be vulnerable to such attacks. Someone sends you a video link, you watch it, you see weird shapes appearing and disappearing for a few minutes, then the next thing you know, you wake up in a bathtub full of ice-cubes with one of your kidneys stolen.
Re: RAMBleed Attack – Reading Bits in Memory Without Accessing Them
#59Why 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
#60I am so torn about the whole vulnerability branding thing. On the one hand, it gives a great amount of visibility and motivation for brass to actually provide for getting prod patched when IT might not have had the political capital to do so otherwise. But on the other hand, I think about things like: -- What happens when the cure is worse than the disease (some variants of Spectre), and we "have to" patch because ot…
> -- What do you call it when we find another way to read RAM next year - RAMBleed2? I guess. or RAMBleed-NG, probably.