Skip to main content
EPSS 0.6%top 51%

Key Exchange without Entity Authentication vulnerability in Erlang/OTP ssl allows a peer that answers a TLS 1.3 client connection to impersonate the… (CVE-2026-89422)

0
Medium
Published: 09/22/2026 (09/22/2026, 09:17:00 UTC)
Source: GCVE Database
Product: erlang

Description

A vulnerability in Erlang/OTP ssl allows a peer responding to a TLS 1.3 client connection to impersonate the intended server by bypassing certificate validation. This occurs due to improper handling of a pre_shared_key extension in the ServerHello message, which the client never offered, causing the client to skip certificate verification steps. The issue affects default client configurations using TLS 1.3 and impacts OTP versions from 22.2 up to but not including 27.3.4.18, 28.5.0.7, and 29.1.1.

CVSS v4.0

Attack Vector
Network
Attack Complexity
Low
Attack Requirements
None
Privileges Required
None
User Interaction
None
Vuln. Confidentiality
High
Vuln. Integrity
High
Vuln. Availability
None
Subsq. Confidentiality
None
Subsq. Integrity
None
Subsq. Availability
None
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Affected software

Ubuntu:Pro:14.04:LTSmore threats →ghsa
erlang
pkg:deb/ubuntu/erlang?arch=source&distro=esm-infra-legacy/trusty
Affected versions
=1:16.b.1-dfsg-4ubuntu1=1:16.b.2-dfsg-1ubuntu1=1:16.b.2-dfsg-2ubuntu1=1:16.b.3-dfsg-1ubuntu1=1:16.b.3-dfsg-1ubuntu2=1:16.b.3-dfsg-1ubuntu2.1=1:16.b.3-dfsg-1ubuntu2.2=1:16.b.3-dfsg-1ubuntu2.2+esm1
Ubuntu:Pro:16.04:LTSmore threats →ghsa
erlang
pkg:deb/ubuntu/erlang?arch=source&distro=esm-infra/xenial
Affected versions
=1:18.0-dfsg-1ubuntu1=1:18.0-dfsg-1ubuntu2=1:18.2-dfsg-2ubuntu1=1:18.3-dfsg-1ubuntu1=1:18.3-dfsg-1ubuntu2=1:18.3-dfsg-1ubuntu3=1:18.3-dfsg-1ubuntu3.1=1:18.3-dfsg-1ubuntu3.1+esm1=1:18.3-dfsg-1ubuntu3.1+esm2
Ubuntu:Pro:18.04:LTSmore threats →ghsa
erlang
pkg:deb/ubuntu/erlang?arch=source&distro=esm-infra/bionic
Affected versions
=1:20.0.4+dfsg-1ubuntu1=1:20.1.2+dfsg-1ubuntu1=1:20.1.3+dfsg-1ubuntu1=1:20.1.4+dfsg-1ubuntu1=1:20.1.5+dfsg-1ubuntu1=1:20.1.6+dfsg-1ubuntu1=1:20.1.7+dfsg-1ubuntu1=1:20.2.1+dfsg-1ubuntu1=1:20.2.2+dfsg-1ubuntu1=1:20.2.2+dfsg-1ubuntu2=1:20.2.2+dfsg-1ubuntu2+esm1=1:20.2.2+dfsg-1ubuntu2+esm2
Ubuntu:Pro:20.04:LTSmore threats →ghsa
erlang
pkg:deb/ubuntu/erlang?arch=source&distro=esm-infra/focal
Affected versions
=1:22.0.7+dfsg-1build1=1:22.2+dfsg-1=1:22.2.1+dfsg-1=1:22.2.2+dfsg-1=1:22.2.3+dfsg-1=1:22.2.3+dfsg-2=1:22.2.4+dfsg-1=1:22.2.7+dfsg-1=1:22.2.7+dfsg-1ubuntu0.2=1:22.2.7+dfsg-1ubuntu0.3=1:22.2.7+dfsg-1ubuntu0.4=1:22.2.7+dfsg-1ubuntu0.5=1:22.2.7+dfsg-1ubuntu0.5+esm1
Ubuntu:22.04:LTSmore threats →ghsa
erlang
pkg:deb/ubuntu/erlang?arch=source&distro=jammy
Affected versions
=1:23.2.6+dfsg-1build1=1:24.1.1+dfsg-1=1:24.1.4+dfsg-1=1:24.1.5+dfsg-1=1:24.1.5+dfsg-1ubuntu1=1:24.2+dfsg-1=1:24.2.1+dfsg-1=1:24.2.1+dfsg-1ubuntu0.1=1:24.2.1+dfsg-1ubuntu0.2=1:24.2.1+dfsg-1ubuntu0.3=1:24.2.1+dfsg-1ubuntu0.4=1:24.2.1+dfsg-1ubuntu0.5=1:24.2.1+dfsg-1ubuntu0.6
Ubuntu:24.04:LTSmore threats →ghsa
erlang
pkg:deb/ubuntu/erlang?arch=source&distro=noble
Affected versions
=1:25.2.3+dfsg-1=1:25.3.2.8+dfsg-1=1:25.3.2.8+dfsg-1ubuntu1=1:25.3.2.8+dfsg-1ubuntu3=1:25.3.2.8+dfsg-1ubuntu4=1:25.3.2.8+dfsg-1ubuntu4.1=1:25.3.2.8+dfsg-1ubuntu4.2=1:25.3.2.8+dfsg-1ubuntu4.3=1:25.3.2.8+dfsg-1ubuntu4.4=1:25.3.2.8+dfsg-1ubuntu4.5=1:25.3.2.8+dfsg-1ubuntu4.6
Ubuntu:26.04:LTSmore threats →ghsa
erlang
pkg:deb/ubuntu/erlang?arch=source&distro=resolute
Affected versions
=1:27.3.4.1+dfsg-1build1=1:27.3.4.3+dfsg-1=1:27.3.4.4+dfsg-1=1:27.3.4.6+dfsg-1

Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 09/24/2026, 06:40:51 UTC

Technical Analysis

The vulnerability in Erlang/OTP ssl arises from a key exchange without entity authentication during TLS 1.3 handshakes. Specifically, if a server sends a pre_shared_key extension in the ServerHello message that the client did not offer, the client incorrectly sets a resumption flag and skips certificate validation steps such as certificate path validation, hostname verification, and OCSP stapling. This allows an attacker to complete the handshake and impersonate the server without possessing a certificate or private key. The flaw affects OTP versions from 22.2 before 27.3.4.18, 28.5.0.7, and 29.1.1, corresponding to ssl versions from 9.5 before 11.2.12.13, 11.6.0.6, and 11.7.7. Clients restricted to TLS 1.2 are not affected.

Potential Impact

An attacker can impersonate the intended TLS 1.3 server to a client by exploiting the improper handling of the pre_shared_key extension, bypassing all certificate validation mechanisms. This undermines the authenticity guarantees of TLS 1.3 connections, potentially enabling man-in-the-middle attacks or unauthorized access to sensitive data transmitted over the connection. The vulnerability affects default client configurations using TLS 1.3 but does not impact clients restricted to TLS 1.2.

Mitigation Recommendations

Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. The vulnerability affects specific OTP and ssl versions as detailed. Users should monitor official Erlang/OTP advisories for patches or updates addressing this issue. Until a fix is applied, restricting clients to TLS 1.2 may mitigate exposure as those clients are not affected.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Gcve Source
db.gcve.eu
Osv Id
UBUNTU-CVE-2026-89422
Osv Schema Version
1.7.0
Ecosystems
["Ubuntu:Pro:14.04:LTS","Ubuntu:Pro:16.04:LTS","Ubuntu:Pro:18.04:LTS","Ubuntu:Pro:20.04:LTS","Ubuntu:22.04:LTS","Ubuntu:24.04:LTS","Ubuntu:26.04:LTS"]
Cvss Version
4.0
State
PUBLISHED

Threat ID: 6ab4be44f7a7c54106f02a00

Added to database: 09/24/2026, 06:08:04 UTC

Last enriched: 09/24/2026, 06:40:51 UTC

Last updated: 09/25/2026, 05:47:33 UTC

Views: 3

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses