CVE-2026-55950
Last modified
CVE-2026-55950 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. Time-of-check Time-of-use (TOCTOU) race condition vulnerability in Erlang/OTP ssl (dtls_packet_demux module) allows an unauthenticated remote attacker to crash all active DTLS sessions on a listener. A DTLS server listener uses a single shared dtls_packet_demux gen_server process to route incoming UDP datagrams to the correct connection handler. When a DTLS client reconnects rapidly from the same source address and port (sending multiple ClientHello messages in quick succession), a race condition in the demux's internal gb_trees key-value store causes a {key_exists, {old, Client}} crash, terminating the demux process. EPSS estimates a 0.38% chance of exploitation in the next 30 days.
Description
Time-of-check Time-of-use (TOCTOU) race condition vulnerability in Erlang/OTP ssl (dtls_packet_demux module) allows an unauthenticated remote attacker to crash all active DTLS sessions on a listener. A DTLS server listener uses a single shared dtls_packet_demux gen_server process to route incoming UDP datagrams to the correct connection handler. When a DTLS client reconnects rapidly from the same source address and port (sending multiple ClientHello messages in quick succession), a race condition in the demux's internal gb_trees key-value store causes a {key_exists, {old, Client}} crash, terminating the demux process. Because the demux is shared across all DTLS associations on that listener, its crash immediately kills every active DTLS session, not just the attacker's. The attack is pre-authentication: the attacker only needs to send UDP datagrams containing valid ClientHello messages from the same source IP and port before the intermediate DOWN monitor message is processed by the gen_server. No credentials, no completed handshake, and no special configuration are required, and the crash can be repeated indefinitely to create a persistent denial of service for all clients of that listener. This vulnerability is associated with program file lib/ssl/src/dtls_packet_demux.erl. This issue affects OTP from OTP 25.3 before OTP 29.0.3, OTP 28.5.0.3 and OTP 27.3.4.14, corresponding to ssl from 10.9 before 11.7.3, 11.6.0.3 and 11.2.12.10.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Erlang | Erlang\/Otp | >= 25.3, < 27.3.4.14 |
| Erlang | Erlang\/Otp | >= 28.0, < 28.5.0.3 |
| Erlang | Erlang\/Otp | >= 29.0, < 29.0.3 |
| Erlang | Erlang\/Ssl | >= 10.9, < 11.2.12.10 |
| Erlang | Erlang\/Ssl | >= 11.3, < 11.6.0.3 |
| Erlang | Erlang\/Ssl | >= 11.7, < 11.7.3 |
References
- https://cna.erlef.org/cves/CVE-2026-55950.htmlVendor Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-55950Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-55950?
How severe is CVE-2026-55950?
How do I fix CVE-2026-55950?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55944Deserialization of untrusted data in Microsoft Dynamics NAV …9.8
- CVE-2026-55945Concurrent execution using shared resource with improper syn…4.2
- CVE-2026-55947Heap-based buffer overflow in Microsoft Office Excel allows …7.8
- CVE-2026-55948Use after free in Microsoft Office Excel allows an unauthori…7.8
- CVE-2026-55949Use of uninitialized resource in Microsoft Office Excel allo…7.8
- CVE-2026-5595A security vulnerability has been detected in griptape-ai gr…6.3
- CVE-2026-55952The Erlang/OTP ssl application does not validate that the PS…7.5
- CVE-2026-55953The Erlang/OTP ssl TLS 1.2 (and earlier) and DTLS client doe…7.4
- CVE-2026-55954Authentication Bypass by Spoofing vulnerability in ueberauth…9.1
- CVE-2026-55955Improper Authentication vulnerability in Apache Tomcat allow…6.5
- CVE-2026-55956Improper Authorization vulnerability in Apache Tomcat leads …6.5
- CVE-2026-55957Missing Critical Step in Authentication vulnerability in Apa…7.3
Are you affected by CVE-2026-55950?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
