PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-55953 Erlang CVE debrief

CVE-2026-55953 is a critical vulnerability in the Erlang/OTP ssl TLS 1.2 (and earlier) and DTLS client. The client does not verify that the cipher suite selected by the server in ServerHello was among the suites offered by the client in ClientHello. This allows an on-path attacker to respond with a ServerHello selecting an anonymous key exchange suite, bypassing the verify_peer and cacerts configuration. The issue affects OTP from OTP 17.0 before OTP 29.0.4, OTP 28.5.0.4 and OTP 27.3.4.15. The vulnerability has a high impact on confidentiality and integrity, and users should prioritize remediation.

Vendor
Erlang
Product
OTP
CVSS
CRITICAL 9.1
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-27
Original CVE updated
2026-09-08
Advisory published
2026-07-27
Advisory updated
2026-09-08

Who should care

Users of Erlang/OTP versions prior to OTP 29.0.4, OTP 28.5.0.4, and OTP 27.3.4.15 should be aware of this vulnerability and take steps to mitigate it, especially those with on-path attacker exposure. This includes operators, platform administrators, vulnerability management teams, and security teams who need to assess the impact on their systems and plan for remediation.

Technical summary

The Erlang/OTP ssl TLS 1.2 (and earlier) and DTLS client does not verify that the cipher suite selected by the server in ServerHello was among the suites offered by the client in ClientHello. An on-path attacker between the client and the intended server can respond with a ServerHello selecting an anonymous key exchange suite such as TLS_DH_anon_* or TLS_ECDH_anon_* that the client never offered. This allows the attacker to bypass the verify_peer and cacerts configuration, making the entire handshake process vulnerable to eavesdropping and modification. The TLS 1.3 client path performs this check (per RFC 8446), so it is not affected.

Defensive priority

High

Recommended defensive actions

  • Update to OTP 29.0.4, OTP 28.5.0.4, or OTP 27.3.4.15
  • Verify and restrict cipher suites offered to servers
  • Implement additional authentication and authorization mechanisms
  • Monitor for suspicious activity
  • Consider using TLS 1.3
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The CVE record was published on 2026-07-27T16:17:49.500Z and has not been modified since. The NVD entry is currently Received. This issue is critical because it allows an on-path attacker to bypass verify_peer and cacerts configuration, making the entire handshake process vulnerable to eavesdropping and modification. The Erlang/OTP ssl TLS 1.2 (and earlier) and DTLS client does not verify that the cipher suite selected by the server in ServerHello was among the suites offered by the client in ClientHello. Users should verify their deployments and apply patches or mitigations as necessary.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-55953 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-55953

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-55953 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-55953

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

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

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/erlang/otp/commit/064e236414614f9085cbbbd6eacf0e43c02d1b4b

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/erlang/otp/commit/0a82596d425abe43dc2e0b3d74aa1557ef74051c

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/erlang/otp/commit/e6ff938116b2872bccc478af7fefb56627285b77

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/erlang/otp/security/advisories/GHSA-c6cw-pr89-w882

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://osv.dev/vulnerability/EEF-CVE-2026-55953

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://www.erlang.org/doc/system/versions.html

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.