Microarchitectural side-channel attacks misuse shared processor state to transmit information between security domains.
Although they can be used in isolation, they are frequently employed as building blocks for more sophisticated attacks such as Spectre, which uses side channels to achieve controlled speculative execution and data exfiltration.
The following cybersecurity analysts recently discovered a new attack dubbed “Pathfinder,” that steals sensitive data from the modern processor:-
Caches, branch predictors, and translation buffers are among the many shared microarchitectural components that these attacks target.
Most previous branch predictor attacks have focused on attacking the conditional branch predictor, which is a simple model.
Due to this, their ability has been limited to manipulating coarse control flow only.
The branch predictor is thought of as a read/write scratchpad. Advanced attack primitives let you exploit the Pattern History Register (PHR) and Pattern History Tables (PHTs) so that one can leak their values after a victim program.
They also allow you to perform new Spectre attacks by overwriting them before calling the victim.
Are you from SOC, Threat Research, or DFIR departments? If so, you can join an online community of 400,000 independent security researchers:
If you want to test all these features now with completely free access to the sandbox:
Pathfinder is a program that, given an executable code and observed values of a Pattern History Register (PHR), reconstructs the control flow graph of the victim function at runtime.
The PHR is complex because it combines branch outcomes with multiple addresses, which helps capture control flow, which differs from capturing control flow alone.
Binary analysis coupled with an algorithm allows Pathfinder to determine all possible paths of control flow corresponding to the observed PHR.
Due to the size and complexity of the update function used by PHR, one path is usually found.
This tool shows what happens during execution, helps analyze leak attacks, and helps discover the new Spectre variations.
JPEG is a widely used lossy image compression standard, and libjpeg is a library for JPEG encoding and decoding.
The IDCT implementation in libjpeg simplifies computation by optimizing for constant rows and columns in the coefficient matrix.
This optimization discloses the original image by making known the constancy of particular rows and columns through runtime control flow analysis.
The research shows how easily the Pattern History Register state can be leaked, thus giving away information about global branch ordering and runtime control flow.
By precise poisoning of PHT through read-and-write attacks that target specific loop iterations, it becomes important to take into account non-deterministic speculative control flows in Spectre mitigations.
This attack differs from others that were restricted by biases or recent branch outcomes, as it covers all branches made throughout the program’s execution, which involves thousands of branches.
Combat Email Threats with Easy-to-Launch Phishing Simulations: Email Security Awareness Training -> Try Free Demo
Hackers are actively probing AI systems, turning exposed gateways and agent tools into routes for…
Hackers are making some phishing pages harder to track by changing the code delivered to…
A cyber incident reportedly forced a British power plant to halt operations for about four…
Russian hackers have used a new backdoor called HOOKEDGE to target defense manufacturers, government bodies,…
TITAN ransomware is pairing file encryption with an ambitious claim: artificial intelligence that can sort…
A fake student resume is being used to place a remote-access tool on researchers’ Windows…