REDHAT-BUG-2482000: High severity Linux Kernel Linux kernel vulnerability
In the Linux kernel, the following vulnerability has been resolved:
crypto: authencesn - reject short ahash digests during instance creation
authencesn requires either a zero authsize or an authsize of at least 4 bytes because the ESN encrypt/decrypt paths always move 4 bytes of high-order sequence number data at the end of the authenticated data.
While cryptoauthencesnsetauthsize() already rejects explicit non-zero authsizes in the range 1..3, cryptoauthencesncreate() still copied auth->digestsize into inst->alg.maxauthsize without validating it. The AEAD core then initialized the tfm's default authsize from that value.
As a result, selecting an ahash with digest size 1..3, such as cbcmac(ciphernull), exposed authencesn instances whose default authsize was invalid even though setauthsize() would have rejected the same value. AFALG could then trigger the ESN tail handling with a too-short tag and hit an out-of-bounds access.
Reject authencesn instances whose ahash digest size is in the invalid non-zero range 1..3 so that no tfm can inherit an unsupported default authsize.
Affected Software
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2482000?
The severity of REDHAT-BUG-2482000 is classified as high, with a severity score of 7.
What does REDHAT-BUG-2482000 relate to in the Linux kernel?
REDHAT-BUG-2482000 relates to a vulnerability in the Linux kernel's crypto subsystem, specifically affecting the authencesn function.
How do I fix REDHAT-BUG-2482000?
To fix REDHAT-BUG-2482000, upgrade to the latest version of the Linux kernel that includes the relevant security updates.
What happens if REDHAT-BUG-2482000 is exploited?
Exploitation of REDHAT-BUG-2482000 could lead to improper handling of short ahash digests, potentially compromising system security.
When was REDHAT-BUG-2482000 published?
REDHAT-BUG-2482000 was published on May 27, 2026.