CVE-2026-55950

MEDIUMNVD 5.95.9
EchelonGraph scoreMEDIUM confidence

This medium-severity CVE scores 5.9 under NVD CVSS v3. EPSS exploit probability: 0.4%, top 70% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, nvd
Trending — 3 sources updated this week
5.9
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS: 0%CVSS: 5.9Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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 29.0.3, 28.5.0.3, and 27.3.4.14 corresponding to ssl from 10.9 before 11.7.3, 11.6.0.3, and 11.2.12.10.

CVSS v3
5.9
EG Score
5.9(medium)
EPSS
30.5%
KEV
Not listed

Published

July 2, 2026

Last Modified

July 7, 2026

Advisory Details (5)

Auto-updated Jul 2, 2026
Patch available. Sources: github_commit, github.
generic

Versions — Erlang System Documentation v29.0.3

https://www.erlang.org/doc/system/versions.html#order-of-versions
generic

OSV - Open Source Vulnerabilities

https://osv.dev/vulnerability/EEF-CVE-2026-55950
github Patch Available

DTLS Denial of Service · Advisory · erlang/otp · GitHub

https://github.com/erlang/otp/security/advisories/GHSA-hwfc-5hf4-gvr3
github_commit

commit e44d2bf01c44 (erlang/otp)

Fix landed in erlang/otp commit e44d2bf01c44 — awaiting tagged release

https://github.com/erlang/otp/commit/e44d2bf01c4473ef2ea7f09e3523cf96de6e4a04
generic

DTLS listener crash via race condition in dtls_packet_demux causes denial of service for all sessions | Erlang Ecosystem Foundation CNA

https://cna.erlef.org/cves/CVE-2026-55950.html

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 24× in last 7d / 35× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-12 05:46 UTCEPSS rescore
  2. 2026-07-11 21:44 UTCEG score recompute
  3. 2026-07-11 08:27 UTCEPSS rescore
  4. 2026-07-11 08:27 UTCEPSS rescore
  5. 2026-07-10 21:52 UTCEG score recompute
  6. 2026-07-09 22:00 UTCEG score recompute
  7. 2026-07-09 19:10 UTCEPSS rescore
  8. 2026-07-09 19:10 UTCEPSS rescore
  9. 2026-07-08 22:08 UTCEG score recompute
  10. 2026-07-08 15:16 UTCEPSS rescore
  11. 2026-07-08 15:16 UTCEPSS rescore
  12. 2026-07-07 22:15 UTCEG score recompute 2.80
  13. 2026-07-07 16:12 UTCNVD updateCVSS v3 → 5.9 · severity → MEDIUM
  14. 2026-07-07 13:46 UTCEPSS rescore
  15. 2026-07-07 13:46 UTCEPSS rescore
  16. 2026-07-07 11:10 UTCEG score recompute
  17. 2026-07-07 00:04 UTCEG score recompute
  18. 2026-07-06 16:27 UTCEPSS rescore
  19. 2026-07-06 16:27 UTCEPSS rescore
  20. 2026-07-06 13:00 UTCEG score recompute
  21. 2026-07-06 02:23 UTCEPSS rescore
  22. 2026-07-06 02:23 UTCEPSS rescore
  23. 2026-07-06 01:52 UTCEG score recompute
  24. 2026-07-05 14:47 UTCEG score recompute
  25. 2026-07-05 03:40 UTCEG score recompute
Show 10 more
  1. 2026-07-05 02:31 UTCEPSS rescore
  2. 2026-07-05 02:30 UTCEPSS rescore
  3. 2026-07-04 16:34 UTCEG score recompute
  4. 2026-07-04 06:31 UTCEPSS rescore
  5. 2026-07-04 06:31 UTCEPSS rescore
  6. 2026-07-04 05:26 UTCEG score recompute
  7. 2026-07-03 18:18 UTCEG score recompute
  8. 2026-07-03 07:11 UTCEG score recompute
  9. 2026-07-02 20:07 UTCEG score recompute
  10. 2026-07-02 20:05 UTCNVD updatefirst tracked

Frequently asked(5)

What is CVE-2026-55950?
CVE-2026-55950 is a medium vulnerability published on July 2, 2026. Time-of-check Time-of-use (TOCTOU) race condition vulnerability in Erlang/OTP ssl (dtlspacketdemux module) allows an unauthenticated remote attacker to crash all active DTLS sessions on a listener. A DTLS server listener uses a single shared dtlspacketdemux genserver process to route incoming UDP…
When was CVE-2026-55950 disclosed?
CVE-2026-55950 was first published in the National Vulnerability Database on July 2, 2026, with the most recent update on July 7, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-55950 actively exploited?
CVE-2026-55950 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 30.5% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-55950?
CVE-2026-55950 has a CVSS v3 base score of 5.9 (NVD).
How do I remediate CVE-2026-55950?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-55950, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-55950

Explore →

Is Your Infrastructure Affected by CVE-2026-55950?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.