{"containers":{"cna":{"affected":[{"cpes":["cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*"],"defaultStatus":"unaffected","modules":["tls_handshake_1_3"],"packageName":"ssl","packageURL":"pkg:otp/ssl?repository_url=https:%2F%2Fgithub.com%2Ferlang%2Fotp&vcs_url=git%20https:%2F%2Fgithub.com%2Ferlang%2Fotp.git","product":"OTP","programFiles":["src/tls_handshake_1_3.erl"],"programRoutines":[{"name":"tls_handshake_1_3:handle_pre_shared_key/3"}],"repo":"https://github.com/erlang/otp","vendor":"Erlang","versions":[{"changes":[{"at":"11.7.3","status":"unaffected"},{"at":"11.6.0.3","status":"unaffected"},{"at":"11.2.12.10","status":"unaffected"}],"lessThan":"*","status":"affected","version":"9.5","versionType":"otp"}]},{"collectionURL":"https://github.com","cpes":["cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*"],"defaultStatus":"unaffected","modules":["tls_handshake_1_3"],"packageName":"erlang/otp","packageURL":"pkg:github/erlang/otp","product":"OTP","programFiles":["lib/ssl/src/tls_handshake_1_3.erl"],"programRoutines":[{"name":"tls_handshake_1_3:handle_pre_shared_key/3"}],"repo":"https://github.com/erlang/otp","vendor":"Erlang","versions":[{"changes":[{"at":"29.0.3","status":"unaffected"},{"at":"28.5.0.3","status":"unaffected"},{"at":"27.3.4.14","status":"unaffected"}],"lessThan":"*","status":"affected","version":"22.2","versionType":"otp"},{"changes":[{"at":"e77823e6d980b2ec0b4fe4ea3f2d098ca239e3ce","status":"unaffected"},{"at":"2c3e599797644310e5d4aa39c7193420e59dadff","status":"unaffected"},{"at":"9b5437c72fa3403a75c1aba28e5c532bc191c662","status":"unaffected"}],"lessThan":"*","status":"affected","version":"339a279f02ce38a7b23010e56000613e19abb21f","versionType":"git"}]}],"configurations":[{"lang":"en","supportingMedia":[{"base64":false,"type":"text/html","value":"<p>The vulnerability only affects TLS 1.3 servers that have session tickets enabled (either stateful or stateless mode). TLS 1.2 connections and clients are not affected.</p>"}],"value":"The vulnerability only affects TLS 1.3 servers that have session tickets enabled (either stateful or stateless mode). TLS 1.2 connections and clients are not affected."}],"cpeApplicability":[{"nodes":[{"cpeMatch":[{"criteria":"cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*","versionEndExcluding":"27.3.4.14","versionStartIncluding":"22.2","vulnerable":true},{"criteria":"cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*","versionEndExcluding":"28.5.0.3","versionStartIncluding":"28.0","vulnerable":true},{"criteria":"cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*","versionEndExcluding":"29.0.3","versionStartIncluding":"29.0","vulnerable":true}],"negate":false,"operator":"OR"}],"operator":"AND"}],"credits":[{"lang":"en","type":"finder","value":"Lukas Backström"},{"lang":"en","type":"remediation developer","value":"Ingela Anderton Andin"},{"lang":"en","type":"remediation reviewer","value":"Dan Gudmundsson"},{"lang":"en","type":"remediation reviewer","value":"Jakub Witczak"}],"descriptions":[{"lang":"en","supportingMedia":[{"base64":false,"type":"text/html","value":"<p>The Erlang/OTP <tt>ssl</tt> application does not validate that the PSK identity list and binder list carried in a TLS 1.3 <tt>ClientHello</tt> pre-shared key extension have equal length before passing them to the session ticket handler. In <tt>tls_handshake_1_3:handle_pre_shared_key/3</tt>, an <tt>OfferedPreSharedKeys</tt> record with a mismatched number of identities and binders is forwarded directly to <tt>tls_server_session_ticket:use/4</tt>, which crashes the session ticket handler process.</p><p>An unauthenticated remote attacker can send a single crafted <tt>ClientHello</tt> 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 <tt>ssl</tt> application is restarted. TLS 1.2 connections are not affected.</p><p>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.</p>"}],"value":"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 tls_handshake_1_3:handle_pre_shared_key/3, an OfferedPreSharedKeys record with a mismatched number of identities and binders is forwarded directly to tls_server_session_ticket:use/4, which crashes the session ticket handler process.\n\nAn 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.\n\nThis 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."}],"impacts":[{"capecId":"CAPEC-153","descriptions":[{"lang":"en","value":"CAPEC-153 Input Data Manipulation"}]}],"metrics":[{"cvssV4_0":{"attackComplexity":"LOW","attackRequirements":"PRESENT","attackVector":"NETWORK","baseScore":8.2,"baseSeverity":"HIGH","privilegesRequired":"NONE","subAvailabilityImpact":"NONE","subConfidentialityImpact":"NONE","subIntegrityImpact":"NONE","userInteraction":"NONE","vectorString":"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","version":"4.0","vulnAvailabilityImpact":"HIGH","vulnConfidentialityImpact":"NONE","vulnIntegrityImpact":"NONE"},"format":"CVSS","scenarios":[{"lang":"en","value":"GENERAL"}]}],"problemTypes":[{"descriptions":[{"cweId":"CWE-1284","description":"CWE-1284 Improper Validation of Specified Quantity in Input","lang":"en","type":"CWE"}]}],"providerMetadata":{"dateUpdated":"2026-07-02T16:06:08.474Z","orgId":"6b3ad84c-e1a6-4bf7-a703-f496b71e49db","shortName":"EEF"},"references":[{"tags":["vendor-advisory","related"],"url":"https://github.com/erlang/otp/security/advisories/GHSA-8c57-44c9-pc59"},{"tags":["related"],"url":"https://cna.erlef.org/cves/CVE-2026-55952.html"},{"tags":["related"],"url":"https://osv.dev/vulnerability/EEF-CVE-2026-55952"},{"tags":["x_version-scheme"],"url":"https://www.erlang.org/doc/system/versions.html#order-of-versions"},{"tags":["patch"],"url":"https://github.com/erlang/otp/commit/e77823e6d980b2ec0b4fe4ea3f2d098ca239e3ce"},{"tags":["patch"],"url":"https://github.com/erlang/otp/commit/2c3e599797644310e5d4aa39c7193420e59dadff"},{"tags":["patch"],"url":"https://github.com/erlang/otp/commit/9b5437c72fa3403a75c1aba28e5c532bc191c662"}],"source":{"discovery":"INTERNAL"},"title":"TLS 1.3 server denial of service via malformed ClientHello pre-shared key extension","workarounds":[{"lang":"en","supportingMedia":[{"base64":false,"type":"text/html","value":"<ul><li>Disable session tickets on TLS 1.3 servers by setting <tt>session_tickets</tt> to <tt>disabled</tt> in the server's <tt>ssl</tt> options.</li><li>Restrict the server to TLS 1.2 by setting <tt>versions</tt> to <tt>['tlsv1.2']</tt> in the server's <tt>ssl</tt> options.</li></ul>"}],"value":"* Disable session tickets on TLS 1.3 servers by setting session_tickets to disabled in the server's ssl options.\n* Restrict the server to TLS 1.2 by setting versions to ['tlsv1.2'] in the server's ssl options."}],"x_generator":{"engine":"cvelib 1.8.0"}}},"cveMetadata":{"assignerOrgId":"6b3ad84c-e1a6-4bf7-a703-f496b71e49db","assignerShortName":"EEF","cveId":"CVE-2026-55952","datePublished":"2026-07-02T16:06:08.474Z","dateReserved":"2026-06-17T17:55:15.686Z","dateUpdated":"2026-07-02T16:06:08.474Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"}