Posted in Attacking multicore CPUs
Posted Saturday 15th September 2007 21:04 GMT
Did this guy really discover
the same bug that was found in the original bsd unix? Because the last time I read about this attack, the example was taken from a book written in the '70-ies. Avoiding it is easy, either write lock the syscall data area for the duration of the call, or copy the arguments to kernel memory before checking them.