From f5db3e9436cc004abcc22de3b35ee02405d2ffb7 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 11 Jun 2025 10:45:41 +0200 Subject: [PATCH] Note that GCM is also impacted Signed-off-by: Gilles Peskine --- ChangeLog.d/aesni_has_support.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.d/aesni_has_support.txt b/ChangeLog.d/aesni_has_support.txt index 6ae0a56584..26b7c2c59b 100644 --- a/ChangeLog.d/aesni_has_support.txt +++ b/ChangeLog.d/aesni_has_support.txt @@ -13,3 +13,5 @@ Security the adversary to conduct timing attacks and potentially recover the key. In particular, this attacker model may be possible against an SGX enclave. + The same vulnerability affects GCM acceleration, which could allow + a similarly powerful adversary to craft GCM forgeries.