This might be a bit...too far out there, but could there be side channel attacks via cpu heating? Like heating the cpu to near borderline with AVX512 and seeing if a hyperthread causes throttling due to some “heavy” aes instruction. Sounds unlikely to be exploitable though.
Ever since specter I’m thinking of any performance changes by previous instructions might be exploitable. Again thermal throttling might be a bit too far out there since it’s not _that_ deterministic. Fun thought though!
I remember a paper on a close subject - "Revealing hidden services by their clock skew" [1] tl;dr: performing operations on the hidden Tor nodes causes CPU heating, which causes OS clock drift due changing CPU clock circuit properties.
As for AVX512, I'm not sure - IIRC the Intel CPUs throttle (or lower frequency) automatically around the AVX512 execution for TDP reasons.
From my (admittedly little) understanding, part of the concern was that a user on part of the CPU could degrade performance for other users by sucking up proportionally more of the heat budget of the entire CPU, triggering throttling. Is this what was tested here?
Ever since specter I’m thinking of any performance changes by previous instructions might be exploitable. Again thermal throttling might be a bit too far out there since it’s not _that_ deterministic. Fun thought though!