CVE-2026-55952

Source
https://cve.org/CVERecord?id=CVE-2026-55952
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-55952.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-55952
Aliases
Downstream
Published
2026-07-02T16:06:08.474Z
Modified
2026-07-09T04:02:19.027231389Z
Severity
  • 8.2 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
TLS 1.3 server denial of service via malformed ClientHello pre-shared key extension
Details

The Erlang/OTP ssl application does not validate that the PSK identity list and binder list carried in a TLS 1.3 ClientHello pre-shared key extension have equal length before passing them to the session ticket handler. In tlshandshake13:handlepresharedkey/3, an OfferedPreSharedKeys record with a mismatched number of identities and binders is forwarded directly to tlsserversession_ticket:use/4, which crashes the session ticket handler process.

An unauthenticated remote attacker can send a single crafted ClientHello to a TLS 1.3 server with session tickets enabled (stateful or stateless mode) and permanently disrupt session ticket handling on that listener. New TLS 1.3 handshakes complete but subsequently crash when the server attempts to issue a session ticket, effectively making TLS 1.3 unusable on the affected listener until the ssl application is restarted. TLS 1.2 connections are not affected.

This issue affects OTP from 22.2 before 29.0.3, 28.5.0.3 and 27.3.4.14 corresponding to ssl from 9.5 before 11.7.3, 11.6.0.3 and 11.2.12.10.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/55xxx/CVE-2026-55952.json",
    "cna_assigner": "EEF",
    "cwe_ids": [
        "CWE-1284"
    ],
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "introduced": "9.5"
                },
                {
                    "fixed": "*"
                },
                {
                    "introduced": "22.2"
                },
                {
                    "fixed": "*"
                },
                {
                    "introduced": "339a279f02ce38a7b23010e56000613e19abb21f"
                },
                {
                    "fixed": "*"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ]
}
References

Affected packages

Git / github.com/erlang/otp

Affected ranges

Type
GIT
Repo
https://github.com/erlang/otp
Events
Database specific
{
    "cpe": "cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*",
    "extracted_events": [
        {
            "introduced": "22.2"
        },
        {
            "fixed": "27.3.4.14"
        },
        {
            "introduced": "28.0"
        },
        {
            "fixed": "28.5.0.3"
        },
        {
            "introduced": "29.0"
        },
        {
            "fixed": "29.0.3"
        }
    ],
    "source": [
        "CPE_RANGE",
        "REFERENCES"
    ]
}

Affected versions

OTP-28.*
OTP-28.0
OTP-28.1
OTP-28.4
OTP-28.5
OTP-28.5.0.1
OTP-28.5.0.2
OTP-29.*
OTP-29.0
OTP-29.0.1
OTP-29.0.2
Other
patch-base-28

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-55952.json"