Linux kernel on Intel systems is susceptible to Spectre v2 attacks

Post Reply
Shane1145
Posts: 1189
Joined: Wed Sep 25, 2024 2:31 pm

Linux kernel on Intel systems is susceptible to Spectre v2 attacks

Post by Shane1145 »

A new cross-privilege Spectre v2 vulnerability that impacts modern CPU architectures supporting speculative execution has been discovered. CPU hardware utilizing speculative execution that are vulnerable to Spectre v2 branch history injection (BHI) are likely affected. An unauthenticated attacker can exploit this vulnerability to leak privileged memory from the CPU by speculatively jumping to a chosen gadget. Current research shows that existing mitigation techniques of disabling privileged eBPF and enabling (Fine)IBT are insufficient in stopping BHI exploitation against the kernel/hypervisor.

https://www.kb.cert.org/vuls/id/155143
Post Reply