News

RAMBleed: A Rowhammer-based side-channel attack that reads memory bits without accessing them

3 min read

A team of academic researchers recently unveiled a new class of Rowhammer-based attack known as RAMBleed. This newly discovered side-channel attack allows attackers to read memory data on a victim’s Windows computer, without actually accessing the memory.

This vulnerability listed as CVE-2019-0174 is called RAMBleed as the RAM “bleeds its contents, which we then recover through side channel,” the researchers explained at the RAMBleed page.

RAMBleed is used to read data from dynamic random access memory (DRAM) chips. It leverages Rowhammer, a DRAM flaw which is exploited to cause bits in neighboring memory rows to flip their values.

In their research paper titled “RAMBleed: Reading Bits in Memory Without Accessing Them“, the researchers have shown how an attacker, by observing Rowhammer-induced bit flips in her own memory, can deduce the values in nearby DRAM rows. Thus, researchers say that RAMBleed shifts Rowhammer from being threat not only to integrity but confidentiality as well. This paper will be presented at the 41st IEEE Symposium on Security and Privacy in May 2020.

The researchers also said that they have successfully used RAMBleed to obtain a signing key from an OpenSSH server or rather leaked a 2048-bit RSA key using normal user privileges, enabling information to be taken from targeted devices.  To do so, “we also developed memory massaging methods and a technique called Frame Feng Shui that allows an attacker to place the victim’s secret-containing pages in chosen physical frames.”, the researchers mention in their paper.

Source: RAMBleed.com

Any system that uses Rowhammer-susceptible DIMMs is vulnerable to RAMBleed. Machines with memory chips “both DDR3 and DDR4 with TRR (targeted row refresh) enabled” are vulnerable. Users can mitigate their risk by upgrading their memory to DDR4 with targeted row refresh (TRR) enabled.

Intel revealed a piece of mitigation advice for researchers in an article and further suggested that “Intel Software Guard Extensions (Intel SGX) can be used to protect systems from RAMBleed attacks.”

Oracle, in their blog post, state that machines running DDR2 and DDR1 memory chips aren’t affected. “successfully leveraging RAMBleed exploits require that the malicious attacker be able to locally execute malicious code against the targeted system,” Oracle states. No additional security patches are expected for Oracle product distributions, the company said.

Red Hat, in an article, state that there are at least three known DRAM fault exploits, “Rowhammer,” “Spoiler” and “RAMBleed.” Mitigation approach depends on the hardware vendor, according to RedHat:

There are a few commonly proposed hardware-based mitigations against Rowhammer that have potential to also mitigate RAMBleed. These are Targeted Row Refresh (TRR), increased DRAM refresh intervals (doubled DRAM refresh rate), and use of ECC memory. The extent to which these strategies may actually mitigate the problem varies and is hardware platform specific. Vendors are anticipated to provide suitable platform-specific guidance.

To know more about RAMBleed in detail, visit its official page.

Read Next

Researchers discover new Rowhammer attack, ‘ECCploit’ that bypasses Error Correcting Code protections

Researchers discover Spectre like new speculative flaw, “SPOILER” in Intel CPU’s

NSA warns users of BlueKeep vulnerability; urges them to update their Windows systems

Savia Lobo

A Data science fanatic. Loves to be updated with the tech happenings around the globe. Loves singing and composing songs. Believes in putting the art in smart.

Share
Published by
Savia Lobo

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago