From bbf1a015036a4fbcf713dc06fc6dd24726db59ec Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Fri, 28 Mar 2025 17:31:15 +0000 Subject: [PATCH] Modify ChangeLog entry to full plaintext recovery Signed-off-by: David Horstmann --- ChangeLog.d/pkcs7-padding-side-channel-fix.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/pkcs7-padding-side-channel-fix.txt b/ChangeLog.d/pkcs7-padding-side-channel-fix.txt index f34c095056..b813b84ce8 100644 --- a/ChangeLog.d/pkcs7-padding-side-channel-fix.txt +++ b/ChangeLog.d/pkcs7-padding-side-channel-fix.txt @@ -1,4 +1,4 @@ Security * Fix a timing side channel in the implementation of PKCS#7 padding which would allow an attacker who can request decryption of arbitrary - ciphertexts to recover the last byte of each block of the plaintext. + ciphertexts to recover the plaintext through a timing oracle attack.