Bug 2504463 (CVE-2026-16317) - CVE-2026-16317 s2n-tls: s2n-tls: Undetectable data loss via man-in-the-middle attack on TLS 1.3 records
Summary: CVE-2026-16317 s2n-tls: s2n-tls: Undetectable data loss via man-in-the-middle...
Keywords:
Status: NEW
Alias: CVE-2026-16317
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2506098
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-21 21:01 UTC by OSIDB Bzimport
Modified: 2026-07-22 12:04 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-21 21:01:36 UTC
Missing validation of the outer content_type 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 content_type of all encrypted TLS 1.3 records must be application_data (0x17). The s2n-tls AEAD implementation hardcodes this value in the additional authenticated data rather than using the actual wire byte, so the outer content_type 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


Note You need to log in before you can comment on or make changes to this bug.