Intel Replaces its Buggy Fix for Skylake PCs (zdnet.com)
Intel has released new microcode to address the stability and reboot issues on systems after installing its initial mitigations for Variant 2 of the Meltdown and Spectre attacks. From a report: The stability issues caused by Intel's microcode updates resulted in Lenovo, HP, and Dell halting their deployment of BIOS updates last month as Intel worked to resolve the problems. Intel initially said unexpected reboots were only seen on Broadwell and Haswell chips, but later admitted newer Skylake architecture chips were also affected. Microsoft also said it had also seen Intel's updates cause data loss or corruption in some cases.
At least with AMD you don't even need an chipset
What?
"You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
...Intel releases a fix to fix the fix that fixed what it was supposed to fix, but broke more stuff.
Is that right?
It seems to me the best way for Intel to pevent Meltdown exploits is by disabling Intel's TSX functionality (which I believe microcode can do), along with OS logic to terminate processes which generate an excessive number of protection exceptions for the same portion of code. The TSX change will force an exploit to throw exceptions for the indirect-memory access loop that probes for data values, and the OS change will then identify processes incurring these repeated exceptions inside a single block of code and then terminating it.
I am now fully protected. Right?
No. JavaScript is a programming language, and can a browser's JavaScript can exploit a PC/Mac/Linux machine, just like any other executable. Firefox has recently issued a fix to partially mitigate of these attacks. I've heard that the hackers are seeking technical blogs on WordPress and other easily hacked CMSs, just so they can install coin mining and other more nefarious JS hacks. I've heard of at least one JS hack that uses Spectre to scan a target devices memory.
TL;DR Browsers are just as vulnerable to Spectre and Meltdown as executable code. Visiting untrusted sites is almost on the same level as running random executables from the internet.
Ryzens incorporate most of their chipset on the die. Hes not 100% correct, there still are some functions being done on the motherboard though.
09-F9-11-02-9D-74-E3-5B-D8-41-56-C5-63-56-88-C0
You must improve on your google-fu: https://react-etc.net/entry/ja...
Spectre and Meldown essentially make existing vulnerabilities more dangerous. If you run into a javascript exploit -- any past or future javascript exploit that your web browser hasn't patched -- then this allows the exploit to potentially own your whole system instead of just the browser or just the browser's sandbox for that tab. If your browser has no javascript vulnerabilities then it's not in danger... but of course it's inevitable that there will be more javascript vulnerabilities discovered in the future.
This space intentionally left blank
AFAIU both were exploitable through java-script too. It's all about timing I suppose.
In the case of Chrome though I assume Google may have put in their retpoline solution and hence if you tried even on a non-patched hardware system I assume it will no longer work.
i think he used his grammar sort of like this
https://i.imgur.com/HvNWEuM.jp...
Politics is Treachery, Religion is Brainwashing
find out if you can grind down a couple of pins on the CPU and the feature that became a vulnerable bug is just taken permanently out of the picture without ever needing a firmware/software fix
Politics is Treachery, Religion is Brainwashing
All major browsers have already been patched to prevent the JS variants.
Assuming you didn't uninstall the Intel microcode update package, it should get updated.
It says that your machine is safe since you access it with a new version of Firefox/Chrome that is patched for this. Try using an older browser, also there are links to actual javascript on that page so if you know Javascript you can probably write your own "dump sensitive RAM" code.