by ruik on 12/3/21, 3:50 PM with 1 comments
by nneonneo on 12/6/21, 1:27 AM
> Under complex microarchitectural conditions, incorrect instruction bytes may be used for code with linear addresses bits 5:4 = 10b.
That is, code at addresses ending in hex 2x, 6x, Ax or Ex might randomly get substituted with other code.
Pretty spooky - the bug basically causes the CPU to occasionally go off and execute totally incorrect instructions, often resulting in a crash. The scarier problem is that the bug might not always wind up crashing - maybe it just runs the wrong instruction and produces the wrong result…