Hacker News new | ask | show | jobs
by nkrisc 10 days ago
How do you “trick” a CPU? Malware deceives people, not a CPU.
1 comments

Undefined behaviour, out of bounds memory access, memory corruption, code injection, privilege escalation...

To be precise, the CPU is doing exactly what's supposed to do, but the logic of the algorithms are subverted so that they perform in unintended ways to give leverage to a malicious actor. I hope this clarifies what I meant with this.