this post was submitted on 23 Dec 2025
277 points (98.6% liked)
unix_surrealism
2893 readers
1 users here now
This community is for sharing original content related to computers, content, surrealism and wizardry.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
So remember that it's one core (physical) acting as if it was 2 (virtual). Each of these vCores could be assigned to separate workloads on a server. But because it's ultimately one core, threadA could possibly access data in threadB. If A was a different entity than B, then entity A could access entity B's data.
It's more that CPU architecture is insecure in general.
But so is literally everything when you go down the deep dark rabbit hole of all the tech we use. Meltdown, Spectre, rowhammer, VMScape. The one where they can figure out your password from the sound of your keyboard while you're on a zoom call.
Ohhh, that makes sense. I either never thought about that before, or maybe I subconsciously assumed it was a solved problem.