{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-54874",
        "assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
        "state": "PUBLISHED",
        "assignerShortName": "openssl",
        "dateReserved": "2026-06-16T10:18:08.635Z",
        "datePublished": "2026-08-25T12:59:17.912Z",
        "dateUpdated": "2026-08-25T14:28:37.339Z"
    },
    "containers": {
        "cna": {
            "affected": [
                {
                    "defaultStatus": "unaffected",
                    "product": "OpenSSL",
                    "vendor": "OpenSSL",
                    "versions": [
                        {
                            "lessThan": "4.0.2",
                            "status": "affected",
                            "version": "4.0.0",
                            "versionType": "semver"
                        },
                        {
                            "lessThan": "3.6.4",
                            "status": "affected",
                            "version": "3.6.0",
                            "versionType": "semver"
                        },
                        {
                            "lessThan": "3.5.8",
                            "status": "affected",
                            "version": "3.5.0",
                            "versionType": "semver"
                        },
                        {
                            "lessThan": "3.4.7",
                            "status": "affected",
                            "version": "3.4.0",
                            "versionType": "semver"
                        },
                        {
                            "lessThan": "3.0.22",
                            "status": "affected",
                            "version": "3.0.0",
                            "versionType": "semver"
                        },
                        {
                            "lessThan": "1.1.1zi",
                            "status": "affected",
                            "version": "1.1.1",
                            "versionType": "custom"
                        },
                        {
                            "lessThan": "1.0.2zr",
                            "status": "affected",
                            "version": "1.0.2",
                            "versionType": "custom"
                        }
                    ]
                }
            ],
            "credits": [
                {
                    "lang": "en",
                    "type": "reporter",
                    "value": "Amazon Web Services"
                },
                {
                    "lang": "en",
                    "type": "remediation developer",
                    "value": "Matt Caswell"
                }
            ],
            "datePublic": "2026-08-25T11:36:16.000Z",
            "descriptions": [
                {
                    "lang": "en",
                    "supportingMedia": [
                        {
                            "base64": false,
                            "type": "text/html",
                            "value": "Issue summary: Receiving a DTLS record for a future epoch while a handshake<br>is in progress causes OpenSSL to buffer far more memory than the record<br>itself requires.<br><br>Impact summary: A peer can use a small amount of network traffic to make an<br>OpenSSL DTLS endpoint retain a disproportionately large amount of memory,<br>which may lead to a Denial of Service.<br><br>CWE: CWE-405: Asymmetric Resource Consumption (Amplification)<br><br>Description: While a DTLS handshake is in progress, a peer may legitimately<br>have already moved on to the next epoch (for example, having sent its<br>ChangeCipherSpec and Finished messages) before the local endpoint has<br>processed the same transition, typically because of reordering on the<br>underlying UDP transport. OpenSSL buffers such early records so that they<br>can be processed once the local endpoint catches up.<br><br>Buffering a record currently retains the entire read buffer it arrived in,<br>which is sized to hold the largest possible DTLS record (around 16<br>kilobytes), rather than just the bytes that make up the record itself. Up<br>to 100 such records may be buffered per connection. As a result, a peer<br>that sends a stream of small forged records claiming to belong to the next<br>epoch can cause an OpenSSL DTLS endpoint to retain around 1.7 megabytes of<br>memory, despite sending only a small fraction of that amount of data over<br>the network.<br><br>An attacker therefore gains a memory amplification factor of around 1200,<br>and can multiply the effect across as many associations as it is able to<br>open, making this a remote memory exhaustion Denial of Service risk for<br>DTLS servers. Since the memory retained per connection remains bounded,<br>and any limit an application already places on the number of concurrent<br>associations also bounds the total exposure, this issue has been assessed<br>as Low severity.<br><br>FIPS impact: no<br><br>No FIPS modules are affected by this issue as the affected code is outside<br>the OpenSSL FIPS module boundary.<br><br>OpenSSL 4.0, 3.6, 3.5, 3.4, 3.0, 1.1.1 and 1.0.2 are vulnerable to this<br>issue.<br><br>OpenSSL 4.0 users should upgrade to OpenSSL 4.0.2.<br>OpenSSL 3.6 users should upgrade to OpenSSL 3.6.4.<br>OpenSSL 3.5 users should upgrade to OpenSSL 3.5.8.<br>OpenSSL 3.4 users should upgrade to OpenSSL 3.4.7.<br>OpenSSL 3.0 users should upgrade to OpenSSL 3.0.22.<br><br>Premium support customers only:<br>OpenSSL 1.1.1 users should upgrade to OpenSSL 1.1.1zi<br>OpenSSL 1.0.2 users should upgrade to OpenSSL 1.0.2zr<br><br>This issue was reported on 18 May 2026 by Amazon Web Services.<br>The fix has been developed by Matt Caswell.<br><br>-- cut (non-publishing metadata for internal use) --<br>Reported by: Amazon Web Services<br>Fixed by: Matt Caswell"
                        }
                    ],
                    "value": "Issue summary: Receiving a DTLS record for a future epoch while a handshake\nis in progress causes OpenSSL to buffer far more memory than the record\nitself requires.\n\nImpact summary: A peer can use a small amount of network traffic to make an\nOpenSSL DTLS endpoint retain a disproportionately large amount of memory,\nwhich may lead to a Denial of Service.\n\nCWE: CWE-405: Asymmetric Resource Consumption (Amplification)\n\nDescription: While a DTLS handshake is in progress, a peer may legitimately\nhave already moved on to the next epoch (for example, having sent its\nChangeCipherSpec and Finished messages) before the local endpoint has\nprocessed the same transition, typically because of reordering on the\nunderlying UDP transport. OpenSSL buffers such early records so that they\ncan be processed once the local endpoint catches up.\n\nBuffering a record currently retains the entire read buffer it arrived in,\nwhich is sized to hold the largest possible DTLS record (around 16\nkilobytes), rather than just the bytes that make up the record itself. Up\nto 100 such records may be buffered per connection. As a result, a peer\nthat sends a stream of small forged records claiming to belong to the next\nepoch can cause an OpenSSL DTLS endpoint to retain around 1.7 megabytes of\nmemory, despite sending only a small fraction of that amount of data over\nthe network.\n\nAn attacker therefore gains a memory amplification factor of around 1200,\nand can multiply the effect across as many associations as it is able to\nopen, making this a remote memory exhaustion Denial of Service risk for\nDTLS servers. Since the memory retained per connection remains bounded,\nand any limit an application already places on the number of concurrent\nassociations also bounds the total exposure, this issue has been assessed\nas Low severity.\n\nFIPS impact: no\n\nNo FIPS modules are affected by this issue as the affected code is outside\nthe OpenSSL FIPS module boundary.\n\nOpenSSL 4.0, 3.6, 3.5, 3.4, 3.0, 1.1.1 and 1.0.2 are vulnerable to this\nissue.\n\nOpenSSL 4.0 users should upgrade to OpenSSL 4.0.2.\nOpenSSL 3.6 users should upgrade to OpenSSL 3.6.4.\nOpenSSL 3.5 users should upgrade to OpenSSL 3.5.8.\nOpenSSL 3.4 users should upgrade to OpenSSL 3.4.7.\nOpenSSL 3.0 users should upgrade to OpenSSL 3.0.22.\n\nPremium support customers only:\nOpenSSL 1.1.1 users should upgrade to OpenSSL 1.1.1zi\nOpenSSL 1.0.2 users should upgrade to OpenSSL 1.0.2zr\n\nThis issue was reported on 18 May 2026 by Amazon Web Services.\nThe fix has been developed by Matt Caswell.\n\n-- cut (non-publishing metadata for internal use) --\nReported by: Amazon Web Services\nFixed by: Matt Caswell"
                }
            ],
            "metrics": [
                {
                    "format": "other",
                    "other": {
                        "content": {
                            "text": "Low"
                        },
                        "type": "https://openssl-library.org/policies/general/security-policy/"
                    }
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-405",
                            "description": "CWE-405 Asymmetric Resource Consumption (Amplification)",
                            "lang": "en",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
                "shortName": "openssl",
                "dateUpdated": "2026-08-25T12:59:17.912Z"
            },
            "references": [
                {
                    "name": "OpenSSL Advisory",
                    "tags": [
                        "vendor-advisory"
                    ],
                    "url": "https://openssl-library.org/news/secadv/20260825.txt"
                },
                {
                    "name": "4.0.2 git commit",
                    "tags": [
                        "patch"
                    ],
                    "url": "https://github.com/openssl/openssl/commit/cc0c6710917cd5eec001b297355d2ba723505107"
                },
                {
                    "name": "3.6.4 git commit",
                    "tags": [
                        "patch"
                    ],
                    "url": "https://github.com/openssl/openssl/commit/f52ffc11b90737ac89083909618dc2e1f42c561c"
                },
                {
                    "name": "3.5.8 git commit",
                    "tags": [
                        "patch"
                    ],
                    "url": "https://github.com/openssl/openssl/commit/4808b5d64176451f3d93d87d0ac9c81a9b13fb23"
                },
                {
                    "name": "3.4.7 git commit",
                    "tags": [
                        "patch"
                    ],
                    "url": "https://github.com/openssl/openssl/commit/7110cb2f75806d0bf809eb2f90790d477900be40"
                },
                {
                    "name": "3.0.22 git commit",
                    "tags": [
                        "patch"
                    ],
                    "url": "https://github.com/openssl/openssl/commit/a0c8ec557d9cac078f032d76cdf684fe743eb382"
                }
            ],
            "source": {
                "discovery": "UNKNOWN"
            },
            "title": "Excessive Memory Use Buffering DTLS Records for a Future Epoch",
            "x_generator": {
                "engine": "Vulnogram 0.2.0"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "cvssV3_1": {
                            "scope": "UNCHANGED",
                            "version": "3.1",
                            "baseScore": 7.5,
                            "attackVector": "NETWORK",
                            "baseSeverity": "HIGH",
                            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                            "integrityImpact": "NONE",
                            "userInteraction": "NONE",
                            "attackComplexity": "LOW",
                            "availabilityImpact": "HIGH",
                            "privilegesRequired": "NONE",
                            "confidentialityImpact": "NONE"
                        }
                    },
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-08-25T14:28:32.620361Z",
                                "id": "CVE-2026-54874",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "yes"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2026-08-25T14:28:37.339Z"
                }
            }
        ]
    }
}