Vulnerability in Amazon S2n-Tls
CVE-2026-16318
The QUIC transport parameters extension handler in s2n-tls incorrectly uses s2n_alloc instead of s2n_realloc to store the peer's transport parameters. When a TLS 1.3 connection goes through a HelloRetryRequest, the handler is called twice on the same connection. On the second call, s2n_alloc zeroes the existing pointer before allocating new memory, causing the first allocation to be leaked. This can occur during normal QUIC traffic when a client offers a key share group the server does not prefer. An unauthenticated user can amplify the issue by deliberately forcing HelloRetryRequests, causing up to approximately 64 KB of unreachable memory per handshake. Over time, this can lead to increased memory consumption on long-running server processes. The unreachable memory is only reclaimed when the process is restarted. Only server-side QUIC-enabled deployments are affected. Non-QUIC TLS connections are not affected. We recommend you upgrade s2n-tls to version v1.7.6
EPSS: 0.004 (32.0th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.3 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L.
Affected products
- Amazon S2n-tls — versions 0
Weakness classification (CWE)
References
- ff89ba41-3aa1-4d27-914a-91399e9639e5 (release-notes, patch)
- ff89ba41-3aa1-4d27-914a-91399e9639e5 (vendor-advisory)
- ff89ba41-3aa1-4d27-914a-91399e9639e5 (release-notes)
Frequently asked questions
- What is CVE-2026-16318?
- CVE-2026-16318 is a medium-severity vulnerability in Amazon S2n-Tls, classified under Missing Release of Memory after Effective Lifetime. CVSS score: 5.3/10. Published 2026-07-21.
- How severe is CVE-2026-16318?
- Medium severity. CVSS v3 base score is 5.3 out of 10.