SEO20
BANNED
- Mar 25, 2009
- 1,923
- 2,323
This is pretty crazy times we live in:
"Three security researchers released a paper describing a proof of concept exploit they developed. They?ve called it Rowhammer.js, and it?s a piece of JavaScript code that can escape a web browser?s security sandbox and gain access to the physical memory of your computer.
The bad news is that if your computer is vulnerable, it?s a hardware issue, and there?s very little you personally can do about it. No software patches are coming to the rescue any time soon. The good news is that this hack is so complicated to pull off, you?re probably safe just from its level of difficulty alone.
So what exactly is Rowhammer.js? While it still needs to be tested further, the researchers claimed it is the ?first remote software-induced hardware-fault attack? in existence, written entirely in JavaScript. In other words, it?s scalable, powerful, takes more than a little luck to pull off, and if you understand how it works, it?s the most clever thing you?ll see all week"
And here is the paper:
And the code:
Enjoy
"Three security researchers released a paper describing a proof of concept exploit they developed. They?ve called it Rowhammer.js, and it?s a piece of JavaScript code that can escape a web browser?s security sandbox and gain access to the physical memory of your computer.
The bad news is that if your computer is vulnerable, it?s a hardware issue, and there?s very little you personally can do about it. No software patches are coming to the rescue any time soon. The good news is that this hack is so complicated to pull off, you?re probably safe just from its level of difficulty alone.
So what exactly is Rowhammer.js? While it still needs to be tested further, the researchers claimed it is the ?first remote software-induced hardware-fault attack? in existence, written entirely in JavaScript. In other words, it?s scalable, powerful, takes more than a little luck to pull off, and if you understand how it works, it?s the most clever thing you?ll see all week"
And here is the paper:
Code:
http://arxiv.org/pdf/1507.06955v1.pdf
And the code:
Code:
https://github.com/IAIK/rowhammerjs
Enjoy