CVE-2026-16318
Last modified
CVE-2026-16318 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. 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. EPSS estimates a 0.39% chance of exploitation in the next 30 days.
Description
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
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Amazon | s2n-tls | <= v1.7.5 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-16318?
How severe is CVE-2026-16318?
How do I fix CVE-2026-16318?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-1630WEBCON BPS is vulnerable to Reflected XSS via one of paramet…5.1
- CVE-2026-16308IBM Enterprise Build of Quarkus 3.27.1 through 3.27.4.SP2, a…7.5
- CVE-2026-1631The Feeds for YouTube (YouTube video, channel, and gallery p…5.4
- CVE-2026-16312Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-16313A flaw was found in sg3_utils. The sg_inq command, when invo…7.6
- CVE-2026-16317Missing validation of the outer content_type byte on TLS 1.3…8.3
- CVE-2026-1632MOMA Seismic Station Version v2.4.2520 and prior exposes its…9.3
- CVE-2026-16324A vulnerability was identified in Metasoft 美特软件 MetaCRM up t…7.3
- CVE-2026-16326In consul-mcp-server, versions 0.1.0 up to 0.1.3 did not pro…10
- CVE-2026-16327A vulnerability was determined in D-Link DNS-320 1.0.2. This…7.3
- CVE-2026-16328In consul-mcp-server, versions 0.1.0 up to 0.1.3 did not res…8.6
- CVE-2026-16329A vulnerability was identified in D-Link DNS-320 1.0.2. Impa…7.3
Are you affected by CVE-2026-16318?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
