And one more POC Code for Browsers and Spectre 1.
alephsecurity - Overcoming (some) Spectre browser mitigations released a Paper and a javascript proof of concept Code for your Browser.
Right now just the mitigation in the firefox Browser work fine. It runs minutes here without a pair value.
On the stable chromium the poc work and deliver a functional working poc.
Code: Select all
original value: 1100110011001100110011001100110
restored value: 1100110011001100110011001100110
Download poc as zip file. And open Spectre.html with your browser and its web developer Console to show the output of the javascript.
Shortcuts to open the console:
Firefox: ctrl + shift + j
Chromium: ctrl + shift + i