It is possible to extract encryption keys by recording coil whine with a phone next to the computer (2013 paper) (web.archive.org)
from HiddenLayer5@lemmy.ml to security@lemmy.ml on 01 Jan 2024 10:00
https://lemmy.ml/post/9980060

A more TLDR article about this: extremetech.com/…/173108-researchers-crack-the-wo…

FAQs from the researchers: web.archive.org/web/20230130225254/…/acoustic/

#security

threaded - newest

HiddenLayer5@lemmy.ml on 01 Jan 2024 10:05 next collapse

I don’t know that much about audio sidechannels so I don’t know how realistic this would be, but my immediate thought is whether this can be extended to extract not just a single key but other data as well. For example, if you had a phone next to a computer that was reading and displaying a text file that contained confidential information, or perhaps reading values from a database, could it be possible to leak the actual data this way?

I also wonder how many videos and audio recordings made near computers have encryption keys and other sensitive data hidden in them, just waiting to be decoded. Or whether a video recorded by a smartphone can reveal what the phone is doing in the background. A terrifying prospect.

Tar_alcaran@sh.itjust.works on 01 Jan 2024 10:41 collapse

It only works on chosen cyphertexts. They don’t specify is that means “any file, but the attacker has to get access to it” or if it means “this very specific file that we made in order to do this attack”.

The former being much more dangerous than the latter of course.

HiddenLayer5@lemmy.ml on 01 Jan 2024 11:04 next collapse

According to the FAQ:

The key extraction attacks finds the secret key bits one by one, sequentially. For each bit, the attacker crafts a ciphertext of a special form, that makes the acoustic leakage depend specifically on the value of that bit. The attacker then triggers decryption of that chosen ciphertext, records the resulting sound, and analyzes it.

Which sounds to me like the latter?

qprimed@lemmy.ml on 01 Jan 2024 11:10 collapse

but, you surely will agree, this is pretty devastating for any target. known cleartext may be trivial to insert into a targets workflow, and the confirmed recovery of a private key is potentially a massive payoff.

the ability to process and extract sensitive information from the local environment has gotten seriously scary.

inspxtr@lemmy.world on 01 Jan 2024 11:42 next collapse

Since this seems to be a 2013 paper, does any one know whether there has been any update regarding software (except for GPG) or hardware defense against this attack?

HiddenLayer5@lemmy.ml on 01 Jan 2024 20:20 collapse

The researchers say in the FAQ that they disclosed it to GnuPG and they have mitigated their implementation against their specific attack, but it leaves the question of whether it is still vulrnable to a a more advanced method of audio sidechanneling and whether other encryption implementations, say, OpenSSL, OpenSSH, or Veracrypt, are also vulrnable to similar attacks.

bizdelnick@lemmy.ml on 01 Jan 2024 15:24 collapse

This paper is a bullshit. Authors claim they are able to extract an RSA 4096 decryption key within an hour using a prepared cyphertext, but this cannot work for PGP. PGP uses an asymmetric cypher (i.e. RSA) only to encrypt a symmetric cypher key (e.g. AES) that is used to encrypt/decrypt the text itself. So RSA does not work for hours, it takes only few milliseconds to decrypt a key that is 256 bit maximum.

Even if this method worked, it would be very hardware dependant. They would need to tune their algorithm for each laptop being attacked. So if you don’t give your laptop to attacker for several weeks, he won’t be able to steal your key.