Files
linux-stable-mirror/crypto
Herbert XuandGreg Kroah-Hartman fd427dd84f crypto: algif_aead - Fix minimum RX size check for decryption
commit 3d14bd48e3 upstream.

The check for the minimum receive buffer size did not take the
tag size into account during decryption.  Fix this by adding the
required extra length.

Reported-by: syzbot+aa11561819dc42ebbc7c@syzkaller.appspotmail.com
Reported-by: Daniel Pouzzner <douzzer@mega.nu>
Fixes: d887c52d6a ("crypto: algif_aead - overhaul memory management")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2026-04-30 11:24:38 +02:00
..
2022-08-17 14:24:19 +02:00
2024-10-17 15:10:42 +02:00