CVE-2026-54874
Received Received - Intake

Denial of Service in OpenSSL via DTLS Memory Amplification

Vulnerability report for CVE-2026-54874, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-25

Last updated on: 2026-08-25

Assigner: OpenSSL Software Foundation

Description

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 vulnerable to this issue. OpenSSL 4.0 users should upgrade to OpenSSL 4.0.2. OpenSSL 3.6 users should upgrade to OpenSSL 3.6.4. OpenSSL 3.5 users should upgrade to OpenSSL 3.5.8. OpenSSL 3.4 users should upgrade to OpenSSL 3.4.7. OpenSSL 3.0 users should upgrade to OpenSSL 3.0.22. Premium support customers only: OpenSSL 1.1.1 users should upgrade to OpenSSL 1.1.1zi OpenSSL 1.0.2 users should upgrade to OpenSSL 1.0.2zr This issue was reported on 18 May 2026 by Amazon Web Services. The fix has been developed by Matt Caswell. -- cut (non-publishing metadata for internal use) -- Reported by: Amazon Web Services Fixed by: Matt Caswell

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-25
Last Modified
2026-08-25
Generated
2026-08-25
AI Q&A
2026-08-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 7 associated CPEs
Vendor Product Version / Range
openssl openssl to 4.0.2 (inc)
openssl openssl to 3.6.4 (inc)
openssl openssl to 3.5.8 (inc)
openssl openssl to 3.4.7 (inc)
openssl openssl to 3.0.22 (inc)
openssl openssl to 1.1.1zi (inc)
openssl openssl to 1.0.2zr (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-405 The product does not properly control situations in which an adversary can cause the product to consume or produce excessive resources without requiring the adversary to invest equivalent work or otherwise prove authorization, i.e., the adversary's influence is "asymmetric."

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in OpenSSL involves a memory allocation issue in DTLS (Datagram Transport Layer Security). During a handshake, OpenSSL buffers records for the next epoch by allocating a full read buffer (~16KB) for each small record received, even if the record is tiny. An attacker can send many small bogus records, causing excessive memory usage per connection (up to 1.7MB) and potentially leading to a Denial of Service.

Detection Guidance

This vulnerability is specific to OpenSSL's DTLS implementation and may not have direct detection commands. Monitor for unusual memory consumption on DTLS endpoints, especially during handshakes. Check OpenSSL version with 'openssl version' to identify vulnerable versions.

Impact Analysis

An attacker can exploit this to consume disproportionate memory on a DTLS server by sending small forged records, causing a Denial of Service. The memory amplification factor is around 1200, and the impact scales with the number of connections an attacker can open. Servers using vulnerable OpenSSL versions are at risk.

Compliance Impact

This vulnerability primarily causes memory exhaustion in DTLS servers, which could lead to service disruptions. While not directly violating GDPR or HIPAA, such disruptions might impact availability of systems handling personal or health data, potentially affecting compliance with availability requirements in these regulations.

Mitigation Strategies

Upgrade OpenSSL to a patched version immediately. For OpenSSL 3.0 users upgrade to 3.0.22, 1.1.1 users to 1.1.1zi, and 1.0.2 users to 1.0.2zr. Disable DTLS if not required or restrict network access to DTLS endpoints.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-54874. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart