PatchSiren cyber security CVE debrief
CVE-2026-48860 Erlang CVE debrief
CVE-2026-48860 is a HIGH severity vulnerability in OTP's ssl (inet_tls_dist module). An unauthenticated attacker can bypass the distribution-over-TLS LAN allowlist due to the inet_tls_dist:check_ip/1 function incorrectly using inet:sockname/1 instead of inet:peername/1 to obtain the peer's IP address. This causes the subnet mask comparison to always succeed, allowing any holder of a CA-signed TLS certificate to gain full Erlang distribution access to the node. Affected versions include OTP 26.0 before 29.0.2, 28.5.0.2, and 27.3.4.13, corresponding to ssl versions 11.0 before 11.7.2, 11.6.0.2, and 11.2.12.9.
- Vendor
- Erlang
- Product
- OTP
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-10
- Original CVE updated
- 2026-06-15
- Advisory published
- 2026-06-10
- Advisory updated
- 2026-06-15
Who should care
Users of OTP versions 26.0 before 29.0.2, 28.5.0.2, and 27.3.4.13, and ssl versions 11.0 before 11.7.2, 11.6.0.2, and 11.2.12.9 should apply patches to prevent exploitation.
Technical summary
The inet_tls_dist:check_ip/1 function in OTP's ssl (inet_tls_dist module) incorrectly uses inet:sockname/1 instead of inet:peername/1 to obtain the peer's IP address. This causes the subnet mask comparison to always succeed, allowing an unauthenticated attacker to bypass the distribution-over-TLS LAN allowlist.
Defensive priority
HIGH
Recommended defensive actions
- Apply patches for OTP versions 29.0.2, 28.5.0.2, and 27.3.4.13, and ssl versions 11.7.2, 11.6.0.2, and 11.2.12.9.
- Restrict Erlang distribution access to trusted nodes only.
- Monitor for suspicious activity on Erlang distribution ports.
Evidence notes
CVE-2026-48860 has a CVSS score of 7.5 and is classified as HIGH severity. The vulnerability is associated with CWE-863 and CWE-1025.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-48860 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-48860
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-48860 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-48860
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-48860.html
6b3ad84c-e1a6-4bf7-a703-f496b71e49db
-
Source reference
Unverified legacy reference
URL: https://github.com/erlang/otp/commit/0209a6df65d605552b378273027b3968b35f26b4
6b3ad84c-e1a6-4bf7-a703-f496b71e49db
-
Source reference
Unverified legacy reference
URL: https://github.com/erlang/otp/security/advisories/GHSA-gp7x-mfv6-52cv
6b3ad84c-e1a6-4bf7-a703-f496b71e49db
-
Source reference
Unverified legacy reference
URL: https://osv.dev/vulnerability/EEF-CVE-2026-48860
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.