You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
quote: Can be implemented by adding a breakpoint to a common function. E.g. address_space write and inserting a call to clock_step. Another option is to insert any call (e.g. pio write) which triggers qemu to run the main loop and then catch the timer check to return the corresponding clock.
The text was updated successfully, but these errors were encountered:
not having clock_step() stops hyperpill to trigger CVE-2021-3947
see a poc: https://github.com/HexHive/HyperPill/tree/test-cve-2021-3947
quote: Can be implemented by adding a breakpoint to a common function. E.g. address_space write and inserting a call to clock_step. Another option is to insert any call (e.g. pio write) which triggers qemu to run the main loop and then catch the timer check to return the corresponding clock.
The text was updated successfully, but these errors were encountered: