yfractal / blog

10 stars 0 forks source link

How Meltdown Works #14

Open yfractal opened 9 months ago

yfractal commented 9 months ago

Can one tab's JavaScript read the other tab's data?

In theory, it's not possible as the operating system guarantees isolation.

How the operating system guarantees isolation and provides multiplexing

Kernel Mode and User Mode:

Screen Shot 2023-12-04 at 7 47 17 PM

Virtual memory ensures data privilege:

Reading Kernel Memory in User Mode:

Plan:

Making Data Visible to User:

Goal: Read one kernel memory bit.

yfractal commented 4 months ago

x.zip