|
|
|
|
|
by czeidler
3092 days ago
|
|
Would it be possible to slow down segfault notifications to mitigate the attack? For example, if the segfault was not on kernel space, halt the application for the time offset of a kernel read. In this way all segfaults would be reported at more or less the same time and the attack could be avoided. Are there any sane apps that depends on timely segfault handling and thus might be affected by such a workaround? |
|
Maybe you could CLFLUSH on segfault delivery though.