CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-54874

highCVSS 7.5covered by 3 sourcesfirst seen 2026-08-25
Issue summary: Receiving a DTLS record for a future epoch while a handshake is in progress causes OpenSSL to buffer far more memory than the record itself requires. Impact summary: A peer can use a small amount of network traffic to make an OpenSSL DTLS endpoint retain a disproportionately large amount of memory, which may lead to a Denial of Service. CWE: CWE-405: Asymmetric Resource Consumption (Amplification) Description: While a DTLS handshake is in progress, a peer may legitimately have already moved on to the next epoch (for example, having sent its ChangeCipherSpec and Finished messages) before the local endpoint has processed the same transition, typically because of reordering on the underlying UDP transport. OpenSSL buffers such early records so that they can be processed once the local endpoint catches up. Buffering a record currently retains the entire read buffer it arrived in, which is sized to hold the largest possible DTLS record (around 16 kilobytes), rather than just the bytes that make up the record itself. Up to 100 such records may be buffered per connection. As a result, a peer that sends a stream of small forged records claiming to belong to the next epoch can cause an OpenSSL DTLS endpoint to retain around 1.7 megabytes of memory, despite sending only a small fraction of that amount of data over the network. An attacker therefore gains a memory amplification factor of around 1200, and can multiply the effect across as many associations as it is able to open, making this a remote memory exhaustion Denial of Service risk for DTLS servers. Since the memory retained per connection remains bounded, and any limit an application already places on the number of concurrent associations also bounds the total exposure, this issue has been assessed as Low severity. FIPS impact: no No FIPS modules are affected by this issue as the affected code is outside the OpenSSL FIPS module boundary. OpenSSL 4.0, 3.6, 3.5, 3.4, 3.0, 1.1.1 and 1.0.2 are vulner

CSIRTS triage

What
Multiple denial of service vulnerabilities in OpenSSL QUIC and DTLS handling allow remote attackers to exhaust resources or crash the service through malformed packets.
Who is affected
Ubuntu 26.04 LTS systems and applications using affected OpenSSL versions with QUIC or DTLS functionality enabled.
Urgency
Moderate; allows denial of service but not code execution; no active exploitation reported.
Action
Apply the USN-8678-1 OpenSSL security update to affected Ubuntu systems.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-54874

Get an email if CVE-2026-54874 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Advisory coverage (3)

External references

NVD record for CVE-2026-54874

CVE.org record

Embed the live status

CVE-2026-54874 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-54874 status](https://www.csirts.com/badge/CVE-2026-54874)](https://www.csirts.com/cve/CVE-2026-54874)