vegeta@lemmy.world to Technology@lemmy.worldEnglish · 2 days agoHackers can steal 2FA codes and private messages from Android phonesarstechnica.comexternal-linkmessage-square49fedilinkarrow-up1235arrow-down116cross-posted to: [email protected][email protected]
arrow-up1219arrow-down1external-linkHackers can steal 2FA codes and private messages from Android phonesarstechnica.comvegeta@lemmy.world to Technology@lemmy.worldEnglish · 2 days agomessage-square49fedilinkcross-posted to: [email protected][email protected]
minus-squareA Basil Plant@lemmy.worldlinkfedilinkEnglisharrow-up6·edit-221 hours agoYou can implement a counting-thread that’s even more precise than the CPU’s timer (TSC on x86) platforms. This was shown in attacks on Intel SGX, where the rdtsc instruction to access the time-stamp counter is unavailable. https://link.springer.com/chapter/10.1007/978-3-319-60876-1_1 https://arxiv.org/pdf/1702.08719 If you remove access to the timer, attackers will simply build one.
You can implement a counting-thread that’s even more precise than the CPU’s timer (TSC on x86) platforms. This was shown in attacks on Intel SGX, where the rdtsc instruction to access the time-stamp counter is unavailable.
https://link.springer.com/chapter/10.1007/978-3-319-60876-1_1
https://arxiv.org/pdf/1702.08719
If you remove access to the timer, attackers will simply build one.