From fc587a337fd37e8417e4fdd579ee651d63a646d7 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Fri, 26 Jan 2024 12:48:33 +0000 Subject: [PATCH] Remove already-assmebled Changelog entry Signed-off-by: Dave Rodgman --- ChangeLog.d/fix-Marvin-attack.txt | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 ChangeLog.d/fix-Marvin-attack.txt diff --git a/ChangeLog.d/fix-Marvin-attack.txt b/ChangeLog.d/fix-Marvin-attack.txt deleted file mode 100644 index 763533c25..000000000 --- a/ChangeLog.d/fix-Marvin-attack.txt +++ /dev/null @@ -1,8 +0,0 @@ -Security - * Fix a timing side channel in private key RSA operations. This side channel - could be sufficient for an attacker to recover the plaintext. A local - attacker or a remote attacker who is close to the victim on the network - might have precise enough timing measurements to exploit this. It requires - the attacker to send a large number of messages for decryption. For - details, see "Everlasting ROBOT: the Marvin Attack", Hubert Kario. Reported - by Hubert Kario, Red Hat.