Tags: pwn micro-architecture entrybleed sidechannel prefetch kernel spectre 

Rating:

EntryBleed to leak KASLR base. Spectre v1 to leak physmap base. Use those two leaks to compute the offset at which the flag from initramfs is loaded into memory, and leak the contents at this offset with Spectre v1.

Original writeup (https://www.willsroot.io/2024/08/just-a-dos-bug.html).