CVE & CISA-KEV Catalog

CVE-2026-54874

HIGH
7.5
CVSS v3
NVD

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

How to fix

Remediation Available
opensslDebian
Fixed in:3.5.7-1~deb13u2CVE-2026-54874
Fixed in:3.6.4-1CVE-2026-54874
opensslRocky
Fixed in:main@srcRHSA-2026:59641
Fixed in:main@aarch64RHSA-2026:59641
Fixed in:main@x86_64RHSA-2026:59641
opensslRed Hat / RHEL
Fixed in:main@x86_64RHSA-2026:59641
Fixed in:main@aarch64RHSA-2026:59641
Fixed in:main@srcRHSA-2026:59641
openssl3Rocky
Fixed in:main@aarch64RHSA-2026:59635
Fixed in:main@srcRHSA-2026:59635
Fixed in:main@x86_64RHSA-2026:59635
openssl3Red Hat / RHEL
Fixed in:main@x86_64RHSA-2026:59635
Fixed in:main@aarch64RHSA-2026:59635
Fixed in:main@srcRHSA-2026:59635
libssl1.0.0Ubuntu
Fixed in:1.0.1f-1ubuntu2.27+esm16USN-8678-2
Fixed in:1.0.2g-1ubuntu4.20+esm18USN-8678-2
Fixed in:1.0.2n-1ubuntu5.13+esm6USN-8678-2
libssl1.1Ubuntu
Fixed in:1.1.1-1ubuntu2.1~18.04.23+esm10USN-8678-2
Fixed in:1.1.1f-1ubuntu2.24+esm5USN-8678-2
libssl3Ubuntu
Fixed in:3.0.2-0ubuntu1.29USN-8678-1
libssl3t64Ubuntu
Fixed in:3.0.13-0ubuntu3.15USN-8678-1
opensslUbuntu
Fixed in:1.0.1f-1ubuntu2.27+esm16USN-8678-2
Fixed in:1.0.2g-1ubuntu4.20+esm18USN-8678-2
Fixed in:1.1.1-1ubuntu2.1~18.04.23+esm10USN-8678-2
Fixed in:1.1.1f-1ubuntu2.24+esm5USN-8678-2
Fixed in:3.0.2-0ubuntu1.29USN-8678-1
Fixed in:3.0.13-0ubuntu3.15USN-8678-1
openssl1.0Ubuntu
Fixed in:1.0.2n-1ubuntu5.13+esm6USN-8678-2

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.52%probability of exploitation in 30 days
42ndpercentile

Moderate risk: more likely to be exploited than 42% of all known CVEs.

References

Related Vulnerabilities

Other CWE-405 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-11479High7.592%-Fix
CVE-2024-11187High7.515%-Fix
CVE-2025-8677High7.511%-Fix
CVE-2021-38447High8.62.1%-Fix
CVE-2021-21359Medium5.91.7%-Fix
CVE-2018-15492High7.51.1%--

Common questions

How do I fix CVE-2026-54874?

Published advisories record a fix for 11 affected products. The "How to fix" section on this page lists the fixed version and source advisory for each one, so apply the entry matching what you actually run.

Is CVE-2026-54874 being actively exploited?

Not that we know of. CVE-2026-54874 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.52% is the estimated probability that it will be exploited in the next 30 days. That is higher than 42% of all scored CVEs.

How severe is CVE-2026-54874?

CVE-2026-54874 has a CVSS v3 base score of 7.5, rated high. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-54874 affect?

Published advisories record a fix for openssl (Debian), openssl (Rocky), openssl (Red Hat / RHEL), openssl3 (Rocky), and 7 more. Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-54874
CVE-2026-54874 severity badge

Markdown

[![CVE-2026-54874](https://tridentstack.com/cve/badge/CVE-2026-54874.svg)](https://tridentstack.com/cve/CVE-2026-54874)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-54874"><img src="https://tridentstack.com/cve/badge/CVE-2026-54874.svg" alt="CVE-2026-54874"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

See how it worksStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-08-28.