GhostRace – New Data Leak Vulnerability Affects Modern CPUs
Mar 15, 2024
Hardware Security / Data Protection
 A group of researchers has discovered a new data leakage attack impacting modern CPU architectures supporting speculative execution.  Dubbed  GhostRace  ( CVE-2024-2193 ), it is a variation of the transient execution CPU vulnerability known as Spectre v1 (CVE-2017-5753). The approach combines speculative execution and race conditions.  "All the common synchronization primitives implemented using conditional branches can be microarchitecturally bypassed on speculative paths using a branch misprediction attack, turning all architecturally race-free critical regions into Speculative Race Conditions (SRCs), allowing attackers to leak information from the target," the researchers  said .  The findings from the Systems Security Research Group at IBM Research Europe and VUSec, the latter of which disclosed another side-channel attack called  SLAM  targeting modern processors in December 2023.   Spectre refers to a  class of side-channel attacks  that exploit...