CVE-2026-16317: Silent Drop of TLS 1.3 Encrypted Records in s2n-tls
Missing validation of the outer contenttype byte on TLS 1.3 encrypted records in s2n-tls allows an active man-in-the-middle to silently discard individual application data records without either endpoint detecting the modification. RFC 8446 Section 5.2 requires that the outer contenttype of all encrypted TLS 1.3 records must be applicationdata (0x17). The s2n-tls AEAD implementation hardcodes this value in the additional authenticated data rather than using the actual wire byte, so the outer contenttype is not covered by the authentication tag.
This enables selective suppression of application data. In HTTP pipelining scenarios, dropping a TLS record containing an HTTP request can cause request/response desynchronization, where subsequent responses are delivered to the wrong requests. In write-heavy workloads, a dropped record containing a write request can result in undetectable data loss when the client interprets a subsequent success response as confirmation of the dropped write.
All TLS 1.3 connections are affected. Both TLS clients and servers are affected. TLS 1.2 and QUIC connections are not affected.
We recommend you upgrade s2n-tls to version v1.7.6
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
s2n-tlsto a version that resolves this vulnerability.Fixed in v1.7.6
Event History
Frequently Asked Questions
What is the severity of CVE-2026-16317?
The severity of CVE-2026-16317 is high with a score of 8.3.
How do I fix CVE-2026-16317?
To fix CVE-2026-16317, update to the latest version of Amazon s2n-tls that addresses this vulnerability.
What impact does CVE-2026-16317 have on security?
CVE-2026-16317 allows an active man-in-the-middle to silently discard application data without detection, potentially leading to data loss or integrity issues.
Which software is affected by CVE-2026-16317?
CVE-2026-16317 affects Amazon s2n-tls.
When was CVE-2026-16317 published?
CVE-2026-16317 was published on July 21, 2026.