๐Ÿ” CVE Alert

CVE-2026-28386

CRITICAL 9.1

Out-of-bounds Read in AES-CFB-128 on X86-64 with AVX-512 Support

CVSS Score
9.1
EPSS Score
0.0%
EPSS Percentile
5th

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.

CWE CWE-125
Vendor openssl
Product openssl
Ecosystems
Industries
TechnologySecurity
Published Apr 7, 2026
Last Updated Apr 10, 2026
Stay Ahead of the Next One

Get instant alerts for openssl openssl

Be the first to know when new critical vulnerabilities affecting openssl openssl are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

OpenSSL / OpenSSL
3.6.0 < 3.6.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
openssl-library.org: https://openssl-library.org/news/secadv/20260407.txt github.com: https://github.com/openssl/openssl/commit/61f428a2fc6671ede184a19f71e6e495f0689621

Credits

๐Ÿ” Stanislav Fort (Aisle Research) ๐Ÿ” Pavel Kohout (Aisle Research) ๐Ÿ” Alex Gaynor (Anthropic) Stanislav Fort (Aisle Research) Pavel Kohout (Aisle Research) Alex Gaynor (Anthropic)