{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2024-2511",
        "assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
        "state": "PUBLISHED",
        "assignerShortName": "openssl",
        "dateReserved": "2024-03-15T15:33:52.037Z",
        "datePublished": "2024-04-08T13:51:12.349Z",
        "dateUpdated": "2026-05-12T11:30:34.541Z"
    },
    "containers": {
        "cna": {
            "affected": [
                {
                    "defaultStatus": "unaffected",
                    "product": "OpenSSL",
                    "vendor": "OpenSSL",
                    "versions": [
                        {
                            "lessThan": "3.2.2",
                            "status": "affected",
                            "version": "3.2.0",
                            "versionType": "semver"
                        },
                        {
                            "lessThan": "3.1.6",
                            "status": "affected",
                            "version": "3.1.0",
                            "versionType": "semver"
                        },
                        {
                            "lessThan": "3.0.14",
                            "status": "affected",
                            "version": "3.0.0",
                            "versionType": "semver"
                        },
                        {
                            "lessThan": "1.1.1y",
                            "status": "affected",
                            "version": "1.1.1",
                            "versionType": "custom"
                        }
                    ]
                }
            ],
            "credits": [
                {
                    "lang": "en",
                    "type": "finder",
                    "user": "00000000-0000-4000-9000-000000000000",
                    "value": "Manish Patidar (Hewlett Packard Enterprise)"
                },
                {
                    "lang": "en",
                    "type": "remediation developer",
                    "user": "00000000-0000-4000-9000-000000000000",
                    "value": "Matt Caswell"
                }
            ],
            "datePublic": "2024-04-08T00:00:00.000Z",
            "descriptions": [
                {
                    "lang": "en",
                    "supportingMedia": [
                        {
                            "base64": false,
                            "type": "text/html",
                            "value": "Issue summary: Some non-default TLS server configurations can cause unbounded<br>memory growth when processing TLSv1.3 sessions<br><br>Impact summary: An attacker may exploit certain server configurations to trigger<br>unbounded memory growth that would lead to a Denial of Service<br><br>This problem can occur in TLSv1.3 if the non-default SSL_OP_NO_TICKET option is<br>being used (but not if early_data support is also configured and the default<br>anti-replay protection is in use). In this case, under certain conditions, the<br>session cache can get into an incorrect state and it will fail to flush properly<br>as it fills. The session cache will continue to grow in an unbounded manner. A<br>malicious client could deliberately create the scenario for this failure to<br>force a Denial of Service. It may also happen by accident in normal operation.<br><br>This issue only affects TLS servers supporting TLSv1.3. It does not affect TLS<br>clients.<br><br>The FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue. OpenSSL<br>1.0.2 is also not affected by this issue."
                        }
                    ],
                    "value": "Issue summary: Some non-default TLS server configurations can cause unbounded\nmemory growth when processing TLSv1.3 sessions\n\nImpact summary: An attacker may exploit certain server configurations to trigger\nunbounded memory growth that would lead to a Denial of Service\n\nThis problem can occur in TLSv1.3 if the non-default SSL_OP_NO_TICKET option is\nbeing used (but not if early_data support is also configured and the default\nanti-replay protection is in use). In this case, under certain conditions, the\nsession cache can get into an incorrect state and it will fail to flush properly\nas it fills. The session cache will continue to grow in an unbounded manner. A\nmalicious client could deliberately create the scenario for this failure to\nforce a Denial of Service. It may also happen by accident in normal operation.\n\nThis issue only affects TLS servers supporting TLSv1.3. It does not affect TLS\nclients.\n\nThe FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue. OpenSSL\n1.0.2 is also not affected by this issue."
                }
            ],
            "metrics": [
                {
                    "format": "other",
                    "other": {
                        "content": {
                            "text": "Low"
                        },
                        "type": "https://www.openssl.org/policies/secpolicy.html"
                    }
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-1325",
                            "description": "CWE-1325 Improperly Controlled Sequential Memory Allocation",
                            "lang": "en",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
                "shortName": "openssl",
                "dateUpdated": "2024-10-14T14:56:00.208Z"
            },
            "references": [
                {
                    "name": "OpenSSL Advisory",
                    "tags": [
                        "vendor-advisory"
                    ],
                    "url": "https://www.openssl.org/news/secadv/20240408.txt"
                },
                {
                    "name": "3.2.2 git commit",
                    "tags": [
                        "patch"
                    ],
                    "url": "https://github.com/openssl/openssl/commit/e9d7083e241670332e0443da0f0d4ffb52829f08"
                },
                {
                    "name": "3.1.6 git commit",
                    "tags": [
                        "patch"
                    ],
                    "url": "https://github.com/openssl/openssl/commit/7e4d731b1c07201ad9374c1cd9ac5263bdf35bce"
                },
                {
                    "name": "3.0.14 git commit",
                    "tags": [
                        "patch"
                    ],
                    "url": "https://github.com/openssl/openssl/commit/b52867a9f618bb955bed2a3ce3db4d4f97ed8e5d"
                },
                {
                    "name": "1.1.1y git commit",
                    "tags": [
                        "patch"
                    ],
                    "url": "https://github.openssl.org/openssl/extended-releases/commit/5f8d25770ae6437db119dfc951e207271a326640"
                }
            ],
            "source": {
                "discovery": "UNKNOWN"
            },
            "title": "Unbounded memory growth with session handling in TLSv1.3",
            "x_generator": {
                "engine": "Vulnogram 0.1.0-dev"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "cvssV3_1": {
                            "scope": "UNCHANGED",
                            "version": "3.1",
                            "baseScore": 5.9,
                            "attackVector": "NETWORK",
                            "baseSeverity": "MEDIUM",
                            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
                            "integrityImpact": "NONE",
                            "userInteraction": "NONE",
                            "attackComplexity": "HIGH",
                            "availabilityImpact": "HIGH",
                            "privilegesRequired": "NONE",
                            "confidentialityImpact": "NONE"
                        }
                    },
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2024-04-09T15:14:41.481807Z",
                                "id": "CVE-2024-2511",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "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": "2025-03-28T19:21:08.630Z"
                }
            },
            {
                "title": "CVE Program Container",
                "references": [
                    {
                        "name": "OpenSSL Advisory",
                        "tags": [
                            "vendor-advisory",
                            "x_transferred"
                        ],
                        "url": "https://www.openssl.org/news/secadv/20240408.txt"
                    },
                    {
                        "name": "3.2.2 git commit",
                        "tags": [
                            "patch",
                            "x_transferred"
                        ],
                        "url": "https://github.com/openssl/openssl/commit/e9d7083e241670332e0443da0f0d4ffb52829f08"
                    },
                    {
                        "name": "3.1.6 git commit",
                        "tags": [
                            "patch",
                            "x_transferred"
                        ],
                        "url": "https://github.com/openssl/openssl/commit/7e4d731b1c07201ad9374c1cd9ac5263bdf35bce"
                    },
                    {
                        "name": "3.0.14 git commit",
                        "tags": [
                            "patch",
                            "x_transferred"
                        ],
                        "url": "https://github.com/openssl/openssl/commit/b52867a9f618bb955bed2a3ce3db4d4f97ed8e5d"
                    },
                    {
                        "name": "1.1.1y git commit",
                        "tags": [
                            "patch",
                            "x_transferred"
                        ],
                        "url": "https://github.openssl.org/openssl/extended-releases/commit/5f8d25770ae6437db119dfc951e207271a326640"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2024/04/08/5",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://security.netapp.com/advisory/ntap-20240503-0013/",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://lists.debian.org/debian-lts-announce/2024/11/msg00000.html"
                    },
                    {
                        "url": "https://lists.debian.org/debian-lts-announce/2024/10/msg00033.html"
                    }
                ],
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2025-11-03T21:54:02.419Z"
                }
            },
            {
                "x_adpType": "supplier",
                "providerMetadata": {
                    "orgId": "0b142b55-0307-4c5a-b3c9-f314f3fb7c5e",
                    "shortName": "siemens-SADP",
                    "dateUpdated": "2026-05-12T11:30:34.541Z"
                },
                "affected": [
                    {
                        "vendor": "Siemens",
                        "product": "RUGGEDCOM RM1224 LTE(4G) EU",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "RUGGEDCOM RM1224 LTE(4G) NAM",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "RUGGEDCOM RST2428P",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V3.1",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE M804PB",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE M812-1 ADSL-Router",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE M812-1 ADSL-Router",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE M816-1 ADSL-Router",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE M816-1 ADSL-Router",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE M826-2 SHDSL-Router",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE M874-2",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE M874-3",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE M874-3 3G-Router (CN)",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE M876-3",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE M876-3 (ROK)",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE M876-4",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE M876-4 (EU)",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE M876-4 (NAM)",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE MUM853-1 (A1)",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE MUM853-1 (B1)",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE MUM853-1 (EU)",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE MUM856-1 (A1)",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE MUM856-1 (B1)",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE MUM856-1 (CN)",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE MUM856-1 (EU)",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE MUM856-1 (RoW)",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE S615 EEC LAN-Router",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE S615 LAN-Router",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V8.2",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family",
                        "versions": [
                            {
                                "status": "unaffected",
                                "version": "0",
                                "lessThan": "*",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SCALANCE XCM-/XRM-/XCH-/XRH-300 family",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "V3.1",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIMATIC S7-1500 TM MFP - GNU/Linux subsystem",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "*",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "V3.1.0",
                                "lessThan": "V3.1.5",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "V3.1.0",
                                "lessThan": "V3.1.5",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "V3.1.0",
                                "lessThan": "V3.1.5",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "V3.1.0",
                                "lessThan": "V3.1.5",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIPLUS S7-1500 CPU 1518-4 PN/DP MFP",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "V3.1.0",
                                "lessThan": "V3.1.5",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    }
                ],
                "references": [
                    {
                        "url": "https://cert-portal.siemens.com/productcert/html/ssa-398330.html"
                    },
                    {
                        "url": "https://cert-portal.siemens.com/productcert/html/ssa-265688.html"
                    },
                    {
                        "url": "https://cert-portal.siemens.com/productcert/html/ssa-354112.html"
                    },
                    {
                        "url": "https://cert-portal.siemens.com/productcert/html/ssa-915275.html"
                    },
                    {
                        "url": "https://cert-portal.siemens.com/productcert/html/ssa-769027.html"
                    },
                    {
                        "url": "https://cert-portal.siemens.com/productcert/html/ssa-613116.html"
                    }
                ]
            }
        ]
    }
}