CVE-2026-28386: Out-of-bounds Read in AES-CFB-128 on X86-64 with AVX-512 Support
Issue summary: Applications using AES-CFB128 encryption or decryption on systems with AVX-512 and VAES support can trigger an out-of-bounds read of up to 15 bytes when processing partial cipher blocks.
Impact summary: This out-of-bounds read may trigger a crash which leads to Denial of Service for an application if the input buffer ends at a memory page boundary and the following page is unmapped. There is no information disclosure as the over-read bytes are not written to output.
The vulnerable code path is only reached when processing partial blocks (when a previous call left an incomplete block and the current call provides fewer bytes than needed to complete it). Additionally, the input buffer must be positioned at a page boundary with the following page unmapped. CFB mode is not used in TLS/DTLS protocols, which use CBC, GCM, CCM, or ChaCha20-Poly1305 instead. For these reasons the issue was assessed as Low severity according to our Security Policy.
Only x86-64 systems with AVX-512 and VAES instruction support are affected. Other architectures and systems without VAES support use different code paths that are not affected.
OpenSSL FIPS module in 3.6 version is affected by this issue.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-28386?
CVE-2026-28386 has a moderate severity level due to the potential for information disclosure through out-of-bounds read vulnerabilities.
How do I fix CVE-2026-28386?
To fix CVE-2026-28386, upgrade to a patched version of the OpenSSL FIPS module that addresses the out-of-bounds read issue.
Which software is affected by CVE-2026-28386?
CVE-2026-28386 affects the OpenSSL FIPS module version 3.6 when using AES-CFB128 encryption with AVX-512 support.
What is the risk of using AES-CFB-128 with CVE-2026-28386?
Using AES-CFB-128 with CVE-2026-28386 poses a risk of exposing sensitive data due to the potential for an out-of-bounds read.
Is CVE-2026-28386 related to specific hardware capabilities?
Yes, CVE-2026-28386 is specifically related to systems with AVX-512 support and VAES capabilities.